:root {
    --support-primary: #339beb;
    --support-primary-dark: #287fc1;
    --support-accent: #f39c12;
    --support-accent-dark: #d98200;
    --support-secondary: #2c3e50;
    --support-surface: #ffffff;
    --support-muted: #6c7a89;
    --support-border: #dfe7f1;
    --support-bg: #f4f7fb;
    --support-success: #27ae60;
    --support-warning: #f39c12;
    --support-danger: #e74c3c;
}

body.support-body {
    background: linear-gradient(180deg, #eef5fb 0%, #f7f9fc 100%);
    color: #1f2933;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 72px;
}

.hero-ticket-cta {
    background: var(--support-accent);
    border: 1px solid var(--support-accent);
    color: #fff;
}

.hero-ticket-cta:hover,
.hero-ticket-cta:focus {
    background: var(--support-accent-dark);
    border-color: var(--support-accent-dark);
    color: #fff;
}

.support-shell {
    max-width: 1320px;
    margin: 0 auto;
}

.support-navbar {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
}

.view-switch {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.support-main {
    flex: 1 0 auto;
}

.hero-card,
.support-card,
.metric-card,
.timeline-card,
.article-card,
.status-card,
.request-card {
    background: var(--support-surface);
    border: 1px solid var(--support-border);
    border-radius: 16px;
    box-shadow: 0 0.375rem 1rem rgba(28, 44, 64, 0.06);
}

.hero-card {
    padding: 1.5rem 1.75rem;
    background: linear-gradient(135deg, #233648 0%, #304e69 40%, #339beb 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -60px auto;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.hero-card p,
.hero-card .text-muted {
    color: rgba(255, 255, 255, 0.86) !important;
}

.section-label {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--support-primary);
}

.metric-card {
    padding: 1.25rem;
    height: 100%;
}

.metric-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff;
}

.metric-blue .metric-icon { background: linear-gradient(135deg, #339beb, #6dbdff); }
.metric-gold .metric-icon { background: linear-gradient(135deg, #f39c12, #f6c667); }
.metric-purple .metric-icon { background: linear-gradient(135deg, #8e44ad, #b37ddb); }
.metric-green .metric-icon { background: linear-gradient(135deg, #27ae60, #6cd79b); }

.metric-value {
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.1;
}

.metric-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--support-muted);
}

.support-card,
.article-card,
.timeline-card,
.status-card,
.request-card {
    padding: 1.5rem;
    height: 100%;
}

.support-card-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
}

.soft-panel {
    background: rgba(51, 155, 235, 0.08);
    border: 1px solid rgba(51, 155, 235, 0.14);
    border-radius: 14px;
    padding: 1rem;
}

.kb-search,
.support-search {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.95rem 1rem;
}

.support-search {
    background: rgba(255, 255, 255, 0.98);
    border-color: transparent;
}

.kb-search-wrap {
    position: relative;
}

.kb-search-wrap .kb-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--support-muted);
    pointer-events: none;
    font-size: 0.9rem;
}

.kb-search-wrap .kb-search {
    border-color: #c5d4e3;
    background: #fff;
    padding-left: 2.6rem;
    box-shadow: 0 1px 4px rgba(28, 44, 64, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kb-search-wrap .kb-search:focus {
    border-color: var(--support-primary);
    box-shadow: 0 0 0 0.2rem rgba(51, 155, 235, 0.18);
    outline: none;
}

.hero-action-row > div {
    display: flex;
}

.hero-action-input {
    height: 54px;
    min-height: 54px;
    border-radius: 12px;
    font-size: 1rem;
}

.hero-action-button {
    height: 54px;
    min-height: 54px;
    border-radius: 12px;
    font-size: 1rem;
}

.hero-action-row .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.1rem;
}

.hero-action-row .form-control {
    padding: 0 1rem;
}


.support-table thead th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--support-muted);
    border-bottom-width: 1px;
}

.support-table tbody td {
    vertical-align: middle;
    border-color: #edf2f7;
}

.ticket-subject {
    font-weight: 600;
    color: #1f2933;
    text-decoration: none;
}

.ticket-subject:hover {
    color: var(--support-primary-dark);
}

.attachment-dropzone {
    border: 2px dashed #bdd4e8;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    background: linear-gradient(180deg, rgba(51, 155, 235, 0.05), rgba(51, 155, 235, 0.02));
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.attachment-dropzone:hover,
.attachment-dropzone.is-active {
    border-color: var(--support-primary);
    background: linear-gradient(180deg, rgba(51, 155, 235, 0.1), rgba(51, 155, 235, 0.04));
}

.attachment-dropzone.is-active {
    transform: translateY(-1px);
}

.attachment-dropzone-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
    font-size: 1.5rem;
}

.attachment-dropzone-copy {
    min-width: 0;
}

.attachment-dropzone-compact {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    text-align: left;
}

.attachment-dropzone-compact .attachment-dropzone-icon {
    width: 72px;
    height: 72px;
    margin: 0;
    flex-shrink: 0;
    font-size: 1.7rem;
}

.attachment-dropzone-compact .attachment-hint {
    align-self: center;
}

.attachment-hint {
    font-size: 0.85rem;
    color: var(--support-muted);
}

.attachment-preview {
    display: grid;
    gap: 0.75rem;
}

.attachment-empty {
    padding: 0.95rem 1rem;
    border-radius: 12px;
    background: rgba(108, 122, 137, 0.08);
}

.attachment-error-list {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(231, 76, 60, 0.2);
    border-radius: 12px;
    background: rgba(231, 76, 60, 0.08);
    color: #9f2f24;
    font-size: 0.92rem;
}

.attachment-error-list > div + div {
    margin-top: 0.35rem;
}

.attachment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--support-border);
    border-radius: 12px;
    background: #fff;
}

.attachment-item-info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.attachment-item-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
    flex-shrink: 0;
}

.attachment-item-name {
    font-weight: 600;
    word-break: break-word;
}

.attachment-item-meta {
    font-size: 0.85rem;
    color: var(--support-muted);
}

.attachment-action-list {
    display: grid;
    gap: 0.75rem;
}

.attachment-action-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--support-border);
    border-radius: 12px;
    background: #fff;
}

.attachment-action-name {
    min-width: 0;
    font-weight: 600;
    word-break: break-word;
}

.attachment-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.6rem;
}

.attachment-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--support-border);
    border-radius: 999px;
    background: #f4f7fb;
    font-size: 0.78rem;
    color: var(--support-secondary);
    max-width: 260px;
}

.attachment-badge-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.attachment-badge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--support-muted);
    font-size: 0.72rem;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.attachment-badge-btn:hover {
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
}

.attachment-preview-frame,
.attachment-preview-image,
.attachment-preview-video {
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: #0f1720;
}

.attachment-preview-frame {
    min-height: 60vh;
}

.attachment-preview-image {
    max-height: 75vh;
    object-fit: contain;
}

.attachment-preview-video {
    max-height: 75vh;
}

.attachment-preview-text {
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--support-border);
    border-radius: 12px;
    background: #f8fbfe;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 70vh;
    overflow: auto;
}

.sidebar-card,
.sidebar-article-card {
    height: auto;
}

.sidebar-card:hover,
.sidebar-article-card:hover {
    transform: none;
    box-shadow: 0 0.375rem 1rem rgba(28, 44, 64, 0.06);
}

.no-hover-card:hover {
    transform: none !important;
    box-shadow: 0 0.375rem 1rem rgba(28, 44, 64, 0.06) !important;
}

.operator-compact-card {
    padding: 1rem;
    height: auto;
}

.operator-flow-card {
    height: auto;
}

.operator-compact-card .section-label,
.operator-compact-card .meta-label {
    margin-bottom: 0.15rem;
}

.operator-compact-card .ticket-meta {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.75rem;
}

.operator-compact-card .operator-chip {
    font-size: 0.8rem;
    padding: 0.4rem 0.65rem;
}

.operator-reply-box {
    min-height: 140px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.operator-reply-box-internal {
    background: #fff7db;
    border-color: #f0d884;
}

.operator-reply-box-internal:focus,
.operator-reply-box-internal:focus-visible {
    background: #fff7db;
    border-color: #d8b84e;
    box-shadow: 0 0 0 0.25rem rgba(216, 184, 78, 0.2);
}

.operator-reply-box-response {
    background: #ffffff;
    border-color: var(--support-border);
}

.operator-control-stack {
    display: grid;
    gap: 0.9rem;
}

.ticket-access-row {
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
}

.ticket-access-value {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.7rem 0.85rem;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #f8fbfe;
    color: var(--support-secondary);
    font-weight: 500;
    line-height: 1.4;
}

.ticket-access-value-static {
    background: #ffffff;
}

.ticket-access-value-break {
    word-break: break-all;
}

.ticket-access-copy {
    flex: 0 0 auto;
    align-self: center;
    white-space: nowrap;
}

.ticket-access-copy.is-copied {
    border-color: rgba(39, 174, 96, 0.3);
    background: rgba(39, 174, 96, 0.1);
    color: var(--support-success);
}

.operator-select-wrap {
    position: relative;
}

.operator-select-wrap::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c7a89;
    pointer-events: none;
    font-size: 0.8rem;
}

.operator-assignee-wrap::after {
    content: "\f078";
}

.operator-select {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background: #ffffff;
    box-shadow: none;
    color: var(--support-secondary);
    font-weight: 500;
    padding: 0.55rem 2.25rem 0.55rem 0.8rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.operator-select:focus {
    border-color: var(--support-primary);
    box-shadow: 0 0 0 0.2rem rgba(51, 155, 235, 0.12);
    outline: none;
}

.operator-assignee-input {
    padding-right: 2.4rem;
}

.operator-template-input {
    padding-right: 2.25rem;
}

.operator-combobox {
    position: relative;
}

.operator-combobox-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 25;
    padding: 0.35rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0.35rem 0.9rem rgba(28, 44, 64, 0.1);
}

.operator-combobox-option {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0.65rem 0.8rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--support-secondary);
}

.operator-combobox-option:hover,
.operator-combobox-option:focus {
    background: #eef6fd;
    color: var(--support-primary-dark);
    outline: none;
}

.operator-template-option-summary {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.78rem;
    font-weight: 400;
    color: var(--support-muted);
}

.operator-template-card {
    width: 100%;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.8rem 0.9rem;
    color: var(--support-secondary);
}

.operator-template-card:hover,
.operator-template-card:focus {
    background: #f8fbfe;
    border-color: #bfd7ea;
    outline: none;
}

.operator-template-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.operator-template-summary {
    display: block;
    font-size: 0.8rem;
    color: var(--support-muted);
}

.kb-category-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.kb-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    max-width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #fff;
    color: var(--support-secondary);
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.kb-category-chip:hover,
.kb-category-chip:focus {
    border-color: #bfd7ea;
    background: #f8fbfe;
    color: var(--support-primary-dark);
    box-shadow: 0 0.35rem 0.9rem rgba(28, 44, 64, 0.08);
    outline: none;
}

.kb-category-chip.is-active {
    border-color: rgba(51, 155, 235, 0.3);
    background: rgba(51, 155, 235, 0.1);
    color: var(--support-primary-dark);
}

.kb-category-chip-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
    flex-shrink: 0;
}

.kb-category-chip-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.kb-category-chip-title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

.kb-category-chip-meta {
    font-size: 0.76rem;
    color: var(--support-muted);
    line-height: 1.2;
}

.kb-active-filter,
.kb-article-category {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.category-icon,
.request-icon,
.article-icon,
.timeline-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
}

.timeline-entry {
    position: relative;
    padding-left: 1.5rem;
    margin-left: 0.7rem;
    border-left: 2px solid #dbe7f3;
}

.timeline-entry:last-child {
    border-left-color: transparent;
}

.timeline-dot {
    position: absolute;
    left: -9px;
    top: 0.15rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--support-primary);
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #c8d9ea;
}

.timeline-entry.user .timeline-dot {
    background: var(--support-warning);
}

.timeline-entry.status {
    background: #f3f7fb;
    border-radius: 12px;
    padding: 0.8rem 1rem 0.8rem 1.5rem;
    border-left-color: #b8d4eb;
}

.timeline-entry.status .timeline-dot {
    background: var(--support-primary);
}

.timeline-role-inline {
    display: inline-block;
    margin-left: 0.45rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--support-muted);
}

.timeline-entry.internal {
    background: #fff9e5;
    border-radius: 12px;
    padding: 0.9rem 1rem 0.9rem 1.5rem;
    border-left-color: #f0d884;
}

.timeline-entry.internal .timeline-dot {
    background: #d8b84e;
}

.ticket-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.ticket-meta .meta-label,
.small-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--support-muted);
    margin-bottom: 0.25rem;
}

.badge.text-bg-light {
    border: 1px solid var(--support-border);
}

.ticket-event-entry {
    padding: 0.5rem 0.65rem;
    border-left: 3px solid var(--support-border);
    border-radius: 0 6px 6px 0;
    background: var(--support-surface);
}

.ticket-event-entry + .ticket-event-entry {
    margin-top: 0.25rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-pill::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.status-compact-row {
    padding: 0.45rem 0.75rem;
}

.help-topic-card {
    padding: 0.8rem 0.9rem;
    position: relative;
}

.help-topic-icon {
    width: 30px;
    height: 30px;
    font-size: 0.88rem;
}

.help-topic-card p {
    padding-right: 2.2rem;
}

.help-topic-open {
    position: absolute;
    right: 0.75rem;
    bottom: 0.7rem;
    width: 1.7rem;
    height: 1.7rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ticket-status-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    white-space: nowrap;
    align-self: stretch;
}

.status-good {
    color: var(--support-success);
    background: rgba(39, 174, 96, 0.1);
}

.status-warn {
    color: var(--support-warning);
    background: rgba(243, 156, 18, 0.12);
}

.status-bad {
    color: var(--support-danger);
    background: rgba(231, 76, 60, 0.12);
}

.request-card ul,
.article-card ul {
    padding-left: 1.1rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.support-footer {
    padding: 2.5rem 0;
    background: #1f2d3a;
    color: #fff;
}

.support-hero-actions .btn {
    min-width: 165px;
}

.sticky-card {
    position: sticky;
    top: 94px;
}

.empty-state {
    padding: 2rem;
    text-align: center;
    border: 2px dashed var(--support-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.65);
}

.operator-surface {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.98), rgba(33, 48, 61, 0.98));
    color: #fff;
}

.operator-surface .section-label,
.operator-surface .metric-label {
    color: rgba(255, 255, 255, 0.72);
}

.operator-surface .metric-value,
.operator-surface h1,
.operator-surface h2,
.operator-surface h3,
.operator-surface .text-dark {
    color: #fff !important;
}

.operator-surface .text-muted,
.operator-surface p {
    color: rgba(255, 255, 255, 0.76) !important;
}

.operator-surface .soft-panel {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.panel-title {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--support-muted);
    margin-bottom: 0.5rem;
}

.operator-surface .panel-title {
    color: rgba(255, 255, 255, 0.7);
}

.operator-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(51, 155, 235, 0.12);
    color: var(--support-primary-dark);
    font-size: 0.85rem;
    font-weight: 600;
}

.operator-surface .operator-chip {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.inline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inline-list li + li {
    margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
    body.support-body {
        padding-top: 66px;
    }

    .hero-card,
    .support-card,
    .article-card,
    .timeline-card,
    .status-card,
    .request-card {
        padding: 1.25rem;
    }

    .sticky-card {
        position: static;
    }

    .view-switch {
        width: 100%;
        justify-content: center;
    }

    .ticket-access-row {
        flex-direction: column;
        align-items: stretch;
    }

    .attachment-action-card {
        flex-direction: column;
        align-items: stretch;
    }

    .kb-category-chip {
        width: 100%;
        border-radius: 16px;
    }

    .attachment-dropzone-compact {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .attachment-dropzone-compact .attachment-dropzone-icon {
        width: 60px;
        height: 60px;
    }

    .ticket-access-copy {
        width: 100%;
    }
}
