.wb-tp-plan-list li { margin: 0 0 12px; }

/* Lista wiadomości */
.wb-tp-msg-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.wb-tp-msg { display: flex; }
.wb-tp-msg.is-client { justify-content: flex-start; }
.wb-tp-msg.is-trainer { justify-content: flex-end; }

.wb-tp-msg-bubble {
  max-width: 75%;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f8fafc; /* client default */
}
.wb-tp-msg.is-trainer .wb-tp-msg-bubble {
  background: #eefbf0;
  border-color: #d1fae5;
}
.wb-tp-msg-meta { margin-bottom: 6px; font-size: 12px; opacity: .8; }
.wb-tp-msg-content p { margin: 0; }
.wb-tp-msg-content p + p { margin-top: .6em; }

/* Formularz */
.wb-tp-msg-form textarea { width: 100%; }

/* ===== Panel klienta – layout & czytelność ===== */
.wb-tp-panel {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  border-radius: 10px;
}

.wb-tp-panel h2 { margin-top: 0; }

.wb-tp-brief, .wb-tp-brief-view,
.wb-tp-messages, .wb-tp-files {
  margin-bottom: 28px;
}

.wb-tp-msg-list { list-style: none; margin: 0; padding: 0; }
.wb-tp-msg { display: flex; margin: 10px 0; }
.wb-tp-msg .wb-tp-msg-bubble {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f6f7f9;
  max-width: 74%;
}
.wb-tp-msg.is-trainer { justify-content: flex-start; }
.wb-tp-msg.is-trainer .wb-tp-msg-bubble { background: #eef5ff; }
.wb-tp-msg.is-client { justify-content: flex-end; }
.wb-tp-msg.is-client .wb-tp-msg-bubble { background: #eaf9ef; }
.wb-tp-msg-meta { font-size: 12px; color:#697386; margin-bottom: 6px; display:flex; gap:8px; }

.wb-tp-msg-form textarea { width: 100%; box-sizing: border-box; }
.wb-tp-files-list { margin: 0; padding-left: 18px; }

.wb-tp-qa { margin-top: 14px; }
.wb-tp-qa th { background: #fafafa; font-weight: 600; }

