#content {
    padding: 10px 0;
    background: #f4f6f9;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

.search-box {
    height: 55vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box .index-v2-search-wrap.container {
    padding-left: 15px;
    padding-right: 15px;
}

.search-box-middle,
.search-box-middle-skeleton-container {
    margin-left: 15px;
    margin-right: 15px;
}

.search-box-middle,
.search-box-middle-skeleton-container {
    background: linear-gradient(
        to right,
        rgba(18, 24, 32, 0.78) 0%,
        rgba(18, 24, 32, 0.68) 48%,
        rgba(18, 24, 32, 0.48) 74%,
        rgba(18, 24, 32, 0.28) 100%
    );
    /*backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);*/
    border-radius: 18px;
    padding: 22px 22px 16px;
    box-shadow: 8px 16px 36px -10px rgba(0, 0, 0, 0.28);
    font-family: 'Comfortaa', sans-serif;
}

.index-v2-heading {
    margin: 0 2px 16px;
}

.index-v2-main-title,
.index-v2-main-subtitle {
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.index-v2-main-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    color: #FFFFFF;
}

.index-v2-main-subtitle {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #FFFFFF;
}

.index-v2-heading-skeleton {
    margin: 0 2px 16px;
}

.index-v2-heading-skel-title,
.index-v2-heading-skel-subtitle {
    border-radius: 8px;
    background: rgba(226, 226, 226, 0.55);
    animation: search-box-middle-pulse 1.5s infinite;
}

.index-v2-heading-skel-title {
    height: 28px;
    width: 52%;
    max-width: 460px;
}

.index-v2-heading-skel-subtitle {
    height: 16px;
    width: 24%;
    max-width: 180px;
    margin-top: 8px;
}

.index-v2-search-form {
    margin: 0;
    width: 100%;
}

.index-v2-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.index-v2-branch,
.index-v2-field {
    flex: 0 1 210px;
    min-width: 150px;
    position: relative;
}

.index-v2-query {
    flex: 1 1 auto;
    min-width: 160px;
    position: relative;
}

.index-v2-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.index-v2-pill:hover,
.index-v2-pill:focus {
    background: #fff;
    color: #1f2937;
}

.index-v2-pill > .fa:first-child {
    color: #6b7280;
    width: 16px;
    text-align: center;
}

.index-v2-select-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-v2-pill .caret {
    margin-left: auto;
}

.index-v2-query .search-query,
.index-v2-query .awesomplete,
.index-v2-query .awesomplete > input {
    width: 100%;
}

.index-v2-query .search-query {
    height: 46px;
    border: 0;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 0 16px;
    font-size: 15px;
}

.index-v2-query .search-query:focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--page-header-bg, #2C3742) 28%, transparent);
}

.index-v2-query .awesomplete > ul {
    margin: 0.45em 0 0;
    z-index: 20;
}

.index-v2-search-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: var(--page-header-bg, #2C3742);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.index-v2-search-btn:hover,
.index-v2-search-btn:focus {
    background: color-mix(in srgb, var(--page-header-bg, #2C3742) 86%, #000);
    color: #fff;
}

.index-v2-advanced-btn {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.22);
    color: #fff !important;
    text-decoration: none !important;
}

.index-v2-advanced-btn:hover,
.index-v2-advanced-btn:focus {
    background: rgba(0, 0, 0, 0.38);
    color: #fff !important;
}

.index-v2-search .dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
    min-width: 100%;
}

.index-v2-filters {
    margin: 14px 0 10px !important;
}

.index-v2-search .search-filter-option .inline-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 18px;
}

.index-v2-search .smart-form .radio,
.index-v2-search .smart-form .checkbox {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 0 !important;
    padding-left: 25px;
}

.index-v2-search .smart-form .radio i,
.index-v2-search .smart-form .checkbox i {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

.index-v2-search .smart-form .radio input:checked + i,
.index-v2-search .smart-form .checkbox input:checked + i {
    border-color: var(--page-header-bg, #2C3742) !important;
    background: var(--page-header-bg, #2C3742) !important;
}

.index-v2-search .smart-form .radio input:checked + i:after {
    background: #fff;
}

.index-v2-search .smart-form .checkbox input:checked + i:after {
    color: #fff !important;
    border-color: #fff !important;
}

.index-v2-search .ocr-ios-toggle {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    float: none;
    margin-right: 0 !important;
}

.index-v2-search .ocr-ios-toggle-ui {
    background: rgba(120, 120, 128, 0.42);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.index-v2-search .ocr-ios-toggle input:focus-visible + .ocr-ios-toggle-ui {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.index-v2-ocr-filter {
    position: relative;
    margin-left: 0 !important;
    padding-left: 0;
    border-left: 0;
}

.index-v2-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
}

.index-v2-info > .fa-info-circle,
.index-v2-info > .fa-chevron-right {
    flex: 0 0 auto;
    opacity: 0.9;
}

.index-v2-info p {
    flex: 1 1 auto;
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.index-v2-info a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.index-v2-info a:hover,
.index-v2-info a:focus {
    color: #fff;
}

#button-search,
#detail-link-button {
    height: 46px;
    cursor: pointer;
}

.latest-items {
    background: none;
}

.index-panel-container {
    margin-top: 8px;
    padding-top: 24px;
    padding-bottom: 8px;
}

.index-facet-cards-wrap {
    margin-top:-75px;
    width: 100%;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
}

.index-facet-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.index-facet-card {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 132px;
    margin: 0;
    padding: 16px 16px 12px;
    border: 1px solid #e6ebf0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    color: var(--page-header-bg, #2C3742);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.index-facet-card:hover,
.index-facet-card:focus {
    outline: none;
    transform: translateY(-2px);
    border-color: var(--page-header-bg, #2C3742);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.index-facet-card.is-active {
    border-color: var(--page-header-bg, #2C3742);
    box-shadow: 0 0 0 1px var(--page-header-bg, #2C3742), 0 8px 24px rgba(17, 24, 39, 0.08);
}

.index-facet-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*min-height: 2.4em;*/
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--page-header-bg, #2C3742);
}

.index-facet-card-total {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.index-facet-card-count {
    display: block;
    margin-top: 4px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--page-header-bg, #2C3742);
}

.index-facet-card-detail {
    display: inline-block;
    margin-top: auto;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

.index-facet-card.is-skeleton {
    cursor: default;
    pointer-events: none;
}

.index-facet-card-skel {
    display: block;
    border-radius: 4px;
    background-color: #e8ebef;
    animation: announcement-skeleton-loading 1.5s infinite;
}

.index-facet-card-skel.short { width: 72%; height: 12px; }
.index-facet-card-skel.tiny { width: 38%; height: 10px; margin-top: 12px; }
.index-facet-card-skel.number { width: 46%; height: 24px; margin-top: 8px; }
.index-facet-card-skel.link { width: 34%; height: 10px; margin-top: auto; }

.index-facet-detail-head th {
    border: 0 !important;
    padding: 0 0 10px !important;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.index-facet-detail-label {
    width: 28%;
    min-width: 90px;
}

.index-facet-detail-bar-cell {
    width: 42%;
}

.index-facet-bar {
    display: block;
    height: 8px;
    overflow: hidden;
    border-radius: 99px;
    background: #e5e7eb;
}

.index-facet-bar > span {
    display: block;
    height: 100%;
    border-radius: 99px;
    background: var(--page-header-bg, #2C3742);
}

.index-facet-detail-count,
.index-facet-detail-pct {
    text-align: right;
    white-space: nowrap;
    color: #374151;
    font-weight: 600;
}

.index-facet-detail-pct {
    color: #6b7280;
    font-weight: 500;
}

@media (min-width: 992px) {
    .index-panel-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .index-panel-container > .sortable-grid {
        float: none;
    }

    .index-v2-card {
        width: 100%;
    }
}

.index-v2-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
    padding: 20px 22px 10px;
}

#item-types-chart-container.is-search-statistics {
    min-height: 250px;
}

.index-v2-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    min-height: 38px;
}

.index-v2-card-head.is-loading .index-v2-card-icon,
.index-v2-card-head.is-loading h2 {
    display: none;
}

.index-v2-card-head:not(.is-loading) .index-v2-card-head-skel-icon,
.index-v2-card-head:not(.is-loading) .index-v2-card-head-skel-title {
    display: none;
}

.index-v2-card-head-skel-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #e8ebef;
    animation: announcement-skeleton-loading 1.5s infinite;
}

.index-v2-card-head-skel-title {
    display: block;
    width: 58%;
    max-width: 180px;
    height: 16px;
    border-radius: 4px;
    background-color: #e8ebef;
    animation: announcement-skeleton-loading 1.5s infinite;
}

.index-v2-card-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--page-header-bg, #2C3742);
    color: #fff;
    font-size: 15px;
}

.index-v2-card-head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--page-header-bg, #2C3742);
}

.index-v2-card-body {
    min-height: 0;
}

.index-v2-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index-v2-card-list > li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f3;
}

.index-v2-card-list > li:last-child {
    border-bottom: 0;
}

.index-v2-card-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 54px;
    border-radius: 6px;
    background-color: #eef1f4;
    background-size: cover;
    background-position: center;
}

.latest-items-cover {
    height: 72px;
    margin: 0;
}

.index-v2-card-thumb.is-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa3af;
    font-size: 22px;
    background-image: none;
}

.index-v2-card-item-body {
    flex: 1 1 auto;
    min-width: 0;
}

.index-v2-card-date {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #9aa3af;
    margin-bottom: 4px;
}

.latest-items .index-v2-card-date {
    margin-top: 6px;
    margin-bottom: 0;
}

.index-v2-card-item-title,
.index-v2-card-item-title:visited,
.index-v2-card-item-title:focus,
.index-v2-card-item-title:active {
    display: block;
    color: var(--page-header-bg, #2C3742) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none !important;
}

.index-v2-card-item-title:hover,
.index-v2-card-item-title:focus {
    text-decoration: underline !important;
}

.index-v2-card-item-text {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.item-types td {
    border: 0 !important;
    border-bottom: 1px solid #edf0f3 !important;
    padding: 10px 0 !important;
}

.item-types .table {
    width: 100%;
    table-layout: fixed;
}

.item-types tr:last-child td {
    border-bottom: 0 !important;
}

.item-types .v-align-m {
    vertical-align: middle !important;
}

.item-types a,
.item-types a:visited,
.item-types a:focus,
.item-types a:active {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    color: var(--page-header-bg, #2C3742);
    text-decoration: none;
}

.item-types a:hover,
.item-types a:focus {
    text-decoration: underline;
}

.item-types td:first-child {
    min-width: 0;
}

.item-types td:first-child strong,
.item-types td:first-child .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
}

.item-type-legend {
    flex: 0 0 12px;
    float: none;
    margin: 0 8px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.index-v2-type-meta {
    text-align: right;
    white-space: nowrap;
    color: #6b7280;
    font-size: 13px;
}

.index-v2-type-meta span + span {
    margin-left: 12px;
    min-width: 42px;
    display: inline-block;
    text-align: right;
}

#item-types-chart-container {
    margin-bottom: 8px;
}

.index-v2-card .load-more-container {
    text-align: center;
    margin: 8px 0 14px;
}

.index-v2-card .load-more-data,
.index-v2-card .load-more-data:visited,
.index-v2-card .load-more-data:focus,
.index-v2-card .load-more-data:active {
    color: var(--page-header-bg, #2C3742);
}

.announcement-cover {
    cursor: pointer;
}

.announcements-container .smart-timeline-content {
    min-height: 0;
}

#announcement-detail-content {
    display: none;
}

.announcement-fancybox .fancybox__content {
    padding: 0;
    width: min(92vw, 640px);
    max-width: 640px;
    height: auto;
    min-height: 0;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
    background: #fff;
    color: #374151;
}

.announcement-fancybox .f-button.is-close-btn,
.announcement-fancybox .fancybox__button--close {
    display: none !important;
}

.announcement-detail-modal {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    width: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    background: #fff;
}

.announcement-fancybox .opac-modal-header,
.announcement-detail-modal .opac-modal-header {
    flex: 0 0 auto;
}

.announcement-fancybox .opac-modal-header-text h4,
.announcement-detail-modal .opac-modal-header-text h4 {
    line-height: 1.25;
}

.announcement-detail-body {
    flex: 0 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 8px 22px 16px;
}

.announcement-detail-media {
    margin: -8px -22px 14px;
    background: #f3f4f6;
}

.announcement-detail-image {
    display: block;
    width: 100%;
    height: auto;
}

.announcement-detail-meta {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}

.announcement-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--opac-modal-accent-soft, color-mix(in srgb, var(--page-header-bg, #2C3742) 14%, #ffffff));
    color: var(--opac-modal-accent, var(--page-header-bg, #2C3742));
    font-size: 12px;
    font-weight: 600;
}

.announcement-detail-copy {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

.announcement-detail-copy p {
    margin: 0 0 12px;
}

.announcement-detail-copy p:last-child {
    margin-bottom: 0;
}

.announcement-detail-copy img {
    max-width: 100%;
    height: auto;
}

.announcement-detail-copy a {
    color: var(--opac-modal-accent, var(--page-header-bg, #2C3742));
    text-decoration: none;
}

.announcement-detail-copy a:hover,
.announcement-detail-copy a:focus {
    text-decoration: underline;
}

.announcement-fancybox .opac-modal-footer,
.announcement-detail-modal .opac-modal-footer {
    flex: 0 0 auto;
}

.load-more-container {
    text-align: center;
    margin: 15px;
}

a:visited, a:focus {
    color: inherit;
}

.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .index-panel-container {
        display: flex;
        flex-direction: column;
    }

    .index-panel-container > .index-facet-cards-wrap {
        order: 0;
    }

    .index-panel-container > .index-panel-facets {
        order: 1;
    }

    .index-panel-container > .index-panel-announcements {
        order: 2;
    }

    .index-panel-container > .index-panel-latest {
        order: 3;
    }

    .index-panel-container > .sortable-grid {
        margin-bottom: 12px;
    }

    .item-types.table-responsive {
        width: 100%;
        border: 0;
        overflow-x: visible;
    }

    .item-types .table {
        width: 100%;
        table-layout: fixed;
    }

    .item-types td:first-child {
        width: 62%;
        min-width: 0;
        padding-right: 10px !important;
    }

    .item-types td:first-child a {
        min-width: 0;
        align-items: flex-start;
    }

    .item-types td:first-child strong {
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: normal;
        white-space: normal;
    }

    .item-types .index-v2-type-meta {
        width: 38%;
        vertical-align: top !important;
    }

    .index-v2-type-meta span + span {
        min-width: 0;
        margin-left: 8px;
    }

    .index-v2-search-row {
        flex-wrap: wrap;
    }

    .index-v2-field {
        flex: 1 1 100%;
        min-width: 0;
        order: 1;
    }

    .index-v2-query {
        flex: 1 1 100%;
        order: 2;
    }

    .index-v2-branch {
        flex: 1 1 auto;
        min-width: 0;
        order: 3;
    }

    .index-v2-search-btn {
        flex: 1 1 auto;
        order: 4;
    }

    .index-v2-advanced-btn {
        order: 5;
    }

    .index-facet-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .index-facet-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-box-middle, .search-box-middle-skeleton-container {
        padding: 16px 14px 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .index-v2-main-title {
        font-size: 20px;
    }

    .index-v2-main-subtitle {
        font-size: 14px;
    }

    .index-panel-container {
        padding-left:0;
        padding-right:0;
    }

    .index-panel-container .sortable-grid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .index-facet-cards-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }

    .index-v2-info {
        align-items: flex-start;
    }

    .index-v2-info > .fa-chevron-right {
        display: none;
    }
}

/*
 * skeleton for latest items
 */
.latest-items-skeleton-list {
    height: 75px;
}

.latest-items-skeleton {
    background-color: #ddd;
    border-radius: 2px;
    animation: pulse 1.5s infinite;
}

.skeleton-image-container {
    display: block;
    float: left;
}

.skeleton-text-container {
    margin-left: 70px;
}

.latest-items-skeleton-image {
    width: 60px;
    height: 80px;
    margin-bottom: 10px;
}

.latest-items-skeleton-title {
    width: 80%;
    height: 16px;
    margin-bottom: 8px;
}

.latest-items-skeleton-author {
    width: 60%;
    height: 14px;
    margin-bottom: 6px;
}

.latest-items-skeleton-date {
    width: 40%;
    height: 12px;
}

@keyframes pulse {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #ddd;
    }
    100% {
        background-color: #eee;
    }
}
/*
 * end of skeleton for latest items
 */

/*
 * item types skeleton
 */
.item-types-skeleton {
    background-color: #ddd;
    border-radius: 4px;
    animation: item-types-pulse 1.5s infinite ease-in-out;
}

.item-types-skeleton-text {
    height: 14px;
    margin: 6px 0;
}

.item-types-skeleton-text-short {
    width: 80px;
}

.item-types-skeleton-text-medium {
    width: 100px;
}

.item-types-skeleton-text-small {
    width: 60px;
}

@keyframes item-types-pulse {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #ddd;
    }
    100% {
        background-color: #eee;
    }
}
/*
 * item types skeleton end
 */

/*
 * announcement skeleton start
 */
/* Skeleton Animation */
@keyframes announcement-skeleton-loading {
    0% {
        background-color: #e2e2e2;
    }
    50% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #e2e2e2;
    }
}

.index-v2-card-skeleton {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.index-v2-card-skeleton-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 54px;
    border-radius: 6px;
    background-color: #e8ebef;
    animation: announcement-skeleton-loading 1.5s infinite;
}

.index-v2-card-skeleton-thumb.tall {
    height: 72px;
}

.index-v2-card-skeleton-lines {
    flex: 1 1 auto;
}

.index-v2-card-skeleton-line {
    height: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #e8ebef;
    animation: announcement-skeleton-loading 1.5s infinite;
}

.index-v2-card-skeleton-line.short {
    width: 72px;
}

.index-v2-card-skeleton-line.medium {
    width: 70%;
}
/*
 * announcement skeleton end
 */

/*
 * main search box skeleton start
 */

.search-box-middle-search-skeleton {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 0 10px;
}

.index-v2-skeleton-advanced {
    width: 46px !important;
    min-width: 46px;
    border-radius: 10px;
}

.search-box-middle-option-skeleton {
    padding: 10px;
}

.search-box-middle-skeleton-input,
.search-box-middle-skeleton-icon,
.search-box-middle-option-input,
.search-box-middle-description {
    background: rgba(226, 226, 226, 0.55);
    animation: search-box-middle-pulse 1.5s infinite;
    border-radius: 10px;
}

/* Matching sizes based on screenshot */
.search-box-middle-skeleton-input {
    height: 46px;
    width: 180px;
}

.search-box-middle-option-input {
    height: 16px;
    width: 250px;
}

.search-box-middle-description {
    height: 16px;
    width: 750px;
    margin-top: 10px;
}

.search-box-middle-search-box {
    width: 100%;
    flex: 1 1 auto;
}

.search-box-middle-skeleton-icon {
    width: 110px;
    height: 46px;
}

/* Pulse animation */
@keyframes search-box-middle-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

/*
 * main search box skeleton end
 */

@media only screen and (max-width: 991px) {
    .search-box .index-v2-search-wrap.container {
        flex: 1 1 100%;
        width: 100%;
    }

    .search-box-middle-skeleton-container {
        width: auto;
    }

    .search-box-middle-search-skeleton {
        flex-wrap: wrap;
    }

    .search-box-middle-search-skeleton > .search-box-middle-skeleton-input:nth-child(2) {
        flex: 1 1 100%;
        width: 100%;
        order: 1;
    }

    .search-box-middle-search-skeleton > .search-box-middle-skeleton-input:nth-child(3) {
        flex: 1 1 100%;
        width: 100%;
        order: 2;
    }

    .search-box-middle-search-skeleton > .search-box-middle-skeleton-input:nth-child(1) {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        order: 3;
    }

    .search-box-middle-search-skeleton > .search-box-middle-skeleton-icon:not(.index-v2-skeleton-advanced) {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        order: 4;
    }

    .search-box-middle-search-skeleton > .index-v2-skeleton-advanced {
        flex: 0 0 46px;
        order: 5;
    }

    .search-box-middle-option-input {
        width: min(65%, 250px);
    }

    .search-box-middle-description {
        width: 100%;
    }
}