/* Ticket workspace: compact, task-first layout shared by likedrom.com and likedrom.ru. */
html body.ld .entry-main {
    background: #0b1220 !important;
}

html body.ld .tkt-wrapper {
    max-width: 820px !important;
    padding-top: 30px !important;
    padding-bottom: 120px !important;
}

html body.ld .tkt-header {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin-bottom: 24px !important;
    text-align: left !important;
}

html body.ld .tkt-header__copy {
    min-width: 0;
}

html body.ld .tkt-title {
    margin: 0 0 5px !important;
    color: #f8fafc !important;
    font-size: clamp(25px, 3vw, 32px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
}

html body.ld .tkt-subtitle {
    color: #94a3b8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

html body.ld .tkt-hours {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    gap: 9px !important;
    padding: 9px 13px !important;
    border: 1px solid #26344a !important;
    border-radius: 12px !important;
    background: #111b2c !important;
    color: #cbd5e1 !important;
    font-size: 13px !important;
    white-space: nowrap;
}

html body.ld .tkt-hours__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

html body.ld .tkt-tabs-container {
    margin-bottom: 22px !important;
    text-align: left !important;
}

html body.ld .tkt-tabs {
    display: flex !important;
    width: min(100%, 410px) !important;
    padding: 4px !important;
    border: 1px solid #26344a !important;
    border-radius: 13px !important;
    background: #111b2c !important;
    box-shadow: none !important;
}

html body.ld .tkt-tab {
    flex: 1 1 50%;
    padding: 10px 18px !important;
    border-radius: 9px !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center;
    text-decoration: none !important;
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

html body.ld .tkt-tab:hover,
html body.ld .tkt-tab:focus-visible {
    color: #e2e8f0 !important;
}

html body.ld .tkt-tab.active {
    background: #1e293b !important;
    color: #f8fafc !important;
    box-shadow: 0 5px 16px rgba(2, 6, 23, 0.28) !important;
}

html body.ld .tkt-card {
    padding: 30px !important;
    border: 1px solid #1e2b40 !important;
    border-radius: 20px !important;
    background: #0f172a !important;
    box-shadow: 0 20px 55px rgba(2, 6, 23, 0.22) !important;
}

html body.ld .tkt-composer__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid #243044;
}

html body.ld .tkt-composer__title {
    color: #f8fafc;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

html body.ld .tkt-composer__subtitle {
    margin-top: 5px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

html body.ld .tkt-response-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.09);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 800;
}

html body.ld .tkt-form-group {
    margin: 0 0 22px !important;
}

html body.ld .tkt-form-label {
    margin-bottom: 8px !important;
    color: #dbe4f0 !important;
    font-size: 14px !important;
    line-height: 1.35;
}

html body.ld .tkt-input {
    width: 100% !important;
    box-sizing: border-box;
    min-height: 52px;
    padding: 14px 16px !important;
    border: 1px solid #334155 !important;
    border-radius: 13px !important;
    background: #172235 !important;
    color: #f8fafc !important;
    font-size: 14px !important;
    font-weight: 650;
    line-height: 1.45;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}

html body.ld .tkt-input:focus {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.10) !important;
}

html body.ld .tkt-input::placeholder {
    color: #718096;
    opacity: 1;
}

html body.ld .tkt-select-wrap {
    position: relative;
}

html body.ld .tkt-select-wrap > i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #60a5fa;
    font-size: 15px;
    pointer-events: none;
}

html body.ld .tkt-select {
    appearance: none;
    padding-left: 44px !important;
    padding-right: 44px !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #94a3b8 50%),
        linear-gradient(135deg, #94a3b8 50%, transparent 50%) !important;
    background-position:
        calc(100% - 20px) calc(50% - 2px),
        calc(100% - 15px) calc(50% - 2px) !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
}

html body.ld .tkt-field-help {
    margin-top: 7px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

html body.ld .tkt-field-help--topic {
    min-height: 18px;
}

html body.ld .tkt-field-help a,
html body.ld .tkt-orders-link {
    color: #60a5fa;
    font-weight: 800;
    text-decoration: none;
}

html body.ld .tkt-orders-link:hover {
    color: #93c5fd;
    text-decoration: none;
}

html body.ld .tkt-order-context {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transform: translateY(-5px);
    transition:
        grid-template-rows 210ms ease,
        opacity 160ms ease,
        transform 210ms ease;
}

html body.ld .tkt-order-context.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    transform: translateY(0);
}

html body.ld .tkt-order-context__inner {
    min-height: 0;
    overflow: hidden;
}

html body.ld .tkt-order-guide {
    margin-bottom: 22px;
    padding: 15px 17px;
    border: 1px solid #29364b;
    border-radius: 14px;
    background: #131f33;
}

html body.ld .tkt-order-guide__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #dbeafe;
    font-size: 13px;
    font-weight: 800;
}

html body.ld .tkt-order-guide__title i {
    color: #60a5fa;
}

html body.ld .tkt-order-guide__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html body.ld .tkt-order-guide__list li {
    position: relative;
    padding-left: 14px;
    color: #aebdd0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

html body.ld .tkt-order-guide__list li::before {
    content: '';
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #60a5fa;
}

html body.ld .tkt-label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

html body.ld .tkt-orders-link {
    flex: 0 0 auto;
    font-size: 12px;
}

html body.ld .tkt-message {
    min-height: 145px !important;
    resize: vertical !important;
}

html body.ld .tkt-upload {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 12px 14px;
    border: 1px dashed #3a4960;
    border-radius: 14px;
    background: rgba(30, 41, 59, 0.55);
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

html body.ld .tkt-upload:hover {
    border-color: #60a5fa;
    background: rgba(30, 64, 175, 0.10);
    transform: translateY(-1px);
}

html body.ld .tkt-upload__icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(59, 130, 246, 0.13);
    color: #60a5fa;
    font-size: 17px;
}

html body.ld .tkt-upload__copy {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

html body.ld .tkt-upload__copy strong {
    overflow: hidden;
    color: #dbe4f0;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body.ld .tkt-upload__copy span {
    overflow: hidden;
    color: #8190a5;
    font-size: 11px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body.ld .tkt-upload__action {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid #3a4960;
    border-radius: 9px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
}

html body.ld .tkt-upload__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html body.ld .tkt-upload:focus-within {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.10);
}

html body.ld .tkt-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-top: 22px;
    border-top: 1px solid #243044;
}

html body.ld .tkt-etiquette {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    max-width: 430px;
    color: #8796aa;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

html body.ld .tkt-etiquette i {
    margin-top: 2px;
    color: #60a5fa;
}

html body.ld .tkt-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: #2563eb !important;
    color: #ffffff !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

html body.ld .tkt-btn-primary:hover,
html body.ld .tkt-btn-primary:focus-visible {
    background: #1d4ed8 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

html body.ld .tkt-submit-button {
    flex: 0 0 auto;
    gap: 10px;
    min-height: 48px;
    padding: 13px 22px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.22) !important;
}

html body.ld .tkt-submit-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 13px 28px rgba(59, 130, 246, 0.30) !important;
}

html body.ld .tkt-submit-button:disabled,
html body.ld .tkt-submit-button.is-loading {
    background: #6b8fd8 !important;
    cursor: wait !important;
    opacity: 0.82;
    transform: none !important;
    box-shadow: 0 7px 18px rgba(59, 130, 246, 0.16) !important;
}

html body.ld .tkt-list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding-bottom: 4px;
}

html body.ld .tkt-list-title {
    color: #f8fafc;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

html body.ld .tkt-list-subtitle {
    margin-top: 5px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

html body.ld .tkt-list-summary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: #8392a6;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

html body.ld .tkt-list-summary span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

html body.ld .tkt-list-summary strong {
    color: #dbe4f0;
    font-size: 13px;
}

html body.ld .tkt-list-summary__answered,
html body.ld .tkt-list-summary__answered strong {
    color: #4ade80 !important;
}

html body.ld .tkt-list-filters {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    margin: 18px 0 8px;
    padding: 4px;
    border: 1px solid #27354a;
    border-radius: 12px;
    background: #111b2c;
}

html body.ld .tkt-list-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #8d9bb0;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

html body.ld .tkt-list-filter strong {
    color: inherit;
    font-size: 11px;
    font-weight: 900;
}

html body.ld .tkt-list-filter:hover:not(:disabled),
html body.ld .tkt-list-filter:focus-visible {
    background: #18253a;
    color: #e2e8f0;
}

html body.ld .tkt-list-filter.active {
    background: #223049;
    color: #f8fafc;
    box-shadow: 0 5px 14px rgba(2, 6, 23, 0.22);
}

html body.ld .tkt-list-filter--answered:not(:disabled) strong {
    color: #4ade80;
}

html body.ld .tkt-list-filter:disabled {
    cursor: default;
    opacity: 0.42;
}

html body.ld .tkt-ticket-list {
    margin-top: 4px;
}

html body.ld .tkt-ticket-row {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) minmax(250px, auto);
    align-items: center;
    gap: 16px;
    min-height: 88px;
    padding: 14px 12px;
    border-bottom: 1px solid #202c40;
    border-radius: 10px;
    color: inherit;
    text-decoration: none !important;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

html body.ld .tkt-ticket-row:last-child {
    border-bottom: 0;
}

html body.ld .tkt-ticket-row:hover,
html body.ld .tkt-ticket-row:focus-visible {
    border-bottom-color: transparent;
    background: rgba(30, 41, 59, 0.72);
    box-shadow: inset 3px 0 0 #60a5fa;
    color: inherit;
    z-index: 1;
}

html body.ld .tkt-ticket-row:has(+ .tkt-ticket-row:hover),
html body.ld .tkt-ticket-row:has(+ .tkt-ticket-row:focus-visible) {
    border-bottom-color: transparent;
}

html body.ld .tkt-ticket-row:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

html body.ld .tkt-ticket-row--answered {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.07), transparent 42%);
}

html body.ld .tkt-ticket-row--answered:hover,
html body.ld .tkt-ticket-row--answered:focus-visible {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.12), rgba(30, 41, 59, 0.66));
    box-shadow: inset 3px 0 0 #22c55e;
}

html body.ld .tkt-ticket-row__icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid #334155;
    background: #1a2639;
    color: #94a3b8;
    font-size: 15px;
}

html body.ld .tkt-ticket-row--answered .tkt-ticket-row__icon {
    border-color: rgba(34, 197, 94, 0.26);
    background: rgba(34, 197, 94, 0.10);
    color: #4ade80;
}

html body.ld .tkt-ticket-row--closed .tkt-ticket-row__icon {
    color: #64748b;
}

html body.ld .tkt-ticket-row__body,
html body.ld .tkt-ticket-row__updated {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

html body.ld .tkt-ticket-row__heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

html body.ld .tkt-ticket-row__title {
    overflow: hidden;
    color: #e8eef7;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body.ld .tkt-ticket-row__meta,
html body.ld .tkt-ticket-row__hint,
html body.ld .tkt-ticket-row__updated span {
    margin-top: 4px;
    color: #7f8da1;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

html body.ld .tkt-ticket-row__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

html body.ld .tkt-ticket-row__badge {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 25px;
    padding: 4px 8px;
    border: 1px solid #3a4659;
    border-radius: 7px;
    background: #202b3d;
    color: #cbd5e1;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

html body.ld .tkt-ticket-row--answered .tkt-ticket-row__badge {
    border-color: rgba(34, 197, 94, 0.28);
    background: rgba(34, 197, 94, 0.10);
    color: #4ade80;
}

html body.ld .tkt-ticket-row--closed .tkt-ticket-row__badge {
    border-color: #334155;
    background: transparent;
    color: #7f8da1;
}

html body.ld .tkt-ticket-row__updated {
    align-items: flex-end;
    text-align: right;
}

html body.ld .tkt-ticket-row__updated strong {
    margin-top: 3px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

html body.ld .tkt-ticket-row__updated strong > span {
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

html body.ld .tkt-ticket-row__updated-compact {
    display: none;
}

html body.ld .tkt-ticket-row__action {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

html body.ld .tkt-ticket-row__open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid #334155;
    border-radius: 9px;
    background: #172235;
    color: #9ac7f5;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

html body.ld .tkt-ticket-row:hover .tkt-ticket-row__open,
html body.ld .tkt-ticket-row:focus-visible .tkt-ticket-row__open {
    border-color: #3b82f6;
    background: #2563eb;
    color: #ffffff;
}

html body.ld .tkt-empty-state {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
    padding: 48px 18px 26px;
    text-align: center;
}

html body.ld .tkt-empty-state__icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border: 1px solid #334155;
    border-radius: 14px;
    background: #172235;
    color: #60a5fa;
    font-size: 20px;
}

html body.ld .tkt-empty-state__title {
    color: #e8eef7;
    font-size: 17px;
    font-weight: 800;
}

html body.ld .tkt-empty-state__text {
    margin-top: 7px;
    color: #8796aa;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

html body.ld .tkt-empty-state__action {
    gap: 9px;
    margin-top: 20px;
    padding: 12px 18px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
}

/* Ticket conversation: one readable thread, with the reply composer kept close to context. */
html body.ld .tkt-thread-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #243044;
}

html body.ld .tkt-thread-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 8px 10px;
    margin-left: -10px;
    border-radius: 9px;
    color: #8ea0b8;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease;
}

html body.ld .tkt-thread-back:hover,
html body.ld .tkt-thread-back:focus-visible {
    background: #172235;
    color: #e2e8f0;
    text-decoration: none;
}

html body.ld .tkt-thread-head__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

html body.ld .tkt-thread-head__actions form {
    margin: 0;
}

html body.ld .tkt-thread-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid #334155;
    border-radius: 8px;
    background: #182235;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

html body.ld .tkt-thread-status--open {
    border-color: rgba(59, 130, 246, 0.28);
    background: rgba(59, 130, 246, 0.10);
    color: #93c5fd;
}

html body.ld .tkt-thread-status--answered {
    border-color: rgba(34, 197, 94, 0.28);
    background: rgba(34, 197, 94, 0.10);
    color: #4ade80;
}

html body.ld .tkt-thread-close {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid #334155;
    border-radius: 9px;
    background: transparent;
    color: #8ea0b8;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

html body.ld .tkt-thread-close:hover,
html body.ld .tkt-thread-close:focus-visible {
    border-color: rgba(248, 113, 113, 0.40);
    background: rgba(239, 68, 68, 0.08);
    color: #fca5a5;
}

html body.ld .tkt-thread-summary {
    padding: 25px 0 24px;
    border-bottom: 1px solid #243044;
}

html body.ld .tkt-thread-summary__eyebrow {
    margin-bottom: 7px;
    color: #60a5fa;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

html body.ld .tkt-thread-summary__title {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(19px, 2.4vw, 24px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.015em;
    overflow-wrap: anywhere;
}

html body.ld .tkt-thread-summary__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 12px;
    color: #7f8da1;
    font-size: 12px;
    font-weight: 650;
}

html body.ld .tkt-thread-summary__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

html body.ld .tkt-thread-summary__meta i {
    color: #64748b;
}

html body.ld .tkt-thread {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 0 8px;
}

html body.ld .tkt-thread-message {
    display: flex;
    width: min(82%, 620px);
    flex-direction: column;
    gap: 8px;
}

html body.ld .tkt-thread-message--support {
    align-self: flex-start;
}

html body.ld .tkt-thread-message--user {
    align-self: flex-end;
}

html body.ld .tkt-thread-message__author {
    display: flex;
    align-items: center;
    gap: 9px;
}

html body.ld .tkt-thread-message--user .tkt-thread-message__author {
    flex-direction: row-reverse;
}

html body.ld .tkt-thread-message__avatar {
    display: inline-grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #334155;
    border-radius: 9px;
    background: #1a2639;
    color: #94a3b8;
    font-size: 12px;
}

html body.ld .tkt-thread-message--support .tkt-thread-message__avatar {
    border-color: rgba(96, 165, 250, 0.26);
    background: rgba(59, 130, 246, 0.12);
    color: #7db7f4;
}

html body.ld .tkt-thread-message--user .tkt-thread-message__avatar {
    border-color: rgba(148, 163, 184, 0.24);
    background: #202b3d;
    color: #cbd5e1;
}

html body.ld .tkt-thread-message__author-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1px;
}

html body.ld .tkt-thread-message--user .tkt-thread-message__author-copy {
    align-items: flex-end;
    text-align: right;
}

html body.ld .tkt-thread-message__author-copy strong {
    color: #dbe4f0;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
}

html body.ld .tkt-thread-message__author-copy time {
    color: #708097;
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.3;
}

html body.ld .tkt-thread-message__bubble {
    padding: 15px 17px;
    border: 1px solid #2d3a4f;
    border-radius: 4px 16px 16px 16px;
    background: #182337;
    color: #d9e2ee;
    box-shadow: 0 8px 24px rgba(2, 6, 23, 0.10);
}

html body.ld .tkt-thread-message--user .tkt-thread-message__bubble {
    border-color: rgba(59, 130, 246, 0.28);
    border-radius: 16px 4px 16px 16px;
    background: rgba(37, 99, 235, 0.14);
}

html body.ld .tkt-thread-message__text {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.62;
    overflow-wrap: anywhere;
}

html body.ld .tkt-thread-message__text a {
    color: #72b5fb;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(114, 181, 251, 0.42);
    text-underline-offset: 3px;
}

html body.ld .tkt-thread-attachments {
    display: grid;
    gap: 8px;
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

html body.ld .tkt-thread-attachment {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 11px;
    background: rgba(15, 23, 42, 0.34);
    color: #dbe4f0;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease;
}

html body.ld .tkt-thread-attachment:hover,
html body.ld .tkt-thread-attachment:focus-visible {
    border-color: rgba(96, 165, 250, 0.45);
    background: rgba(30, 64, 175, 0.12);
    color: #eef6ff;
    text-decoration: none;
}

html body.ld .tkt-thread-attachment__icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(59, 130, 246, 0.13);
    color: #60a5fa;
}

html body.ld .tkt-thread-attachment__copy {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
}

html body.ld .tkt-thread-attachment__copy strong {
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body.ld .tkt-thread-attachment__copy small {
    margin-top: 1px;
    color: #7f8da1;
    font-size: 10.5px;
    font-weight: 650;
}

html body.ld .tkt-thread-attachment > .fa-external-link {
    color: #64748b;
    font-size: 11px;
}

html body.ld .tkt-thread-reply {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #2b394f;
    border-radius: 16px;
    background: #121d30;
}

html body.ld .tkt-thread-reply__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
}

html body.ld .tkt-thread-reply__head h2 {
    margin: 0;
    color: #edf3fb;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.35;
}

html body.ld .tkt-thread-reply__head p {
    margin: 4px 0 0;
    color: #7f8da1;
    font-size: 11.5px;
    font-weight: 650;
    line-height: 1.45;
}

html body.ld .tkt-thread-reply__queue {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 7px;
    min-height: 31px;
    padding: 6px 9px;
    border: 1px solid #334155;
    border-radius: 9px;
    color: #8ea0b8;
    font-size: 10.5px;
    font-weight: 800;
    white-space: nowrap;
}

html body.ld .tkt-thread-reply__textarea {
    min-height: 116px !important;
    padding: 14px 15px !important;
    border-radius: 12px !important;
    background: #0f1829 !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    resize: vertical !important;
}

html body.ld .tkt-thread-reply__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 13px;
}

html body.ld .tkt-thread-upload {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease;
}

html body.ld .tkt-thread-upload:hover,
html body.ld .tkt-thread-upload:focus-within,
html body.ld .tkt-thread-upload.is-selected {
    border-color: #334155;
    background: #172235;
}

html body.ld .tkt-thread-upload__input {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html body.ld .tkt-thread-upload__icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(59, 130, 246, 0.11);
    color: #60a5fa;
}

html body.ld .tkt-thread-upload__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

html body.ld .tkt-thread-upload__copy strong {
    color: #cbd5e1;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.35;
}

html body.ld .tkt-thread-upload__copy small {
    overflow: hidden;
    max-width: 260px;
    margin-top: 1px;
    color: #708097;
    font-size: 10px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body.ld .tkt-thread-send {
    flex: 0 0 auto;
    gap: 9px;
    min-height: 50px;
    padding: 11px 17px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.20) !important;
}

html body.ld .tkt-thread-send:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 11px 24px rgba(59, 130, 246, 0.28) !important;
}

@media (min-width: 768px) {
    html body.ld .tkt-thread-upload {
        margin-bottom: 0;
    }
}

html body.ld .tkt-thread-closed-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 15px 16px;
    border: 1px solid #2b394f;
    border-radius: 13px;
    background: #121d30;
    color: #94a3b8;
}

html body.ld .tkt-thread-closed-note > i {
    color: #4ade80;
    font-size: 18px;
}

html body.ld .tkt-thread-closed-note div {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
}

html body.ld .tkt-thread-closed-note strong {
    color: #dbe4f0;
    font-size: 12.5px;
    font-weight: 850;
}

html body.ld .tkt-thread-closed-note span {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.45;
}

html body.ld .tkt-thread-closed-note a {
    flex: 0 0 auto;
    color: #60a5fa;
    font-size: 11.5px;
    font-weight: 800;
    text-decoration: none;
}

html body.ld[data-theme="light"] .tkt-subtitle {
    color: #64748b;
}

html body.ld[data-theme="light"] .entry-main {
    background: #f8fafc !important;
}

html body.ld[data-theme="light"] .tkt-title {
    color: #172033 !important;
}

html body.ld[data-theme="light"] .tkt-hours {
    border-color: #dce3ec !important;
    background: #ffffff !important;
    color: #475569 !important;
}

html body.ld[data-theme="light"] .tkt-tabs {
    border-color: #e2e8f0 !important;
    background: #ffffff !important;
}

html body.ld[data-theme="light"] .tkt-tab {
    color: #64748b !important;
}

html body.ld[data-theme="light"] .tkt-tab:hover,
html body.ld[data-theme="light"] .tkt-tab:focus-visible {
    color: #2563eb !important;
}

html body.ld[data-theme="light"] .tkt-tab.active {
    background: #eff6ff !important;
    color: #2563eb !important;
    box-shadow: none !important;
}

html body.ld[data-theme="light"] .tkt-card {
    border-color: #e5eaf1 !important;
    background: #ffffff !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07) !important;
}

html body.ld[data-theme="light"] .tkt-composer__heading,
html body.ld[data-theme="light"] .tkt-form-footer {
    border-color: #e5eaf1;
}

html body.ld[data-theme="light"] .tkt-composer__title {
    color: #172033;
}

html body.ld[data-theme="light"] .tkt-composer__subtitle,
html body.ld[data-theme="light"] .tkt-field-help,
html body.ld[data-theme="light"] .tkt-etiquette {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-response-time {
    border-color: #dbeafe;
    background: #eff6ff;
    color: #2563eb;
}

html body.ld[data-theme="light"] .tkt-form-label {
    color: #334155 !important;
}

html body.ld[data-theme="light"] .tkt-input {
    border-color: #dce3ec !important;
    background-color: #f8fafc !important;
    color: #172033 !important;
}

html body.ld[data-theme="light"] .tkt-input::placeholder {
    color: #94a3b8;
}

html body.ld[data-theme="light"] .tkt-order-guide {
    border-color: #dbe7f6;
    background: #f7faff;
}

html body.ld[data-theme="light"] .tkt-order-guide__title {
    color: #1e3a5f;
}

html body.ld[data-theme="light"] .tkt-order-guide__list li {
    color: #526275;
}

html body.ld[data-theme="light"] .tkt-upload {
    border-color: #cbd5e1;
    background: #f8fafc;
}

html body.ld[data-theme="light"] .tkt-upload:hover {
    border-color: #60a5fa;
    background: #f3f8ff;
}

html body.ld[data-theme="light"] .tkt-upload__copy strong {
    color: #334155;
}

html body.ld[data-theme="light"] .tkt-upload__copy span {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-upload__action {
    border-color: #d8e0ea;
    background: #ffffff;
    color: #334155;
}

html body.ld[data-theme="light"] .tkt-list-head,
html body.ld[data-theme="light"] .tkt-ticket-row {
    border-color: #e5eaf1;
}

html body.ld[data-theme="light"] .tkt-list-title,
html body.ld[data-theme="light"] .tkt-ticket-row__title,
html body.ld[data-theme="light"] .tkt-empty-state__title {
    color: #172033;
}

html body.ld[data-theme="light"] .tkt-list-subtitle,
html body.ld[data-theme="light"] .tkt-ticket-row__meta,
html body.ld[data-theme="light"] .tkt-ticket-row__hint,
html body.ld[data-theme="light"] .tkt-ticket-row__updated span,
html body.ld[data-theme="light"] .tkt-empty-state__text {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-list-summary {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-list-summary strong,
html body.ld[data-theme="light"] .tkt-ticket-row__updated strong {
    color: #334155;
}

html body.ld[data-theme="light"] .tkt-list-filters {
    border-color: #e2e8f0;
    background: #f8fafc;
}

html body.ld[data-theme="light"] .tkt-list-filter {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-list-filter:hover:not(:disabled),
html body.ld[data-theme="light"] .tkt-list-filter:focus-visible {
    background: #edf4ff;
    color: #2563eb;
}

html body.ld[data-theme="light"] .tkt-list-filter.active {
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

html body.ld[data-theme="light"] .tkt-ticket-row:hover,
html body.ld[data-theme="light"] .tkt-ticket-row:focus-visible {
    background: #f3f7fd;
    box-shadow: inset 3px 0 0 #3b82f6;
}

html body.ld[data-theme="light"] .tkt-ticket-row--answered {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.07), transparent 42%);
}

html body.ld[data-theme="light"] .tkt-ticket-row--answered:hover,
html body.ld[data-theme="light"] .tkt-ticket-row--answered:focus-visible {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.11), #f4fbf7 58%);
    box-shadow: inset 3px 0 0 #22c55e;
}

html body.ld[data-theme="light"] .tkt-ticket-row__open {
    border-color: #d8e2ee;
    background: #ffffff;
    color: #347fd7;
}

html body.ld[data-theme="light"] .tkt-ticket-row:hover .tkt-ticket-row__open,
html body.ld[data-theme="light"] .tkt-ticket-row:focus-visible .tkt-ticket-row__open {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
}

html body.ld[data-theme="light"] .tkt-ticket-row__icon,
html body.ld[data-theme="light"] .tkt-empty-state__icon {
    border-color: #dce3ec;
    background: #f7f9fc;
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-ticket-row--answered .tkt-ticket-row__icon {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #16a34a;
}

html body.ld[data-theme="light"] .tkt-ticket-row__badge {
    border-color: #dce3ec;
    background: #f1f5f9;
    color: #475569;
}

html body.ld[data-theme="light"] .tkt-ticket-row--answered .tkt-ticket-row__badge {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

html body.ld[data-theme="light"] .tkt-ticket-row--closed .tkt-ticket-row__badge {
    border-color: #e2e8f0;
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-head,
html body.ld[data-theme="light"] .tkt-thread-summary {
    border-color: #e5eaf1;
}

html body.ld[data-theme="light"] .tkt-thread-back {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-back:hover,
html body.ld[data-theme="light"] .tkt-thread-back:focus-visible {
    background: #f3f7fd;
    color: #1d4ed8;
}

html body.ld[data-theme="light"] .tkt-thread-status {
    border-color: #dce3ec;
    background: #f1f5f9;
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-status--open {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #2563eb;
}

html body.ld[data-theme="light"] .tkt-thread-status--answered {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

html body.ld[data-theme="light"] .tkt-thread-close {
    border-color: #dce3ec;
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-close:hover,
html body.ld[data-theme="light"] .tkt-thread-close:focus-visible {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

html body.ld[data-theme="light"] .tkt-thread-summary__title {
    color: #172033;
}

html body.ld[data-theme="light"] .tkt-thread-summary__meta {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-message__author-copy strong {
    color: #334155;
}

html body.ld[data-theme="light"] .tkt-thread-message__author-copy time {
    color: #718096;
}

html body.ld[data-theme="light"] .tkt-thread-message__avatar {
    border-color: #dce3ec;
    background: #f7f9fc;
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-message--support .tkt-thread-message__avatar {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #2563eb;
}

html body.ld[data-theme="light"] .tkt-thread-message--user .tkt-thread-message__avatar {
    border-color: #dce3ec;
    background: #f1f5f9;
    color: #475569;
}

html body.ld[data-theme="light"] .tkt-thread-message__bubble {
    border-color: #e2e8f0;
    background: #f7f9fc;
    color: #27364a;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.05);
}

html body.ld[data-theme="light"] .tkt-thread-message--user .tkt-thread-message__bubble {
    border-color: #cfe2fb;
    background: #edf6ff;
}

html body.ld[data-theme="light"] .tkt-thread-message__text a {
    color: #2563eb;
    text-decoration-color: rgba(37, 99, 235, 0.30);
}

html body.ld[data-theme="light"] .tkt-thread-attachments {
    border-color: #dce3ec;
}

html body.ld[data-theme="light"] .tkt-thread-attachment {
    border-color: #dce3ec;
    background: rgba(255, 255, 255, 0.72);
    color: #334155;
}

html body.ld[data-theme="light"] .tkt-thread-attachment:hover,
html body.ld[data-theme="light"] .tkt-thread-attachment:focus-visible {
    border-color: #93c5fd;
    background: #ffffff;
    color: #1e3a5f;
}

html body.ld[data-theme="light"] .tkt-thread-reply,
html body.ld[data-theme="light"] .tkt-thread-closed-note {
    border-color: #dce3ec;
    background: #f8fafc;
}

html body.ld[data-theme="light"] .tkt-thread-reply__head h2,
html body.ld[data-theme="light"] .tkt-thread-closed-note strong {
    color: #172033;
}

html body.ld[data-theme="light"] .tkt-thread-reply__head p,
html body.ld[data-theme="light"] .tkt-thread-closed-note {
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-reply__queue {
    border-color: #dce3ec;
    background: #ffffff;
    color: #64748b;
}

html body.ld[data-theme="light"] .tkt-thread-reply__textarea {
    border-color: #dce3ec !important;
    background: #ffffff !important;
    color: #172033 !important;
}

html body.ld[data-theme="light"] .tkt-thread-upload:hover,
html body.ld[data-theme="light"] .tkt-thread-upload:focus-within,
html body.ld[data-theme="light"] .tkt-thread-upload.is-selected {
    border-color: #dce3ec;
    background: #ffffff;
}

html body.ld[data-theme="light"] .tkt-thread-upload__copy strong {
    color: #334155;
}

html body.ld[data-theme="light"] .tkt-thread-upload__copy small {
    color: #64748b;
}

@media (max-width: 767px) {
    html body.ld .tkt-wrapper {
        padding-top: 18px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: calc(120px + env(safe-area-inset-bottom)) !important;
    }

    html body.ld .tkt-header {
        display: block !important;
        margin-bottom: 18px !important;
    }

    html body.ld .tkt-title {
        font-size: 24px !important;
    }

    html body.ld .tkt-subtitle {
        margin-bottom: 12px;
        font-size: 13px;
    }

    html body.ld .tkt-hours {
        padding: 8px 11px !important;
        font-size: 12px !important;
    }

    html body.ld .tkt-tabs-container {
        margin-bottom: 16px !important;
    }

    html body.ld .tkt-tabs {
        width: 100% !important;
        max-width: none !important;
    }

    html body.ld .tkt-card {
        padding: 20px 16px 22px !important;
        border-radius: 17px !important;
        box-shadow: 0 14px 34px rgba(2, 6, 23, 0.16) !important;
    }

    html body.ld .tkt-composer__heading {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    html body.ld .tkt-composer__title {
        font-size: 18px;
    }

    html body.ld .tkt-response-time {
        margin-top: 12px;
    }

    html body.ld .tkt-order-guide {
        padding: 14px;
    }

    html body.ld .tkt-order-guide__list {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    html body.ld .tkt-label-row {
        display: block;
    }

    html body.ld .tkt-orders-link {
        display: inline-flex;
        gap: 5px;
        margin: -2px 0 8px;
    }

    html body.ld .tkt-message {
        min-height: 132px !important;
    }

    html body.ld .tkt-upload {
        min-height: 72px;
    }

    html body.ld .tkt-upload__action {
        display: none;
    }

    html body.ld .tkt-form-footer {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    html body.ld .tkt-etiquette {
        max-width: none;
    }

    html body.ld .tkt-submit-button {
        width: 100%;
        min-height: 52px;
    }

    html body.ld .tkt-list-head {
        display: block;
        padding-bottom: 2px;
    }

    html body.ld .tkt-list-title {
        font-size: 18px;
    }

    html body.ld .tkt-list-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        margin: 16px 0 8px;
    }

    html body.ld .tkt-list-filter {
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
    }

    html body.ld .tkt-ticket-row {
        grid-template-columns: 40px minmax(0, 1fr);
        grid-template-areas:
            "icon body"
            "icon action";
        gap: 7px 11px;
        min-height: 0;
        padding: 16px 6px;
    }

    html body.ld .tkt-ticket-row__icon {
        grid-area: icon;
        align-self: start;
    }

    html body.ld .tkt-ticket-row__body {
        grid-area: body;
    }

    html body.ld .tkt-ticket-row__action {
        grid-area: action;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        margin-top: 1px;
        text-align: left;
    }

    html body.ld .tkt-ticket-row__updated {
        align-items: center;
        flex-direction: row;
        gap: 5px;
        text-align: left;
    }

    html body.ld .tkt-ticket-row__updated span,
    html body.ld .tkt-ticket-row__updated strong {
        margin-top: 0;
    }

    html body.ld .tkt-ticket-row__updated > span {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    html body.ld .tkt-ticket-row__updated strong {
        font-size: 11.5px;
        white-space: nowrap;
    }

    html body.ld .tkt-ticket-row__updated-full {
        display: none;
    }

    html body.ld .tkt-ticket-row__updated-compact {
        display: inline;
    }

    html body.ld .tkt-ticket-row__open {
        min-height: 32px;
        padding: 7px 9px;
        font-size: 12px;
    }

    html body.ld .tkt-empty-state {
        padding: 38px 10px 20px;
    }

    html body.ld .tkt-thread-head {
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 16px;
    }

    html body.ld .tkt-thread-back {
        min-height: 40px;
        padding: 8px 7px;
        margin-left: -7px;
        font-size: 12px;
    }

    html body.ld .tkt-thread-head__actions {
        align-items: flex-end;
        flex-direction: column;
        gap: 7px;
    }

    html body.ld .tkt-thread-close {
        min-height: 38px;
        padding: 8px 9px;
        font-size: 10.5px;
    }

    html body.ld .tkt-thread-summary {
        padding: 20px 0;
    }

    html body.ld .tkt-thread-summary__eyebrow {
        margin-bottom: 6px;
        font-size: 10.5px;
    }

    html body.ld .tkt-thread-summary__title {
        font-size: 19px;
    }

    html body.ld .tkt-thread-summary__meta {
        display: grid;
        gap: 5px;
        margin-top: 10px;
        font-size: 11px;
    }

    html body.ld .tkt-thread {
        gap: 21px;
        padding-top: 23px;
    }

    html body.ld .tkt-thread-message {
        width: 94%;
        gap: 7px;
    }

    html body.ld .tkt-thread-message__avatar {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        border-radius: 8px;
        font-size: 11px;
    }

    html body.ld .tkt-thread-message__bubble {
        padding: 13px 14px;
        border-radius: 4px 14px 14px 14px;
    }

    html body.ld .tkt-thread-message--user .tkt-thread-message__bubble {
        border-radius: 14px 4px 14px 14px;
    }

    html body.ld .tkt-thread-message__text {
        font-size: 13px;
        line-height: 1.58;
    }

    html body.ld .tkt-thread-reply {
        margin-top: 25px;
        padding: 16px;
        border-radius: 14px;
    }

    html body.ld .tkt-thread-reply__head {
        display: block;
        margin-bottom: 13px;
    }

    html body.ld .tkt-thread-reply__head h2 {
        font-size: 15px;
    }

    html body.ld .tkt-thread-reply__queue {
        margin-top: 9px;
    }

    html body.ld .tkt-thread-reply__textarea {
        min-height: 110px !important;
    }

    html body.ld .tkt-thread-reply__footer {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    html body.ld .tkt-thread-upload {
        padding: 7px 5px;
    }

    html body.ld .tkt-thread-upload__copy small {
        max-width: 210px;
    }

    html body.ld .tkt-thread-send {
        width: 100%;
        min-height: 48px;
    }

    html body.ld .tkt-thread-closed-note {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    html body.ld .tkt-thread-closed-note a {
        width: 100%;
        padding-left: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.ld .tkt-order-context,
    html body.ld .tkt-input,
    html body.ld .tkt-upload,
    html body.ld .tkt-tab,
    html body.ld .tkt-btn-primary,
    html body.ld .tkt-ticket-row,
    html body.ld .tkt-ticket-row__open,
    html body.ld .tkt-thread-back,
    html body.ld .tkt-thread-close,
    html body.ld .tkt-thread-attachment,
    html body.ld .tkt-thread-upload {
        transition: none !important;
    }
}
.tkt-support-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 4px 0;
  padding: 20px 22px;
  border: 1px solid #efcf9b;
  border-radius: 16px;
  background: #fff9ef;
  color: #684a1b;
  text-align: left;
}

.tkt-support-block__icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f3ad3c;
  color: #fff;
  font-size: 15px;
}

.tkt-support-block__content h2 {
  margin: 0 0 7px;
  color: #4e3816;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.tkt-support-block__content p {
  margin: 3px 0;
  color: #745624;
  font-size: 14px;
  line-height: 1.55;
}

.tkt-support-block__note {
  display: block;
  margin-top: 9px;
  color: #8a7046;
  font-size: 12px;
}

.tkt-support-block + .tkt-list-view {
  margin-top: 26px;
}

html body.ld .tkt-support-block {
  border-color: #5a4528;
  background: #1c1a17;
  color: #e8d5af;
}

html body.ld .tkt-support-block__icon {
  background: #b97821;
  box-shadow: 0 0 0 6px rgba(185, 120, 33, .10);
}

html body.ld .tkt-support-block__content h2 {
  color: #fff2d6;
}

html body.ld .tkt-support-block__content p {
  color: #dfc99f;
}

html body.ld .tkt-support-block__note {
  color: #aa9672;
}

html body.ld[data-theme="light"] .tkt-support-block {
  border-color: #efcf9b;
  background: #fff9ef;
  color: #684a1b;
}

html body.ld[data-theme="light"] .tkt-support-block__icon {
  background: #f3ad3c;
  box-shadow: 0 0 0 6px rgba(243, 173, 60, .10);
}

html body.ld[data-theme="light"] .tkt-support-block__content h2 {
  color: #4e3816;
}

html body.ld[data-theme="light"] .tkt-support-block__content p {
  color: #745624;
}

html body.ld[data-theme="light"] .tkt-support-block__note {
  color: #8a7046;
}

@media (max-width: 767px) {
  .tkt-support-block {
    gap: 12px;
    padding: 16px;
    border-radius: 14px;
  }

  .tkt-support-block__icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .tkt-support-block__content h2 { font-size: 16px; }
  .tkt-support-block__content p { font-size: 13px; }

  .tkt-support-block + .tkt-list-view {
    margin-top: 20px;
  }
}
