/* Support tickets — My Account + public Support page. Reuses .cee-card / .cee-btn / .cee-field. */

.cee-support-page {
  max-width: 760px;
}

.cee-support__header,
.cee-support-thread__header {
  margin-bottom: 20px;
}

.cee-support__header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cee-support__title,
.cee-support-thread__title {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.cee-support__lead {
  color: var(--ink-2);
  margin: 0;
}

.cee-support__list-card {
  margin-bottom: 20px;
}

.cee-support-order {
  margin-top: 24px;
}

.cee-support-order__alert {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 10px;
  border-left: 3px solid #e67e22;
  background: rgba(230, 126, 34, 0.1);
  color: #d35400;
}

.cee-support-order__alert p {
  margin: 0 0 6px;
}

.cee-support-order__alert p:last-child {
  margin-bottom: 0;
}

.cee-support-order__alert a {
  color: #d35400;
  font-weight: 700;
}

.cee-order-ticket-flag {
  color: #e67e22 !important;
  font-weight: 700;
}

.cee-support-order__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.cee-support-order__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.cee-support-order__list li:last-child {
  border-bottom: 0;
}

.cee-support-thread__back {
  margin: 0 0 16px;
}

.cee-support-thread__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
}

.cee-support-thread__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cee-support-msg {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 20px;
}

.cee-support-msg--staff {
  background: var(--bg);
}

.cee-support-msg--system {
  color: var(--ink-2);
}

.cee-support-msg__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: 8px;
}

.cee-support-msg__body p {
  margin: 0 0 8px;
}

.cee-support-msg__body p:last-child {
  margin-bottom: 0;
}

.cee-support-msg__files {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 13px;
}

.cee-support-form + .cee-card,
.cee-card + .cee-card {
  margin-top: 20px;
}

.cee-support-form {
  position: relative;
}

.cee-support-form__actions {
  margin-top: 8px;
}

.cee-support-form__kinds {
  margin-bottom: 20px;
}

.cee-support-form__order[hidden] {
  display: none;
}

.cee-support-form__files {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--ink-2);
}

.cee-support-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

.cee-support-form.is-submitting button {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 560px) {
  .cee-support-form__actions .cee-btn {
    width: 100%;
    justify-content: center;
  }
}
