@import url("https://cdn.jsdelivr.net/npm/remixicon/fonts/remixicon.css");

.full_screen {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 9999;
}

.protect {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.download {
    display: inline;
    text-align: center;
}

.allow_print {
    display: inline;
}

.toggle_menu {
    display: inline;
}

.bbutton {
    margin-bottom: 10px;
}

.bbutton-bottom {
    margin-bottom: 10px;
    cursor: pointer;
}

.wp_head_example,
.native_style,
.powr_point_style,
.only_excel_viewer,
.g_slides,
.sleek_pdf_viewer_style {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.wp_head_example,
.google_docs,
.google_sheet,
.native_style,
.power_point_viewer,
.only_excel,
.word_style,
.g_slides_styles,
.flip_viewer_style,
.sleek_pdf_viewer_style h3,
.flip_viewer_style h3 {
    text-align: center;
}

/* .df-ui-btn span {
    display: block !important;
}

.df-ui-next span {
    display: none !important;
    position: relative;
} */
/* 
.df-ui-next::after {
    content: '›';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-prev span {
    display: none !important;
    position: relative;
}

.df-ui-prev::after {
    content: '‹';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-outline span {
    display: none !important;
    position: relative;
}

.df-ui-outline::after {
    content: '☰';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-thumbnail span {
    display: none !important;
    position: relative;
}

.df-ui-thumbnail::after {
    content: '▤';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-zoomin span {
    display: none !important;
    position: relative;
}

.df-ui-zoomin::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-zoomout span {
    display: none !important;
    position: relative;
}

.df-ui-zoomout::after {
    content: '−';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-fullscreen span {
    display: none !important;
    position: relative;
}

.df-ui-fullscreen::after {
    content: '⤢';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-share span {
    display: none !important;
    position: relative;
}

.df-ui-share::after {
    content: '⤴';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df-ui-more {
    position: relative;
}

.df-ui-more::after {
    content: '⋮';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

#sleek-pdf-viewer {
    overflow: hidden;
}

#view-pdf-btn {
    cursor: pointer;
    padding: 10px 21px;
    font-family: 'Arial';
    font-size: 18px;
    line-height: 28px;
    color: #ededed;
    border-radius: 5px;
    border: 1px #404040;
    background-color: #1473e6;
}

/* Controls */
.document-library-wrapper .controls {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    margin: 0 auto 40px;
    padding: 16px 24px;
    max-width: 940px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
    backdrop-filter: blur(10px);
    border: 1px solid #ddd;
}

.document-library-wrapper .search-container {
    flex: 1;
    position: relative;
    width: 100%;
}

.document-library-wrapper .search-container::before {
    display: none;
}

.document-library-wrapper .search-input {
    width: 100%;
    padding: 14px 16px 14px 44px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.25s;
    color: #333;
}

.document-library-wrapper .search-input:focus {
    outline: none;
    border-color: #6a1b9a;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.document-library-wrapper .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
}

.document-library-wrapper .filter-select {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    color: #94a3b8;
    font-size: 1rem;
    min-width: 160px;
    cursor: pointer;
    transition: all 0.2s;
}

.document-library-wrapper .filter-select:hover,
.document-library-wrapper .filter-select:focus {
    border-color: #6a1b9a;
    outline: none;
    color: #333;
}

.document-library-wrapper .filters select {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    font-size: 1rem;
    min-width: 140px;
}

.document-library-wrapper .document-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.document-library-wrapper .document-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.28s ease;
    position: relative;
}

.document-library-wrapper .document-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.18);
    border-color: #a78bfa;
}

.document-library-wrapper .card-header {
    position: relative;
    height: 140px;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.06) 0%, rgba(168, 85, 247, 0.04) 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.document-library-wrapper .card-header .file-icon {
    font-size: 4.2rem;
    opacity: 0.92;
    transition: transform 0.4s ease;
}

.document-library-wrapper .card-body {
    padding: 24px 20px 28px;
    text-align: center;
}

.document-library-wrapper .card-description {
    font-size: 18px;
    line-height: 26px;
    color: #475569;
    padding: 12px 0 24px;
    margin: 0;
}

.document-library-wrapper .card-title {
    font-size: 1.28rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1e293b;
    margin: 0;
}

.document-library-wrapper .file-meta {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.document-library-wrapper .file-meta .meta-item {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    background: #ddd;
    border-radius: 30px;
    padding: 6px 8px;
}

.document-library-wrapper .card-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.document-library-wrapper .btn {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.96rem;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.document-library-wrapper .view-btn {
    background: #7c3aed;
    color: white;
}

.document-library-wrapper .view-btn:hover {
    background: #6d28d9;
    transform: translateY(-2px);
}

.document-library-wrapper .download-btn {
    background: #10b981;
    color: white;
}

.document-library-wrapper .download-btn:hover {
    background: #059669;
    transform: translateY(-2px);
}

.document-library-wrapper .doc-lightbox,
.bae-modern-document-library-wrapper .doc-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.document-library-wrapper .doc-lightbox.active,
.bae-modern-document-library-wrapper .doc-lightbox.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.document-library-wrapper .doc-lightbox-content,
.bae-modern-document-library-wrapper .doc-lightbox-content {
    background: #fff;
    max-width: 90%;
    max-height: 90vh;
    width: 1000px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.document-library-wrapper .doc-lightbox-close,
.bae-modern-document-library-wrapper .doc-lightbox-close {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 36px;
    color: #333;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

.document-library-wrapper .doc-lightbox-title,
.bae-modern-document-library-wrapper .doc-lightbox-title {
    margin: 0;
    padding: 15px 50px 10px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
}

.document-library-wrapper .doc-lightbox-body,
.bae-modern-document-library-wrapper .doc-lightbox-body {
    padding: 0;
    height: calc(90vh - 80px);
    overflow: auto;
}

.document-library-wrapper .doc-lightbox-body iframe,
.document-library-wrapper .doc-lightbox-body video,
.document-library-wrapper .doc-lightbox-body img,
.bae-modern-document-library-wrapper .doc-lightbox-body iframe,
.bae-modern-document-library-wrapper .doc-lightbox-body video,
.bae-modern-document-library-wrapper .doc-lightbox-body img {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: contain;
}

.pdf-js-button-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.pdf-js-button-wrapper .download-button {
    background: #10b981;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.pdf-js-button-wrapper .download-button:hover {
    background: #059669;
}

.pdf-js-button-wrapper .preview-button {
    background: #113428;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.pdf-js-button-wrapper .preview-button:hover {
    background: #0d3b2c;
}

/* ==========================================
   MODERN DOCUMENT LIBRARY WIDGET STYLES
   ========================================== */

:root {
    --bae-bg-card: rgba(255, 255, 255, 0.85);
    --bae-bg-card-hover: rgba(255, 255, 255, 0.98);
    --bae-border-color: rgba(226, 232, 240, 0.8);
    --bae-accent-pdf: #ef4444;
    --bae-accent-word: #3b82f6;
    --bae-accent-excel: #10b981;
    --bae-accent-slides: #fb8c00;
    --bae-accent-video: #8b5cf6;
    --bae-accent-audio: #ec4899;
    --bae-accent-generic: #6366f1;
}

.bae-modern-document-library-wrapper {
    width: 100%;
    font-family: 'Outfit', 'Inter', -apple-system, sans-serif;
    padding: 24px;
    box-sizing: border-box;
}

/* File type specific css variables mapping */
.bae-modern-document-library-wrapper .pdf,
.bae-modern-document-library-wrapper .bae-type-pdf {
    --accent-clr: var(--bae-accent-pdf);
    --accent-glow: rgba(239, 68, 68, 0.15);
}
.bae-modern-document-library-wrapper .doc,
.bae-modern-document-library-wrapper .docx,
.bae-modern-document-library-wrapper .bae-type-doc,
.bae-modern-document-library-wrapper .bae-type-docx {
    --accent-clr: var(--bae-accent-word);
    --accent-glow: rgba(59, 130, 246, 0.15);
}
.bae-modern-document-library-wrapper .xls,
.bae-modern-document-library-wrapper .xlsx,
.bae-modern-document-library-wrapper .bae-type-xls,
.bae-modern-document-library-wrapper .bae-type-xlsx {
    --accent-clr: var(--bae-accent-excel);
    --accent-glow: rgba(16, 185, 129, 0.15);
}
.bae-modern-document-library-wrapper .ppt,
.bae-modern-document-library-wrapper .pptx,
.bae-modern-document-library-wrapper .bae-type-ppt,
.bae-modern-document-library-wrapper .bae-type-pptx {
    --accent-clr: var(--bae-accent-slides);
    --accent-glow: rgba(251, 140, 0, 0.15);
}
.bae-modern-document-library-wrapper .mp4,
.bae-modern-document-library-wrapper .mov,
.bae-modern-document-library-wrapper .webm,
.bae-modern-document-library-wrapper .bae-type-mp4,
.bae-modern-document-library-wrapper .bae-type-mov,
.bae-modern-document-library-wrapper .bae-type-webm {
    --accent-clr: var(--bae-accent-video);
    --accent-glow: rgba(139, 92, 246, 0.15);
}
.bae-modern-document-library-wrapper .mp3,
.bae-modern-document-library-wrapper .wav,
.bae-modern-document-library-wrapper .bae-type-mp3,
.bae-modern-document-library-wrapper .bae-type-wav {
    --accent-clr: var(--bae-accent-audio);
    --accent-glow: rgba(236, 72, 153, 0.15);
}
.bae-modern-document-library-wrapper .document-card,
.bae-modern-document-library-wrapper .bae-modern-icon-container {
    --accent-clr: var(--bae-accent-generic);
    --accent-glow: rgba(99, 102, 241, 0.15);
}

/* ==========================================
   FILTER BAR STYLING
   ========================================== */
.bae-modern-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.4);
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.6);
    backdrop-filter: blur(10px);
}

.bae-modern-search-box {
    position: relative;
    flex: 1;
    min-width: 260px;
}

.bae-modern-search-box .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #94a3b8;
    pointer-events: none;
    transition: color 0.3s;
}

.bae-modern-search-box .search-input {
    width: 100% !important;
    padding: 12px 16px 12px 48px !important;
    border-radius: 30px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: #ffffff;
    font-size: 0.95rem !important;
    color: #1e293b;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}

.bae-modern-search-box .search-input:focus {
    outline: none !important;
    border-color: #6366f1 !important;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.15) !important;
}

.bae-modern-search-box .search-input:focus ~ .search-icon {
    color: #6366f1;
}

.bae-modern-dropdowns {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-select-wrapper {
    position: relative;
}

.filter-select-wrapper .select-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
    font-size: 1rem;
}

.filter-select-wrapper .filter-select {
    appearance: none !important;
    padding: 12px 36px 12px 38px !important;
    border-radius: 30px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: #ffffff;
    font-size: 0.9rem !important;
    color: #475569;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-position: right 12px center !important;
    background-repeat: no-repeat !important;
    background-size: 1.25rem !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}

.filter-select-wrapper .filter-select:focus {
    outline: none !important;
    border-color: #6366f1 !important;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.1) !important;
}

/* ==========================================
   GRID LAYOUT - GLASSMORPHIC CARDS
   ========================================== */
.bae-modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

.bae-modern-card {
    background: var(--bae-bg-card);
    border-radius: 24px;
    border: 1px solid var(--bae-border-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.01);
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bae-modern-card:hover {
    transform: translateY(-8px);
    background: var(--bae-bg-card-hover);
    border-color: var(--accent-clr);
    box-shadow: 0 20px 40px var(--accent-glow), 0 4px 12px rgba(0, 0, 0, 0.03);
}

.bae-modern-card-header {
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bae-mesh-gradient {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background: radial-gradient(at 0% 0%, var(--accent-clr) 0, transparent 50%),
                radial-gradient(at 100% 100%, var(--accent-clr) 0, transparent 50%);
    transition: opacity 0.4s;
}

.bae-modern-card:hover .bae-mesh-gradient {
    opacity: 0.12;
}

.bae-modern-icon-container {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.bae-modern-icon-container i {
    font-size: 2.2rem;
    color: var(--accent-clr);
    transition: transform 0.4s;
}

.bae-modern-card:hover .bae-modern-icon-container {
    transform: scale(1.1) rotate(4deg);
    border-color: var(--accent-clr);
    box-shadow: 0 8px 24px var(--accent-glow);
}

.bae-modern-icon-glow {
    position: absolute;
    inset: -4px;
    border-radius: 24px;
    background: var(--accent-clr);
    filter: blur(10px);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s;
}

.bae-modern-card:hover .bae-modern-icon-glow {
    opacity: 0.15;
}

.bae-modern-extension-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 12px;
    color: var(--accent-clr);
    background: var(--accent-glow);
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 2;
}

.bae-modern-card-body {
    padding: 12px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bae-modern-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.bae-modern-card-description {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    text-align: left;
}

.bae-modern-meta-chips {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bae-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 4px 10px;
    border-radius: 30px;
}

.bae-meta-chip i {
    font-size: 0.9rem;
    color: #94a3b8;
}

.bae-modern-card-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.bae-btn {
    flex: 1;
    padding: 10px 16px;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.bae-btn i {
    font-size: 1.05rem;
}

.bae-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff;
    box-shadow: 0 4px 12px var(--accent-glow);
}

.bae-btn.view-btn:hover {
    filter: brightness(0.95);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px var(--accent-glow);
}

.bae-btn.download-btn {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.bae-btn.download-btn:hover {
    background: #e2e8f0;
    color: #1e293b;
    transform: translateY(-2px);
}

/* ==========================================
   LIST LAYOUT - ROW STYLING
   ========================================== */
.bae-modern-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bae-modern-list-header {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1.2fr;
    padding: 12px 24px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bae-modern-list-row {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1.2fr;
    align-items: center;
    background: var(--bae-bg-card);
    border-radius: 16px;
    border: 1px solid var(--bae-border-color);
    padding: 16px 24px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.bae-modern-list-row:hover {
    background: var(--bae-bg-card-hover);
    border-color: var(--accent-clr);
    transform: translateX(4px);
    box-shadow: 0 8px 24px var(--accent-glow), 0 1px 3px rgba(0, 0, 0, 0.02);
}

.bae-list-row-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--accent-clr);
    opacity: 0.8;
    transition: width 0.3s;
}

.bae-modern-list-row:hover .bae-list-row-accent {
    width: 6px;
}

.bae-modern-list-row .col-name {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

.bae-list-row-icon-container {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--accent-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.bae-list-row-icon-container i {
    font-size: 1.5rem;
    color: var(--accent-clr);
}

.bae-modern-list-row:hover .bae-list-row-icon-container {
    transform: scale(1.08);
}

.bae-list-row-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
}

.bae-list-row-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bae-list-row-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-list-row-badge {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 6px;
    color: var(--accent-clr);
    background: var(--accent-glow);
}

.bae-list-row-description {
    font-size: 0.8rem;
    color: #64748b;
    margin: 4px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-modern-list-row .col-size,
.bae-modern-list-row .col-date {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bae-modern-list-row .mobile-label {
    display: none;
}

.bae-modern-list-row .col-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.bae-list-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
}

.bae-list-btn.view-btn {
    background: var(--accent-glow);
    color: var(--accent-clr);
}

.bae-list-btn.view-btn:hover {
    background: var(--accent-clr);
    color: #ffffff;
}

.bae-list-btn.download-btn {
    background: #f1f5f9;
    color: #475569;
}

.bae-list-btn.download-btn:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.bae-list-btn .btn-text {
    display: none;
}

/* ==========================================
   RESPONSIVE MEDIA QUERIES
   ========================================== */
@media (max-width: 991px) {
    .bae-modern-list-header {
        display: none;
    }
    
    .bae-modern-list-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }
    
    .bae-modern-list-row .col-size,
    .bae-modern-list-row .col-date {
        display: flex;
        flex-direction: row;
        gap: 8px;
        font-size: 0.85rem;
    }
    
    .bae-modern-list-row .mobile-label {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #94a3b8;
        font-weight: 600;
    }

    .bae-modern-list-row .col-actions {
        justify-content: flex-start;
        width: 100%;
        margin-top: 8px;
    }
    
    .bae-list-btn {
        width: auto;
        height: auto;
        flex: 1;
        padding: 10px 16px;
        border-radius: 12px;
    }
    
    .bae-list-btn .btn-text {
        display: inline;
        font-size: 0.85rem;
        font-weight: 600;
        margin-left: 6px;
    }
}

@media (max-width: 576px) {
    .bae-modern-document-library-wrapper .bae-modern-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .bae-modern-document-library-wrapper .bae-modern-search-box {
        width: 100%;
    }
    
    .bae-modern-document-library-wrapper .bae-modern-dropdowns {
        width: 100%;
    }
    
    .bae-modern-document-library-wrapper .filter-select-wrapper {
        flex: 1;
    }
    
    .bae-modern-document-library-wrapper .filter-select {
        width: 100% !important;
    }
}

/* ==========================================
   NEW LOOKATIVE DESIGN LAYOUT STYLES
   ========================================== */

/* 1. MINIMALIST ROWS LAYOUT */
.bae-minimalist-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bae-minimalist-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.45);
    padding: 14px 20px;
    border-radius: 14px;
    border: 1px solid rgba(226, 232, 240, 0.7);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.bae-minimalist-row:hover {
    background: #ffffff;
    border-color: var(--accent-clr);
    transform: translateX(4px);
    box-shadow: 0 4px 15px var(--accent-glow);
}

.bae-minimalist-row .col-main {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    text-align: left;
}

.bae-minimal-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--accent-glow);
    color: var(--accent-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.bae-minimal-details {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.bae-minimal-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-minimal-badge {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 6px;
    color: var(--accent-clr);
    background: var(--accent-glow);
    text-transform: uppercase;
}

.bae-minimalist-row .col-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.bae-minimal-size {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bae-minimal-actions {
    display: flex;
    gap: 6px;
}

.bae-minimal-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    background: #f1f5f9;
    transition: all 0.2s;
    cursor: pointer;
}

.bae-minimal-btn:hover {
    color: #ffffff !important;
    background: var(--accent-clr);
}

@media (max-width: 576px) {
    .bae-minimalist-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .bae-minimalist-row .col-meta {
        width: 100%;
        justify-content: space-between;
    }
    
    .bae-minimal-actions {
        flex: 1;
        justify-content: flex-end;
    }
}

/* 2. BOLD ACCENT CARDS LAYOUT */
.bae-bold-accent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.bae-bold-accent-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    overflow: hidden;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bae-bold-accent-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-clr);
    box-shadow: 0 16px 36px var(--accent-glow), 0 4px 10px rgba(0,0,0,0.02);
}

.bae-bold-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: var(--accent-clr);
}

.bae-bold-accent-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bae-bold-accent-ext {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--accent-clr);
    text-transform: uppercase;
}

.bae-bold-accent-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent-glow);
    color: var(--accent-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.bae-bold-accent-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bae-bold-accent-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-bold-accent-desc {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0 0 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.bae-bold-accent-meta {
    display: flex;
    gap: 12px;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-bottom: 20px;
    border-top: 1px dashed rgba(226, 232, 240, 0.8);
    padding-top: 12px;
}

.bae-bold-accent-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bae-bold-accent-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.bae-bold-btn {
    flex: 1;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.25s;
    cursor: pointer;
}

.bae-bold-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
}

.bae-bold-btn.view-btn:hover {
    filter: brightness(0.92);
}

.bae-bold-btn.download-btn {
    background: #f8fafc;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.bae-bold-btn.download-btn:hover {
    background: #e2e8f0;
}

/* 3. DUO-TONE GRID LAYOUT */
.bae-duo-tone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 28px;
}

.bae-duo-tone-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bae-duo-tone-card:hover {
    transform: translateY(-6px);
    border-color: var(--accent-clr);
    box-shadow: 0 16px 36px var(--accent-glow), 0 2px 8px rgba(0, 0, 0, 0.02);
}

.bae-duo-tone-top {
    height: 120px;
    background: var(--accent-clr);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bae-duo-tone-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image: radial-gradient(circle at 1px 1px, #ffffff 1px, transparent 0);
    background-size: 16px 16px;
    transition: transform 0.8s ease;
}

.bae-duo-tone-card:hover .bae-duo-tone-pattern {
    transform: scale(1.1) rotate(2deg);
}

.bae-duo-tone-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    color: var(--accent-clr);
    background: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bae-duo-tone-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.bae-duo-tone-icon i {
    color: #ffffff !important;
}

.bae-duo-tone-card:hover .bae-duo-tone-icon {
    transform: scale(1.1) rotate(-4deg);
    background: rgba(255, 255, 255, 0.3);
}

.bae-duo-tone-bottom {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}

.bae-duo-tone-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-duo-tone-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.bae-duo-tone-meta {
    display: flex;
    gap: 12px;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-bottom: 16px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.bae-duo-tone-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bae-duo-tone-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.bae-duo-tone-btn {
    flex: 1;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
}

.bae-duo-tone-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
}

.bae-duo-tone-btn.view-btn:hover {
    filter: brightness(0.92);
}

.bae-duo-tone-btn.download-btn {
    flex: 0 0 44px;
    width: 44px;
    padding: 0;
    background: #f1f5f9;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.bae-duo-tone-btn.download-btn:hover {
    background: #e2e8f0;
    color: #1e293b !important;
}

/* 4. CLASSIC FILE explorer TABLE */
.bae-classic-table {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.bae-classic-table-header {
    display: grid;
    grid-template-columns: 50px 3.5fr 1.2fr 1.2fr 1fr;
    padding: 16px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.8rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

.bae-classic-table-row {
    display: grid;
    grid-template-columns: 50px 3.5fr 1.2fr 1.2fr 1fr;
    padding: 16px 24px;
    border-bottom: 1px solid #f1f5f9;
    align-items: center;
    transition: background 0.2s;
    text-align: left;
}

.bae-classic-table-row:last-child {
    border-bottom: none;
}

.bae-classic-table-row:hover {
    background: #f8fafc;
}

.bae-classic-icon {
    font-size: 1.4rem;
    color: var(--accent-clr);
    display: inline-flex;
}

.bae-classic-name {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
}

.bae-classic-desc {
    display: block;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-top: 4px;
}

.bae-classic-table-row .col-size,
.bae-classic-table-row .col-date {
    font-size: 0.85rem;
    color: #475569;
    font-weight: 500;
}

.bae-classic-table-row .col-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.bae-classic-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    transition: all 0.25s;
    cursor: pointer;
}

.bae-classic-btn:hover {
    color: var(--accent-clr) !important;
    border-color: var(--accent-clr);
    background: var(--accent-glow);
}

@media (max-width: 768px) {
    .bae-classic-table-header {
        display: none;
    }
    
    .bae-classic-table-row {
        grid-template-columns: 40px 1fr;
        gap: 12px;
        padding: 16px;
    }
    
    .bae-classic-table-row .col-size,
    .bae-classic-table-row .col-date {
        grid-column: 2;
        font-size: 0.8rem;
        color: #94a3b8;
    }
    
    .bae-classic-table-row .col-size::before {
        content: "Size: ";
        font-weight: 600;
    }

    .bae-classic-table-row .col-date::before {
        content: "Modified: ";
        font-weight: 600;
    }
    
    .bae-classic-table-row .col-actions {
        grid-column: 2;
        justify-content: flex-start;
        margin-top: 8px;
    }
}

/* 5. FLOATING ACTIONS GRID LAYOUT */
.bae-floating-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 28px;
}

.bae-floating-actions-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--bae-border-color);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bae-floating-actions-card:hover {
    border-color: var(--accent-clr);
    transform: translateY(-4px);
    box-shadow: 0 16px 36px var(--accent-glow), 0 2px 8px rgba(0,0,0,0.01);
}

.bae-floating-actions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 48px;
    margin-bottom: 20px;
}

.bae-floating-actions-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--accent-glow);
    color: var(--accent-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    transition: transform 0.3s ease;
}

.bae-floating-actions-card:hover .bae-floating-actions-icon-wrapper {
    transform: scale(1.06);
}

.bae-floating-actions-ext-badge {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    color: var(--accent-clr);
    background: var(--accent-glow);
    text-transform: uppercase;
    transition: opacity 0.25s, transform 0.25s;
}

.bae-floating-actions-card:hover .bae-floating-actions-ext-badge {
    opacity: 0;
    transform: translateY(-10px);
}

.bae-floating-actions-pill {
    position: absolute;
    right: 0;
    display: flex;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 30px;
    padding: 4px;
    gap: 4px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.bae-floating-actions-card:hover .bae-floating-actions-pill {
    opacity: 1;
    transform: translateY(0);
}

.bae-floating-pill-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.2s ease;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}

.bae-floating-pill-btn:hover {
    color: #ffffff !important;
    background: var(--accent-clr);
}

.bae-floating-actions-body {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bae-floating-actions-title {
    font-size: 1.08rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-floating-actions-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.bae-floating-actions-meta {
    display: flex;
    gap: 12px;
    font-size: 0.78rem;
    color: #94a3b8;
}

.bae-floating-actions-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================
   6. GLASSMORPHIC CARDS LAYOUT
   ========================================== */
.bae-glassmorphic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 28px;
}

.bae-glassmorphic-card {
    position: relative;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    padding: 24px;
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bae-glassmorphic-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 40px var(--accent-glow), 0 8px 32px rgba(31, 38, 135, 0.08);
}

/* Hover glowing background spot inside card */
.bae-glassmorphic-glow-bg {
    position: absolute;
    width: 150px;
    height: 150px;
    background: var(--accent-clr);
    filter: blur(60px);
    opacity: 0.03;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
}

.bae-glassmorphic-card:hover .bae-glassmorphic-glow-bg {
    opacity: 0.12;
    transform: scale(1.2);
}

.bae-glassmorphic-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    height: 48px;
}

.bae-glassmorphic-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--accent-clr);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.4s ease;
}

.bae-glassmorphic-icon i {
    color: var(--accent-clr) !important;
}

.bae-glassmorphic-card:hover .bae-glassmorphic-icon {
    transform: scale(1.1) rotate(4deg);
    border-color: var(--accent-clr);
    background: rgba(255, 255, 255, 0.9);
}

.bae-glassmorphic-icon-glow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--accent-clr);
    filter: blur(12px);
    opacity: 0;
    transition: opacity 0.4s;
}

.bae-glassmorphic-card:hover .bae-glassmorphic-icon-glow {
    opacity: 0.2;
}

.bae-glassmorphic-badge {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    color: var(--accent-clr);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.bae-glassmorphic-card:hover .bae-glassmorphic-badge {
    background: var(--accent-glow);
    border-color: var(--accent-clr);
}

.bae-glassmorphic-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}

.bae-glassmorphic-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bae-glassmorphic-desc {
    font-size: 0.86rem;
    line-height: 1.5;
    color: #475569;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.bae-glassmorphic-meta {
    display: flex;
    gap: 12px;
    font-size: 0.78rem;
    color: #64748b;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 12px;
}

.bae-glassmorphic-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bae-glassmorphic-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.bae-glass-btn {
    flex: 1;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
}

.bae-glass-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
    box-shadow: 0 4px 12px var(--accent-glow);
}

.bae-glass-btn.view-btn:hover {
    filter: brightness(0.92);
    box-shadow: 0 6px 18px var(--accent-glow);
}

.bae-glass-btn.download-btn {
    flex: 0 0 44px;
    width: 44px;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #475569 !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.bae-glass-btn.download-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--accent-clr);
    color: var(--accent-clr) !important;
}

/* ==========================================
   7. TIMELINE ROWS LAYOUT
   ========================================== */
.bae-timeline-rows {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 32px;
}

/* Timeline main connector line */
.bae-timeline-rows::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 10px;
    width: 2px;
    background: rgba(226, 232, 240, 0.8);
    z-index: 1;
}

.bae-timeline-row-item {
    display: flex;
    position: relative;
    margin-bottom: 24px;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.bae-timeline-row-item:last-child {
    margin-bottom: 0;
}

.bae-timeline-left-node {
    position: absolute;
    left: -32px;
    top: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bae-timeline-node-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid var(--accent-clr);
    color: var(--accent-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.bae-timeline-node-dot i {
    color: var(--accent-clr) !important;
}

.bae-timeline-row-item:hover .bae-timeline-node-dot {
    background: var(--accent-clr);
    color: #ffffff;
    box-shadow: 0 4px 12px var(--accent-glow);
}

.bae-timeline-row-item:hover .bae-timeline-node-dot i {
    color: #ffffff !important;
}

.bae-timeline-content-card {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.bae-timeline-row-item:hover .bae-timeline-content-card {
    border-color: var(--accent-clr);
    transform: translateX(6px);
    box-shadow: 0 12px 28px var(--accent-glow);
}

.bae-timeline-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bae-timeline-ext-badge {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    color: var(--accent-clr);
    background: var(--accent-glow);
    text-transform: uppercase;
}

.bae-timeline-meta-chips {
    display: flex;
    gap: 12px;
    font-size: 0.8rem;
    color: #94a3b8;
}

.bae-timeline-meta-chips span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bae-timeline-card-body {
    text-align: left;
}

.bae-timeline-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.bae-timeline-desc {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

.bae-timeline-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.bae-timeline-btn {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.2s;
    cursor: pointer;
}

.bae-timeline-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
}

.bae-timeline-btn.view-btn:hover {
    filter: brightness(0.92);
}

.bae-timeline-btn.download-btn {
    background: #f8fafc;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.bae-timeline-btn.download-btn:hover {
    background: #e2e8f0;
}

@media (max-width: 576px) {
    .bae-timeline-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ==========================================
   8. SPLIT TIMELINE LAYOUT
   ========================================== */
.bae-timeline-split-rows {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

/* Middle timeline connector line */
.bae-timeline-split-rows::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: rgba(226, 232, 240, 0.8);
    transform: translateX(-50%);
    z-index: 1;
}

.bae-timeline-split-item {
    display: flex;
    position: relative;
    width: 50%;
    margin-bottom: 32px;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.bae-timeline-split-item:last-child {
    margin-bottom: 0;
}

/* Align cards left or right of the timeline */
.bae-timeline-split-item.bae-side-left {
    align-self: flex-start;
    padding-right: 45px;
    justify-content: flex-end;
}

.bae-timeline-split-item.bae-side-right {
    align-self: flex-end;
    padding-left: 45px;
    justify-content: flex-start;
}

.bae-timeline-split-node {
    position: absolute;
    top: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bae-timeline-split-item.bae-side-left .bae-timeline-split-node {
    right: -16px;
}

.bae-timeline-split-item.bae-side-right .bae-timeline-split-node {
    left: -16px;
}

.bae-timeline-split-node-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid var(--accent-clr);
    color: var(--accent-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.bae-timeline-split-node-dot i {
    color: var(--accent-clr) !important;
}

.bae-timeline-split-item:hover .bae-timeline-split-node-dot {
    background: var(--accent-clr);
    color: #ffffff;
    box-shadow: 0 4px 12px var(--accent-glow);
}

.bae-timeline-split-item:hover .bae-timeline-split-node-dot i {
    color: #ffffff !important;
}

.bae-timeline-split-content-card {
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.bae-timeline-split-item:hover .bae-timeline-split-content-card {
    border-color: var(--accent-clr);
    box-shadow: 0 12px 28px var(--accent-glow);
}

.bae-timeline-split-item.bae-side-left:hover .bae-timeline-split-content-card {
    transform: translateX(-6px);
}

.bae-timeline-split-item.bae-side-right:hover .bae-timeline-split-content-card {
    transform: translateX(6px);
}

.bae-timeline-split-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bae-timeline-split-ext-badge {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    color: var(--accent-clr);
    background: var(--accent-glow);
    text-transform: uppercase;
}

.bae-timeline-split-meta-chips {
    display: flex;
    gap: 12px;
    font-size: 0.8rem;
    color: #94a3b8;
}

.bae-timeline-split-meta-chips span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bae-timeline-split-card-body {
    text-align: left;
}

.bae-timeline-split-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.bae-timeline-split-desc {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

.bae-timeline-split-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.bae-timeline-split-btn {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.2s;
    cursor: pointer;
}

.bae-timeline-split-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
}

.bae-timeline-split-btn.view-btn:hover {
    filter: brightness(0.92);
}

.bae-timeline-split-btn.download-btn {
    background: #f8fafc;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.bae-timeline-split-btn.download-btn:hover {
    background: #e2e8f0;
}

/* Responsiveness: Align single-column left-side on small viewports */
@media (max-width: 768px) {
    .bae-timeline-split-rows {
        padding-left: 32px;
    }
    .bae-timeline-split-rows::before {
        left: 45px;
        transform: none;
    }
    .bae-timeline-split-item {
        width: 100% !important;
        align-self: stretch !important;
        justify-content: flex-start !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 24px;
    }
    .bae-timeline-split-node {
        left: -32px !important;
        right: auto !important;
    }
    .bae-timeline-split-item.bae-side-left:hover .bae-timeline-split-content-card,
    .bae-timeline-split-item.bae-side-right:hover .bae-timeline-split-content-card {
        transform: translateX(6px) !important;
    }
}

@media (max-width: 576px) {
    .bae-timeline-split-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ==========================================
   9. STYLED TABLE VIEW LAYOUT
   ========================================== */
.bae-styled-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 8px;
}

.bae-styled-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin: 0;
}

.bae-styled-table th {
    padding: 16px 24px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
}

.bae-styled-table td {
    padding: 16px 24px;
    vertical-align: middle;
    background: rgba(248, 250, 252, 0.4);
    transition: all 0.3s ease;
}

/* Rounded corners for individual table rows */
.bae-styled-table-row td:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-left: 1px solid rgba(226, 232, 240, 0.5);
}

.bae-styled-table-row td:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-right: 1px solid rgba(226, 232, 240, 0.5);
}

.bae-styled-table-row td {
    border-top: 1px solid rgba(226, 232, 240, 0.5);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

/* Hover Row Styles */
.bae-styled-table-row:hover td {
    background: #ffffff;
    border-color: var(--accent-clr);
}

.bae-styled-table-row:hover td:first-child {
    border-left-width: 2px;
}

.bae-styled-table-row:hover td:last-child {
    border-right-width: 2px;
}

.bae-styled-table-row {
    transition: all 0.3s ease;
}

/* Table Node Badges */
.bae-table-icon-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--accent-glow);
    color: var(--accent-clr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.bae-styled-table-row:hover .bae-table-icon-badge {
    transform: scale(1.1);
}

.bae-table-icon-badge i {
    color: var(--accent-clr) !important;
}

/* Table Doc details */
.bae-table-doc-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.bae-table-doc-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.bae-table-doc-desc {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

/* Meta Chips */
.bae-table-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #475569;
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 20px;
}

.bae-table-meta-chip i {
    color: #94a3b8;
}

/* Actions */
.bae-table-actions-btn-group {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.bae-table-btn {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
}

.bae-table-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
    box-shadow: 0 4px 10px var(--accent-glow);
}

.bae-table-btn.view-btn:hover {
    filter: brightness(0.92);
    box-shadow: 0 6px 14px var(--accent-glow);
}

.bae-table-btn.download-btn {
    background: #f8fafc;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.bae-table-btn.download-btn:hover {
    background: #e2e8f0;
    color: #1e293b !important;
}

/* Responsive Table Styling */
@media (max-width: 768px) {
    .bae-styled-table, 
    .bae-styled-table thead, 
    .bae-styled-table tbody, 
    .bae-styled-table tr, 
    .bae-styled-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .bae-styled-table thead {
        display: none;
    }
    
    .bae-styled-table tr {
        margin-bottom: 16px;
        background: #ffffff;
        border: 1px solid rgba(226, 232, 240, 0.8);
        border-radius: 20px;
        padding: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
    }
    
    .bae-styled-table-row td:first-child,
    .bae-styled-table-row td:last-child,
    .bae-styled-table-row td {
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        padding: 8px 0;
    }
    
    .bae-styled-table-row td.col-type {
        float: left;
        width: 50px;
        padding: 0;
    }
    
    .bae-styled-table-row td.col-name {
        margin-left: 60px;
        padding: 0;
        margin-bottom: 12px;
    }
    
    .bae-styled-table-row td.col-size,
    .bae-styled-table-row td.col-date {
        display: inline-flex;
        align-items: center;
        width: auto;
        margin-right: 16px;
        font-size: 0.85rem;
    }
    
    .bae-styled-table-row td.col-size::before,
    .bae-styled-table-row td.col-date::before {
        content: attr(data-label);
        font-weight: 700;
        color: #94a3b8;
        margin-right: 4px;
    }
    
    .bae-styled-table-row td.col-actions {
        border-top: 1px solid rgba(226, 232, 240, 0.5) !important;
        padding-top: 12px;
        margin-top: 12px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    
    .bae-styled-table-row td.col-actions .bae-table-actions-btn-group {
        width: 100%;
    }
    
    .bae-styled-table-row td.col-actions .bae-table-btn {
        flex: 1;
    }
}

/* ==========================================
   10. GLOWING TIMELINE LAYOUT
   ========================================== */
.bae-timeline-glowing {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 64px;
    width: 100%;
    box-sizing: border-box;
}

.bae-timeline-glowing-item {
    display: flex;
    position: relative;
    margin-bottom: 32px;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.bae-timeline-glowing-item:last-child {
    margin-bottom: 0;
}

.bae-timeline-glowing-left {
    position: absolute;
    left: -64px;
    top: 0;
    bottom: 0;
    width: 64px;
    display: flex;
    justify-content: center;
}

.bae-timeline-glowing-line {
    width: 2px;
    background: linear-gradient(to bottom, rgba(226, 232, 240, 0.5), rgba(226, 232, 240, 0.9));
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-line {
    background: var(--accent-clr);
    box-shadow: 0 0 10px var(--accent-clr);
}

.bae-timeline-glowing-node {
    position: absolute;
    top: 24px;
    width: 38px;
    height: 38px;
    left: 13px; /* centers 38px width inside 64px left container */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bae-timeline-glowing-node-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bae-timeline-glowing-node-icon i {
    font-size: 1.15rem;
    color: #94a3b8;
    transition: all 0.4s ease;
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-node-icon {
    border-color: var(--accent-clr);
    background: var(--accent-clr);
    transform: scale(1.18) rotate(8deg);
    box-shadow: 0 6px 16px var(--accent-glow);
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-node-icon i {
    color: #ffffff !important;
}

.bae-timeline-glowing-node-glow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent-clr);
    filter: blur(12px);
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-node-glow {
    opacity: 0.35;
    transform: scale(1.3);
}

.bae-timeline-glowing-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--accent-clr);
    transform: translateX(10px);
    box-shadow: 0 16px 40px var(--accent-glow);
}

.bae-timeline-glowing-card-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #cbd5e1;
    transition: background 0.3s;
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-card-accent {
    background: var(--accent-clr);
}

.bae-timeline-glowing-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bae-timeline-glowing-badge {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    color: var(--accent-clr);
    background: var(--accent-glow);
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.bae-timeline-glowing-meta-size {
    background: rgba(248, 250, 252, 0.7);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 12px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.bae-timeline-glowing-item:hover .bae-timeline-glowing-meta-size {
    border-color: var(--accent-clr);
    background: var(--accent-glow);
    color: var(--accent-clr);
}

.bae-timeline-glowing-card-body {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bae-timeline-glowing-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.bae-timeline-glowing-desc {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #475569;
    margin: 0;
}

.bae-timeline-glowing-date {
    font-size: 0.78rem;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    font-weight: 500;
}

.bae-timeline-glowing-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.bae-timeline-glowing-btn {
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
}

.bae-timeline-glowing-btn.view-btn {
    background: var(--accent-clr);
    color: #ffffff !important;
    box-shadow: 0 4px 10px var(--accent-glow);
}

.bae-timeline-glowing-btn.view-btn:hover {
    filter: brightness(0.92);
    box-shadow: 0 6px 14px var(--accent-glow);
}

.bae-timeline-glowing-btn.download-btn {
    background: rgba(255, 255, 255, 0.5);
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.bae-timeline-glowing-btn.download-btn:hover {
    background: #e2e8f0;
    color: #1e293b !important;
}

@media (max-width: 576px) {
    .bae-timeline-glowing {
        padding-left: 48px;
    }
    
    .bae-timeline-glowing-left {
        left: -48px;
        width: 48px;
    }
    
    .bae-timeline-glowing-node {
        left: 5px;
    }
    
    .bae-timeline-glowing-card {
        padding: 20px;
    }
}

