/* ============================================
   Pubilo Modern UI — v2.0
   Dark sidebar + One Card Link Preview + Typing
   ============================================ */

/* --- DARK SIDEBAR --- */
.sidebar {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%) !important;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

.sidebar-page-selector {
    background: transparent !important;
}

.page-selector {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 14px !important;
    transition: all 0.2s ease !important;
}
.page-selector:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.15) !important;
}
.page-selector.open {
    border-color: rgba(139,92,246,0.4) !important;
    box-shadow: 0 0 20px rgba(139,92,246,0.15) !important;
}
.page-selector h3,
.page-selector p,
.preview-page-info h3,
.preview-page-info p {
    color: rgba(255,255,255,0.9) !important;
}
.preview-page-info p {
    color: rgba(255,255,255,0.5) !important;
}
.page-selector-target-label {
    color: rgba(255,255,255,0.4) !important;
}
.page-selector-target-value {
    color: rgba(255,255,255,0.7) !important;
}
.page-selector-target-count {
    background: linear-gradient(135deg, #7c3aed, #6d28d9) !important;
    color: #ffffff !important;
}
.page-dropdown-icon {
    color: rgba(255,255,255,0.4) !important;
}
.page-selector-skeleton .sk-avatar,
.page-selector-skeleton .sk-line {
    background: rgba(255,255,255,0.08) !important;
}

/* --- PAGE DROPDOWN — FULL SIDEBAR EXPANSION --- */
.page-dropdown {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: var(--sidebar-w, 280px) !important;
    height: 100vh !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%) !important;
    border: none !important;
    box-shadow: 4px 0 40px rgba(0,0,0,0.3) !important;
    z-index: 2000 !important;
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: slideInDropdown 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-dropdown.visible {
    display: flex !important;
}

@keyframes slideInDropdown {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Dropdown head — dark */
.multi-page-dropdown-head {
    padding: 1.25rem 1rem 0.75rem !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    background: transparent !important;
}
.multi-page-eyebrow {
    color: rgba(139,92,246,0.8) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}
.multi-page-dropdown-head h4 {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    margin-top: 4px !important;
}
.multi-page-selected-meta {
    color: rgba(255,255,255,0.4) !important;
    font-size: 0.78rem !important;
}

/* Search bar — dark theme */
.multi-page-search-shell {
    margin: 0.75rem 0.75rem 0 !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
}
.multi-page-search-shell:focus-within {
    border-color: rgba(139,92,246,0.4) !important;
    background: rgba(255,255,255,0.08) !important;
    box-shadow: 0 0 0 3px rgba(139,92,246,0.1) !important;
}
.multi-page-search-shell svg {
    width: 16px !important;
    height: 16px !important;
    color: rgba(255,255,255,0.3) !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
}
.multi-page-search-input {
    background: transparent !important;
    border: none !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.85rem !important;
    padding: 0.7rem 0.75rem 0.7rem 0 !important;
    width: 100% !important;
    outline: none !important;
}
.multi-page-search-input::placeholder {
    color: rgba(255,255,255,0.25) !important;
}

/* Selected chips strip */
.multi-page-selected-strip {
    padding: 0.5rem 0.75rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}
.multi-page-chip {
    background: rgba(139,92,246,0.15) !important;
    border: 1px solid rgba(139,92,246,0.25) !important;
    border-radius: 20px !important;
    color: #c4b5fd !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
}
.multi-page-chip-remove {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}
.multi-page-chip-remove:hover {
    background: rgba(239,68,68,0.6) !important;
}

/* Page list — scrollable */
.multi-page-list {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 0.5rem 0.5rem 1rem !important;
    max-height: none !important;
}

/* Individual page item */
.multi-page-item {
    border-radius: 12px !important;
    padding: 0.65rem 0.7rem !important;
    transition: all 0.15s ease !important;
}
.multi-page-item:hover {
    background: rgba(255,255,255,0.06) !important;
}
.multi-page-item.is-selected {
    background: rgba(139,92,246,0.08) !important;
}

/* Page item text — light on dark */
.multi-page-item-copy h4 {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.88rem !important;
}
.multi-page-item-copy p {
    color: rgba(255,255,255,0.4) !important;
    font-size: 0.75rem !important;
}

/* Page avatar ring */
.multi-page-item-media {
    border: 2px solid rgba(255,255,255,0.1) !important;
    transition: border-color 0.15s ease !important;
}
.multi-page-item.is-selected .multi-page-item-media {
    border-color: rgba(16,185,129,0.5) !important;
}

/* --- CHECK BUTTON: Unselected = transparent circle, Selected = green circle (no icon) --- */
.multi-page-item-action {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,0.15) !important;
    background: transparent !important;
    color: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

.multi-page-item-action:hover {
    border-color: rgba(255,255,255,0.3) !important;
    background: rgba(255,255,255,0.05) !important;
}

/* Selected = solid green circle, no content */
.multi-page-item.is-selected .multi-page-item-action,
.multi-page-item.is-primary .multi-page-item-action {
    background: linear-gradient(135deg, #34d399, #10b981) !important;
    border-color: #34d399 !important;
    color: transparent !important;
    box-shadow: 0 2px 10px rgba(16,185,129,0.35) !important;
}

/* Hide ALL content inside the button (SVG, text, etc) */
.multi-page-item-action svg,
.multi-page-item-action span,
.multi-page-item-action * {
    display: none !important;
}

/* Check icon SVG inside button */
.multi-page-item-action svg {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* Empty state */
.multi-page-empty {
    color: rgba(255,255,255,0.4) !important;
    padding: 2rem 1rem !important;
}
.multi-page-empty strong {
    color: rgba(255,255,255,0.7) !important;
}

/* Page list scrollbar — subtle */
.multi-page-list::-webkit-scrollbar {
    width: 4px;
}
.multi-page-list::-webkit-scrollbar-track {
    background: transparent;
}
.multi-page-list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.12);
    border-radius: 4px;
}
.multi-page-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.2);
}

.nav-section-title {
    color: rgba(255,255,255,0.35) !important;
    text-transform: uppercase !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.1em !important;
    padding-left: 1.25rem !important;
}

.nav-item {
    color: rgba(255,255,255,0.55) !important;
    border-radius: 10px !important;
    padding: 0.65rem 1.15rem !important;
    margin: 0 0.6rem 2px 0.6rem !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: transparent !important;
}
.nav-item svg {
    color: rgba(255,255,255,0.4) !important;
    transition: color 0.2s ease !important;
}
.nav-item:hover {
    background: rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.85) !important;
    transform: none !important;
}
.nav-item:hover svg {
    color: rgba(255,255,255,0.7) !important;
}
.nav-item.active {
    background: linear-gradient(135deg, rgba(105,65,198,0.25), rgba(139,92,246,0.15)) !important;
    color: #c4b5fd !important;
    box-shadow: 0 0 20px rgba(105,65,198,0.15) !important;
}
.nav-item.active svg {
    color: #a78bfa !important;
}
.nav-item .badge {
    background: rgba(105,65,198,0.4) !important;
    color: #e9d5ff !important;
}

/* --- HEADER REFINEMENT --- */
header.header {
    background: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
    height: 64px !important;
}

.logo-text {
    color: #1a1a2e !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
    letter-spacing: -0.03em !important;
}

.status-indicators {
    gap: 6px !important;
}
.status-indicator {
    border-radius: 8px !important;
    padding: 4px 10px !important;
    font-size: 0.78rem !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
}

/* --- MAIN LAYOUT --- */
.app-layout {
    background: #f0f2f5 !important;
    padding-top: calc(64px + 1.5rem) !important;
}

.main-content {
    gap: 1.25rem !important;
}

/* --- FORM PANEL MODERNIZATION --- */
.form-panel .card {
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06) !important;
    background: #ffffff !important;
    padding: 1.75rem !important;
}

.form-input, .form-select, .form-textarea {
    border-radius: 12px !important;
    border: 1.5px solid #e5e7eb !important;
    background: #fafbfc !important;
    padding: 0.8rem 1rem !important;
    font-size: 0.92rem !important;
    color: #1f2937 !important;
    transition: all 0.2s ease !important;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
    border-color: #8b5cf6 !important;
    box-shadow: 0 0 0 3px rgba(139,92,246,0.12) !important;
    background: #ffffff !important;
}

.form-label {
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    color: #374151 !important;
    letter-spacing: 0.01em !important;
}

/* --- GRADIENT PUBLISH BUTTON --- */
.btn-publish {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 60%, #5b21b6 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 0.9rem 2rem !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 4px 14px rgba(124,58,237,0.3), inset 0 1px 0 rgba(255,255,255,0.15) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: none !important;
    cursor: pointer !important;
}
.btn-publish:hover:not(:disabled) {
    background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 60%, #4c1d95 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 22px rgba(124,58,237,0.4), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}
.btn-publish:active:not(:disabled) {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(124,58,237,0.3) !important;
}
.btn-publish:disabled,
.btn-publish.disabled {
    background: linear-gradient(135deg, #d1d5db, #9ca3af) !important;
    color: rgba(255,255,255,0.7) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

/* --- CARD PREVIEW — FACEBOOK ONE CARD LINK AD --- */
.card-preview {
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

/* Facebook-style header above preview */
.fb-preview-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}
.fb-preview-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #e4e6eb;
    flex-shrink: 0;
}
.fb-preview-page-info {
    flex: 1;
    min-width: 0;
}
.fb-preview-page-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #050505;
    line-height: 1.2;
}
.fb-preview-sponsored {
    font-size: 0.76rem;
    color: #65676B;
    display: flex;
    align-items: center;
    gap: 4px;
}
.fb-preview-sponsored svg {
    width: 12px;
    height: 12px;
    color: #65676B;
}
.fb-preview-menu {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: none;
    color: #65676B;
    cursor: pointer;
}

/* Primary text area with typing cursor */
.fb-preview-text {
    padding: 4px 16px 12px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #050505;
    word-wrap: break-word;
    white-space: pre-wrap;
    min-height: 1.3em;
    position: relative;
}

/* Blinking cursor */
.fb-preview-text .typing-cursor {
    display: inline-block;
    width: 2px;
    height: 1.1em;
    background: #6941C6;
    margin-left: 1px;
    vertical-align: text-bottom;
    animation: blink-cursor 1s step-end infinite;
    opacity: 0;
    transition: opacity 0.15s ease;
}
.fb-preview-text .typing-cursor.is-active {
    opacity: 1;
}

@keyframes blink-cursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* Image area */
.card-image-area {
    border-radius: 0 !important;
    border-bottom: none !important;
    background: #f0f2f5 !important;
    min-height: 280px !important;
    position: relative;
    overflow: hidden;
}

/* Image fade-in on load */
.card-image-area img,
.full-image-view img {
    animation: fadeInImage 0.4s ease-out;
}
@keyframes fadeInImage {
    from { opacity: 0; transform: scale(1.02); }
    to { opacity: 1; transform: scale(1); }
}

/* Link info strip (One Card Link style) */
.card-link-info {
    background: #f0f2f5 !important;
    border-top: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 16px !important;
    gap: 12px !important;
    border-radius: 0 !important;
}

.card-link-details {
    flex: 1 !important;
    min-width: 0 !important;
}

.card-link-caption {
    font-size: 0.78rem !important;
    color: #65676B !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    margin-bottom: 2px !important;
}

.card-link-title {
    font-size: 0.9rem !important;
    color: #050505 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.btn-learn-more {
    background: #e4e6eb !important;
    color: #050505 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 14px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    cursor: default !important;
    flex-shrink: 0 !important;
}

/* Facebook reaction/action bar */
.fb-preview-actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4px 8px;
    border-top: 1px solid #e4e6eb;
}
.fb-preview-action {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    color: #65676B;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: default;
    background: none;
    border: none;
}
.fb-preview-action svg {
    width: 18px;
    height: 18px;
}
.fb-preview-action:hover {
    background: #f0f2f5;
}

/* Facebook reactions row (above action bar) */
.fb-preview-reactions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 4px;
    font-size: 0.82rem;
    color: #65676B;
}
.fb-reactions-left {
    display: flex;
    align-items: center;
    gap: 6px;
}
.fb-reaction-icons {
    font-size: 1rem;
    letter-spacing: -2px;
}
.fb-reaction-count,
.fb-comment-count {
    color: #65676B;
    font-weight: 400;
}

/* --- AD SECTION HEADERS (Ads Manager style) --- */
.ad-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 16px 0;
}
.ad-section-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d2129;
    letter-spacing: -0.01em;
}
.ad-preview-device-select {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.15s ease;
}
.ad-preview-device-select:hover {
    border-color: #9ca3af;
    background: #f9fafb;
}

/* --- CHARACTER COUNTER --- */
.char-counter {
    font-size: 0.8rem;
    font-weight: 500;
    color: #9ca3af;
    letter-spacing: 0.01em;
}
.char-counter.is-warning {
    color: #f59e0b;
}
.char-counter.is-danger {
    color: #ef4444;
    font-weight: 600;
}

/* --- UPLOAD PROMPT REDESIGN --- */
.upload-prompt {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 280px !important;
    gap: 12px !important;
}

.upload-btn {
    border: 2px dashed #d1d5db !important;
    background: rgba(255,255,255,0.7) !important;
    border-radius: 14px !important;
    padding: 2rem 3rem !important;
    color: #6b7280 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}
.upload-btn:hover {
    border-color: #8b5cf6 !important;
    background: rgba(139,92,246,0.04) !important;
    color: #7c3aed !important;
    transform: translateY(-1px) !important;
}

/* --- SCHEDULE ROW FIX --- */
.schedule-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.schedule-row .form-input {
    flex: 1 !important;
    min-width: 0 !important;
}
.schedule-clear-btn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    padding: 0.45rem 0.75rem !important;
    border-radius: 10px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: #4b5563 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
}
.schedule-clear-btn:hover {
    background: #f3f4f6 !important;
    border-color: #9ca3af !important;
}

/* --- STAT CARDS (Pending/Published/Delete) --- */
.pending-stat {
    background: #ffffff !important;
    border-radius: 14px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
    padding: 1.25rem 1.5rem !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.pending-stat:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
    border-color: #d1d5db !important;
}

/* --- FILTER CHIPS --- */
.pending-filter-chip {
    border-radius: 20px !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    background: #f3f4f6 !important;
    border: 1px solid transparent !important;
    color: #6b7280 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}
.pending-filter-chip:hover {
    background: #e5e7eb !important;
    color: #374151 !important;
}
.pending-filter-chip.is-active {
    background: linear-gradient(135deg, #7c3aed, #6d28d9) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(124,58,237,0.25) !important;
    border-color: transparent !important;
}

/* --- EMPTY STATE --- */
.empty-state-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    color: #9ca3af;
    text-align: center;
    gap: 12px;
}
.empty-state-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3e8ff, #ede9fe);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.empty-state-icon svg {
    width: 28px;
    height: 28px;
    color: #8b5cf6;
}
.empty-state-title {
    font-size: 1rem;
    font-weight: 700;
    color: #4b5563;
}
.empty-state-text {
    font-size: 0.88rem;
    color: #9ca3af;
    max-width: 320px;
    line-height: 1.5;
}

/* --- SMOOTH TRANSITIONS --- */
.mode-container {
    animation: fadeInMode 0.3s ease-out;
}
@keyframes fadeInMode {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Card Preview Container */
.card-preview {
    transition: box-shadow 0.2s ease !important;
}
.card-preview:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

/* --- TEXT MODE PREVIEW MODERNIZATION --- */
.text-card-preview {
    border-radius: 16px !important;
}
.text-preview-stage {
    border-radius: 16px 16px 0 0 !important;
}

/* --- PENDING TABLE ROWS --- */
.table-row {
    transition: all 0.15s ease !important;
}
.table-row:hover {
    background: #f9fafb !important;
    transform: translateX(2px) !important;
}

/* --- SCROLLBAR STYLING --- */
.sidebar::-webkit-scrollbar {
    width: 4px;
}
.sidebar::-webkit-scrollbar-track {
    background: transparent;
}
.sidebar::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}

/* --- RESPONSIVE FIXES --- */
@media (max-width: 1024px) {
    .schedule-row {
        flex-wrap: nowrap !important;
    }
    .schedule-clear-btn {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.8rem !important;
    }
}

/* --- HIDE COOKIE/TOKEN INDICATOR TEXT ON SMALL SCREENS --- */
@media (max-width: 768px) {
    .status-indicator span {
        display: none !important;
    }
    .status-indicator {
        padding: 6px !important;
    }
}
