@import '_content/DF.Emf.Blazor/DF.Emf.Blazor.1yqy5y4x3a.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Views/Discover/DiscoverComponent.razor.rz.scp.css */
#discover-search-button[b-6edo4di561]::placeholder {
    font-weight: 500;
}

#discover-view-more-button[b-6edo4di561] {
    background: black;
    color: white;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 3px;
    width: 50%;
}

.featured-article-col[b-6edo4di561] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


*[b-6edo4di561] {
    font-family: "Nunito Sans";
    color: #403b37;
}

a[b-6edo4di561], .preview-link[b-6edo4di561] {
    color: #1EA1F1;
    text-decoration: none;
    cursor: pointer;
}

#categoriesList > li[b-6edo4di561] {
    font-size: 16px;
}

#categoriesList > li[b-6edo4di561] {
    font-weight: 600;
}

.featured-article-title[b-6edo4di561] {
    font-weight: 600;
}

.featured-article-body[b-6edo4di561] {
    font-size: 16px;
    font-weight: 500;
    color: #403b37;
}

.featured-article-read-more[b-6edo4di561] {
    font-size: 16px;
    font-weight: 600;
}

.swal2-styled.swal2-confirm[b-6edo4di561] {
    background-color: #1EA1F1 !important;
    border-color: #1EA1F1 !important;
    color: white !important;
    box-shadow: none !important;
}

    .swal2-styled.swal2-confirm:focus[b-6edo4di561] {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-outline-primary:hover[b-6edo4di561] {
    background-color: #1EA1F1 !important;
    border-color: #1EA1F1 !important;
    font-weight: 500;
    color: white !important;
}

.btn-primary:hover[b-6edo4di561] {
    background-color: #1EA1F1 !important;
    border-color: #1EA1F1 !important;
    color: white !important;
}

.app-description[b-6edo4di561] {
    font-size: 15px;
}

.mobile-category-container > a[b-6edo4di561] {
    font-weight: bold;
    text-decoration: underline #1EA1F1;
    text-underline-offset: 5px;
}

    .mobile-category-container > a[b-6edo4di561]::after {
        content: " ";
        white-space: pre;
    }

    .mobile-category-container > a[b-6edo4di561]::before {
        content: " ";
        white-space: pre;
    }

.newsletter-sign-up-button[b-6edo4di561] {
    font-size: 14px;
    background-color: #1EA1F1;
    border: #1EA1F1;
}

[b-6edo4di561]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Nunito Sans";
    font-size: 14px;
}

[b-6edo4di561]::-moz-placeholder { /* Firefox 19+ */
    font-family: "Nunito Sans";
    font-size: 14px;
}

:-ms-input-placeholder[b-6edo4di561] { /* IE 10+ */
    font-family: "Nunito Sans";
    font-size: 14px;
}

:-moz-placeholder[b-6edo4di561] { /* Firefox 18- */
    font-family: "Nunito Sans";
    font-size: 14px;
}

/*
Preloader style
*/
#preloader[b-6edo4di561] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner[b-6edo4di561] {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #22232d;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8-b-6edo4di561 1.1s infinite linear;
}

/**preloader**/
.loader[b-6edo4di561],
.loader[b-6edo4di561]:before,
.loader[b-6edo4di561]:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

#preloader-inner[b-6edo4di561],
#preloader-inner[b-6edo4di561]:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8-b-6edo4di561 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**pace css preloader**/
.pace[b-6edo4di561] {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 3px;
    background: transparent;
}

.pace-inactive[b-6edo4di561] {
    display: none;
}

.pace .pace-progress[b-6edo4di561] {
    background-color: #e7f7fe;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}

.pace .pace-activity[b-6edo4di561] {
    position: fixed;
    top: 0;
    left: 0;
    right: -28px;
    bottom: 0;
    -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    -o-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    animation: pace-theme-mac-osx-motion-b-6edo4di561 500ms linear infinite;
}

@-webkit-keyframes pace-theme-mac-osx-motion {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    100% {
        -webkit-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@-moz-keyframes pace-theme-mac-osx-motion {
    0% {
        -moz-transform: none;
        transform: none;
    }

    100% {
        -moz-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@-o-keyframes pace-theme-mac-osx-motion {
    0% {
        -o-transform: none;
        transform: none;
    }

    100% {
        -o-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@-ms-keyframes pace-theme-mac-osx-motion {
    0% {
        -ms-transform: none;
        transform: none;
    }

    100% {
        -ms-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@keyframes pace-theme-mac-osx-motion-b-6edo4di561 {
    0% {
        transform: none;
        transform: none;
    }

    100% {
        transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}
/* /Views/Library/GoogleAnalyticsHelper.razor.rz.scp.css */
body[b-hhpsjq2dz5] {

}
/* /Views/Search/SearchInput.razor.rz.scp.css */
#nav-search-input[b-9k8owxd719]::placeholder {
    font-weight: 600;
}

#nav-search-input:focus[b-9k8owxd719] {
    box-shadow: none;
}
/* /Views/Search/SearchResultsBlazor.razor.rz.scp.css */
[b-grb88fazqt] th {
    border-top: none !important;
}

/* Hide the datalist dropdown caret when the clear (X) button is visible */
[b-grb88fazqt] input.hide-caret::-webkit-calendar-picker-indicator {
    display: none !important;
}

[b-grb88fazqt] input.hide-caret::-webkit-list-button {
    display: none !important;
}

.sticky-bottom[b-grb88fazqt] {
    position: sticky;
    bottom: 0px;
    z-index: 1030; /* Ensure it stays above most content */
}

.sticky-top[b-grb88fazqt] {
    position: sticky;
    top: 0px;
    z-index: 1030; /* Ensure it stays above most content */
}

.search-loader[b-grb88fazqt] {
    width: 48px;
    height: 48px;
    border: 3px solid #ebeced;
    border-bottom-color: black;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-grb88fazqt 1s linear infinite;
}

@keyframes rotation-b-grb88fazqt {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rz-dialog-side-position-left[b-grb88fazqt] {
    top: 0;
}

.rz-dialog-side-titlebar-close[b-grb88fazqt] {
     cursor: pointer;
}

    .rz-dialog-titlebar-close .rzi-times[b-grb88fazqt]:before, .rz-dialog-side-titlebar-close .rzi-times[b-grb88fazqt]:before {
        font-size: 25px;
    }

#search-results-container[b-grb88fazqt] {
    overflow-x: hidden;
    background: white;
}

.rz-dialog-content[b-grb88fazqt] {
    overflow: hidden !important;
}

.search-title-see-more-button-icon.rotated[b-grb88fazqt] {
    transform: rotate(180deg);
}

/* Mobile only (xs) */
.show-mobile[b-grb88fazqt] {
    display: block;
}

.hide-mobile[b-grb88fazqt] {
    display: none;
}

/* sm and up (≥576px) */
@media (min-width: 576px) {
    .show-mobile[b-grb88fazqt] {
        display: none !important;
    }

    .hide-mobile[b-grb88fazqt] {
        display: block;
    }
}

/* Default: mobile first */
.desktop-right-group[b-grb88fazqt] {
    display: none;
}

.mobile-right-group[b-grb88fazqt] {
    display: flex;
}

/* Desktop and up */
@media (min-width: 768px) {
    .desktop-right-group[b-grb88fazqt] {
        display: block;
    }

    .mobile-right-group[b-grb88fazqt] {
        display: none !important;
    }
}

.view-more-button[b-grb88fazqt] {
    font-size: 18px;
}

.view-more-button:focus[b-grb88fazqt] {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

[b-grb88fazqt].table th, [b-grb88fazqt] .table td {
    border-top: none;

}

[b-grb88fazqt] .table thead th {
    border-bottom: none;
}

[b-grb88fazqt] .view-more-button:hover {
    text-decoration: none;
}

/* ───────────────────────────────────────────────
   Search Results Grid - hide default table chrome
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-results-grid {
    border-collapse: collapse;
    width: 100%;
}

[b-grb88fazqt] .search-results-grid th,
[b-grb88fazqt] .search-results-grid td {
    border: none !important;
    padding: 0 !important;
}

[b-grb88fazqt] .search-results-grid thead th {
    border: none !important;
    height: 0;
    padding: 0 !important;
}

/* ───────────────────────────────────────────────
   Result Card
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-result-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    background: #fff;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

[b-grb88fazqt] .search-result-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

/* Card layout - mobile first (stacked) */
[b-grb88fazqt] .search-result-card-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Desktop - side-by-side */
@media (min-width: 576px) {
    [b-grb88fazqt] .search-result-card-layout {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* ───────────────────────────────────────────────
   Cover Image
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-result-cover {
    flex-shrink: 0;
    width: 150px;
}

[b-grb88fazqt] .search-result-cover-img {
    width: 100%;
    display: block;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

/* ───────────────────────────────────────────────
   Body / Content
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-result-body {
    flex: 1;
    min-width: 0;
}

/* Source line (title name, e.g. publication) */
[b-grb88fazqt] .search-result-source {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 2px;
}

/* Issue title */
[b-grb88fazqt] .search-result-issue-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.3;
    color: #111827;
}

/* ───────────────────────────────────────────────
   Metadata Badges
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

[b-grb88fazqt] .search-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #4b5563;
    background: #f3f4f6;
    border-radius: 6px;
    padding: 3px 8px;
    line-height: 1;
}

[b-grb88fazqt] .search-result-badge-icon {
    font-size: 14px;
}

/* ───────────────────────────────────────────────
   Page Match List
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-result-matches {
    display: flex;
    flex-direction: column;
    gap: 0;
}

[b-grb88fazqt] .search-match-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #f3f4f6;
}

[b-grb88fazqt] .search-match-item:first-child {
    border-top: none;
    padding-top: 0;
}

[b-grb88fazqt] .search-match-content {
    flex: 1;
    min-width: 0;
}

[b-grb88fazqt] .search-match-header {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px;
}

[b-grb88fazqt] .search-match-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a56db;
    text-decoration: none;
    line-height: 1.3;
}

[b-grb88fazqt] .search-match-title:hover {
    text-decoration: underline;
    color: #1e40af;
}

[b-grb88fazqt] .search-match-page {
    font-size: 12px;
    color: #9ca3af;
    white-space: nowrap;
}

[b-grb88fazqt] .search-match-blurb {
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Page thumbnail */
[b-grb88fazqt] .search-match-thumb {
    flex-shrink: 0;
    width: 72px;
    align-self: flex-start;
}

[b-grb88fazqt] .search-match-thumb-img {
    width: 100%;
    display: block;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

/* ───────────────────────────────────────────────
   Expand / Collapse Button
   ─────────────────────────────────────────────── */
[b-grb88fazqt] .search-result-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    padding: 4px 0;
    font-size: 13px;
    font-weight: 500;
    color: #1a56db;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.15s;
}

[b-grb88fazqt] .search-result-expand-btn:hover {
    color: #1e40af;
}

[b-grb88fazqt] .search-result-expand-icon {
    font-size: 20px;
}

/* Mobile adjustments */
@media (max-width: 575px) {
    [b-grb88fazqt] .search-result-cover {
        width: 80px;
    }

    [b-grb88fazqt] .search-result-issue-title {
        font-size: 16px;
        text-align: center;
    }

    [b-grb88fazqt] .search-result-source {
        text-align: center;
    }

    [b-grb88fazqt] .search-result-meta {
        justify-content: center;
    }

    [b-grb88fazqt] .search-match-thumb {
        width: 56px;
    }
}

/* Search tips popover */
.search-tips-toggle[b-grb88fazqt] {
    color: #6c757d;
    transition: color 0.15s;
}

.search-tips-toggle:hover[b-grb88fazqt],
.search-tips-toggle:focus[b-grb88fazqt] {
    color: #0d6efd;
    text-decoration: none;
}

.search-tips-popover[b-grb88fazqt] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    z-index: 1050;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 12px 16px;
    min-width: 340px;
    max-width: 420px;
    font-size: 13px;
    line-height: 1.5;
}

.search-tips-header[b-grb88fazqt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.search-tips-table[b-grb88fazqt] {
    width: 100%;
    border-collapse: collapse;
}

.search-tips-table th[b-grb88fazqt] {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    color: #6c757d;
    padding: 4px 8px 4px 0;
    border-bottom: 1px solid #e9ecef;
}

.search-tips-table td[b-grb88fazqt] {
    padding: 5px 8px 5px 0;
    vertical-align: top;
    border-bottom: 1px solid #f1f3f5;
}

.search-tips-table tr:last-child td[b-grb88fazqt] {
    border-bottom: none;
}

.search-tips-table code[b-grb88fazqt] {
    background: #f1f3f5;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .search-tips-popover[b-grb88fazqt] {
        min-width: 280px;
        max-width: 300px;
        left: auto;
        right: 0;
        transform: none;
    }
}

/* Advanced filters */
.advanced-filters-toggle[b-grb88fazqt] {
    font-size: 14px;
    text-decoration: none;
}

.advanced-filters-toggle:hover[b-grb88fazqt],
.advanced-filters-toggle:focus[b-grb88fazqt] {
    text-decoration: none;
}

.advanced-filters-icon.rotated[b-grb88fazqt] {
    transform: rotate(180deg);
}

.advanced-filters-panel[b-grb88fazqt] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

/* ───────────────────────────────────────────────
   Suggestions Bar (Popular + History)
   ─────────────────────────────────────────────── */
.search-suggestions-bar[b-grb88fazqt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 16px;
    padding: 8px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

/* Search row layout - label + pills inline */
.search-row[b-grb88fazqt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.search-row-label[b-grb88fazqt] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    user-select: none;
}

.search-row-label-icon[b-grb88fazqt] {
    font-size: 18px;
    color: #6b7280;
}

.search-row-label-text[b-grb88fazqt] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.search-row-pills[b-grb88fazqt] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.search-row-divider[b-grb88fazqt] {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #d1d5db;
    margin: 0 4px;
    vertical-align: middle;
}

.search-row-clear-btn[b-grb88fazqt] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.15s;
    margin-left: 2px;
}

.search-row-clear-btn:hover[b-grb88fazqt],
.search-row-clear-btn:focus[b-grb88fazqt] {
    color: #ef4444;
    outline: none;
}

@media (max-width: 575px) {
    .search-suggestions-bar[b-grb88fazqt] {
        flex-direction: column;
        gap: 8px;
        padding: 10px 12px;
    }

    .search-row[b-grb88fazqt] {
        justify-content: center;
    }

    .search-row-pills[b-grb88fazqt] {
        justify-content: center;
    }

    .search-row-divider[b-grb88fazqt] {
        display: none;
    }
}

/* Search pill buttons */
.search-pill[b-grb88fazqt] {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #374151;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 50rem;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.search-pill:hover[b-grb88fazqt],
.search-pill:focus[b-grb88fazqt] {
    color: #1a56db;
    background-color: #eff6ff;
    border-color: #93b4f5;
    box-shadow: 0 1px 3px rgba(26, 86, 219, 0.1);
    outline: none;
}

.search-pill:active[b-grb88fazqt] {
    color: #1e40af;
    background-color: #dbeafe;
    border-color: #6d9cf0;
}
