
body.zgds-home-pro .gzd-v3-search__body,
body.zgds-home-pro .gzd-v3-search__body.gzd-hd__search-row {
    grid-template-columns: minmax(9.75rem, auto) minmax(9.25rem, 10.75rem) minmax(0, 1fr) auto !important;
}

body.zgds-home-pro .gzd-v3-search__field {
    min-width: 9.25rem;
}

body.zgds-home-pro .gzd-v3-search__dropdown-trigger {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) var(--pro-search-arrow-w, 1.25rem);
    align-items: center !important;
    justify-content: stretch !important;
    position: relative;
    padding: 0 0.38rem 0 0.38rem !important;
    gap: 0 !important;
}

body.zgds-home-pro .gzd-v3-search__dropdown-value {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    flex: none !important;
    width: auto;
    max-width: calc(100% - 0.25rem);
    min-width: 0;
    padding: 0 1.35rem 0 0.35rem;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-family: var(--ui-font-serif) !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    color: var(--pro-ink) !important;
    line-height: 1.35;
    pointer-events: none;
}

body.zgds-home-pro .gzd-v3-search__dropdown-trigger:not(:hover):not(:focus-visible) .gzd-v3-search__dropdown-value {
    color: rgba(74, 24, 24, 0.82) !important;
}

body.zgds-home-pro .gzd-v3-search__dropdown-arrow {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin: 0;
    transform: none;
}

body.zgds-home-pro .gzd-v3-search__dropdown.is-open .gzd-v3-search__dropdown-arrow {
    transform: rotate(180deg);
}

body.zgds-home-pro .gzd-v3-search__dropdown-menu {
    padding: 0.4rem !important;
}

body.zgds-home-pro .gzd-v3-search__dropdown-option {
    font-family: var(--ui-font-sans) !important;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    text-align: center;
    border-radius: calc(var(--pro-radius) - 2px);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-page__stage,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-panel--plain {
    background: linear-gradient(180deg, rgba(255, 253, 247, 0.92) 0%, rgba(248, 240, 226, 0.78) 100%) !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.35rem 0.15rem 0.75rem;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-year-block {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-year-group {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.65rem 0.85rem;
    margin: 0;
    padding: 0 0.15rem;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-year-group__mark {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--pro-red-deep);
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.12);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-year-group__label {
    grid-column: 2;
    font-family: var(--ui-font-serif) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    color: var(--pro-red-deep) !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-year-group__line {
    grid-column: 1 / -1;
    height: 1px;
    margin-top: 0.15rem;
    background: linear-gradient(90deg, rgba(196, 160, 85, 0.55), rgba(196, 160, 85, 0.08));
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-year-block__list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) auto;
    gap: 0.65rem 0.85rem;
    align-items: center;
    min-height: 3.35rem;
    padding: 0.72rem 0.85rem 0.72rem 0.65rem;
    border: 1px solid rgba(196, 160, 85, 0.28) !important;
    border-left: 3px solid rgba(196, 160, 85, 0.45) !important;
    border-radius: var(--pro-radius-lg) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset !important;
    overflow: visible;
    writing-mode: horizontal-tb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__rail {
    display: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__idx {
    align-self: start;
    margin-top: 0.15rem;
    font-family: var(--ui-font-serif) !important;
    font-size: 0.8125rem !important;
    font-weight: 800 !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em !important;
    text-align: center;
    line-height: 1.4;
    color: rgba(139, 26, 26, 0.52) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__main {
    min-width: 0;
    padding: 0;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__head {
    display: block;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__title {
    margin: 0;
    font-family: var(--ui-font-serif) !important;
    font-size: 0.96875rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
    word-break: break-word;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__title a {
    display: inline;
    color: var(--pro-ink) !important;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__title a:hover {
    color: var(--pro-red-deep) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.35rem;
    margin-top: 0.28rem;
    padding-left: 0;
    font-size: 0.8125rem !important;
    color: var(--pro-muted) !important;
    line-height: 1.45;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__author,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__journal {
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    white-space: nowrap;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__author:hover,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__journal:hover {
    color: var(--pro-red-deep) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__sep {
    opacity: 0.55;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__snippet {
    margin: 0.35rem 0 0;
    padding-left: 0;
    font-size: 0.8125rem !important;
    line-height: 1.6 !important;
    color: rgba(74, 24, 24, 0.62) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__read {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    align-self: center;
    min-height: 2.25rem;
    min-width: 0;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(196, 160, 85, 0.32) !important;
    border-radius: 999px !important;
    background: rgba(255, 254, 250, 0.92) !important;
    color: var(--pro-red-deep) !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    white-space: nowrap;
    text-decoration: none;
    writing-mode: horizontal-tb;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__read-icon {
    flex-shrink: 0;
    opacity: 0.65;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row:hover,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row:focus-within {
    border-color: rgba(139, 26, 26, 0.26) !important;
    border-left-color: var(--pro-red-deep) !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(74, 24, 24, 0.07) !important;
    transform: translateY(-1px);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row:hover .gzd-search-article-row__read,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row:focus-within .gzd-search-article-row__read {
    border-color: rgba(139, 26, 26, 0.35) !important;
    background: rgba(139, 26, 26, 0.05) !important;
}

body.zgds-home-pro.zgds-search-page .gzd-search-results-main .gzd-search-page__state {
    min-height: 12rem;
}

body.zgds-home-pro.zgds-search-page .gzd-search-results-main .zgds-journal-grid:not(.gzd-search-article-list) {
    padding: 0.35rem 0.15rem 0.75rem;
}

@media (max-width: 720px) {
    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row {
        grid-template-columns: 2.25rem minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 0.45rem 0.65rem;
        padding: 0.65rem 0.7rem 0.65rem 0.55rem;
    }

    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__main {
        grid-column: 2;
    }

    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row__read {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 2.5rem;
        border-radius: var(--pro-radius-md) !important;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-row {
        transition: none !important;
    }
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-page__panel,
body.zgds-home-pro.zgds-search-page--article .gzd-search-page__panel--article {
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-page__panel::before,
body.zgds-home-pro.zgds-search-page--article .gzd-search-page__panel::after {
    display: none !important;
    content: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-shelf-cabinet,
body.zgds-home-pro.zgds-search-page--article .gzd-shelf-cabinet.is-article-shelf-idle,
body.zgds-home-pro.zgds-search-page--article #search-shelf-cabinet {
    display: block;
    padding: 0;
    margin: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-journal-decor,
body.zgds-home-pro.zgds-search-page--article #search-results > .gzd-v3-catalog__stage-bg,
body.zgds-home-pro.zgds-search-page--article #search-results > .gzd-v3-catalog__stage-watermark,
body.zgds-home-pro.zgds-search-page--article #search-results > .gzd-v3-catalog__shelf-edge,
body.zgds-home-pro.zgds-search-page--article .gzd-v3-catalog__stage-watermark,
body.zgds-home-pro.zgds-search-page--article .gzd-v3-catalog__stage-bg,
body.zgds-home-pro.zgds-search-page--article .gzd-v3-catalog__shelf-edge,
body.zgds-home-pro.zgds-search-page--article #search-shelf-pager-dock {
    display: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-v3-catalog__stage-watermark::before,
body.zgds-home-pro.zgds-search-page--article .gzd-v3-catalog__stage-watermark::after,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel .gzd-v3-catalog__stage-watermark::before,
body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel .gzd-v3-catalog__stage-watermark::after {
    content: none !important;
    display: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 14rem;
    padding: 1rem 1.15rem 0.85rem;
    overflow: hidden;
    border: 1px solid rgba(196, 160, 85, 0.22) !important;
    border-left: 3px solid rgba(139, 26, 26, 0.52) !important;
    border-radius: 0.5rem !important;
    background:
        linear-gradient(180deg, rgba(255, 254, 251, 0.98) 0%, rgba(248, 241, 228, 0.62) 100%) !important;
    box-shadow: 0 2px 12px rgba(42, 18, 18, 0.045) !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    border-radius: 0.5rem 0.5rem 0 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(196, 160, 85, 0.15) 12%,
        rgba(196, 160, 85, 0.55) 50%,
        rgba(196, 160, 85, 0.15) 88%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 2;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel::after {
    content: none !important;
    display: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel.gzd-search-page__stage::before {
    inset: 0 0 auto 0 !important;
    height: 3px !important;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    opacity: 1 !important;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(196, 160, 85, 0.15) 12%,
        rgba(196, 160, 85, 0.55) 50%,
        rgba(196, 160, 85, 0.15) 88%,
        transparent 100%
    ) !important;
    background-size: auto !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel.gzd-search-page__stage::after {
    display: none !important;
    content: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.35rem;
    margin: -0.15rem -0.2rem 0.85rem;
    padding: 0.72rem 0.85rem 0.78rem;
    border-bottom: 1px solid rgba(196, 160, 85, 0.2);
    border-radius: 0.35rem 0.35rem 0 0;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.94) 0%, rgba(248, 240, 226, 0.52) 100%);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 0.35rem 0 0 0;
    background: linear-gradient(180deg, rgba(139, 26, 26, 0.72) 0%, rgba(196, 160, 85, 0.45) 100%);
    pointer-events: none;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head::after {
    content: none;
    display: none;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head .gzd-detail-issue-panel__head-copy {
    min-width: 0;
    flex: 1 1 auto;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head .gzd-detail-issue-panel__kicker {
    margin: 0 0 0.18rem;
    padding-left: 0.15rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(139, 26, 26, 0.58);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head .gzd-detail-issue-panel__title {
    margin: 0;
    padding-left: 0.15rem;
    font-family: var(--ui-font-serif) !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.07em !important;
    line-height: 1.35 !important;
    color: var(--pro-red-deep) !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__meta {
    flex-shrink: 0;
    max-width: min(100%, 20rem);
    margin-inline-start: auto;
    text-align: right;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__tally {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.28rem 0.45rem;
    margin: 0;
    padding: 0.38rem 0.72rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    color: rgba(107, 74, 48, 0.78);
    white-space: nowrap;
    border: 1px solid rgba(196, 160, 85, 0.3);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 1px 4px rgba(42, 18, 18, 0.04);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__tally-item {
    display: inline-flex;
    align-items: baseline;
    gap: 0.12rem;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__tally-sep {
    opacity: 0.42;
    font-weight: 400;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__tally-num {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    color: var(--pro-red-deep);
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio__scroll {
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(62vh, 44rem);
    overflow-x: clip;
    overflow-y: auto;
    padding-inline-end: 0.35rem;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-stage__overlay:not(:has(.gzd-search-page__state:not([hidden]))) {
    display: none;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-stage__overlay:has(.gzd-search-page__state:not([hidden])) {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(255, 253, 248, 0.88);
    border-radius: inherit;
}

body.zgds-home-pro.zgds-search-page--journal .gzd-search-article-folio-panel__head,
body.zgds-home-pro.zgds-search-page--journal #search-article-folio-head {
    display: none !important;
}

body.zgds-home-pro.zgds-search-page--journal .gzd-search-article-folio__body,
body.zgds-home-pro.zgds-search-page--journal .gzd-search-article-folio__scroll {
    display: contents;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-catalog__head::after {
    display: none !important;
    content: none !important;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-catalog__head {
    padding-bottom: 0;
    margin-bottom: 0.35rem;
}

body.zgds-home-pro.zgds-search-page--article .gzd-search-page__panel > .gzd-catalog-pager {
    margin-top: 0.85rem;
}

@media (max-width: 639px) {
    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel {
        padding: 0.85rem 0.75rem 0.75rem;
    }

    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__head {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        margin-inline: -0.05rem;
        padding: 0.65rem 0.7rem 0.72rem;
    }

    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__meta {
        max-width: none;
        margin-inline-start: 0;
        text-align: left;
    }

    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio-panel__tally {
        justify-content: flex-start;
        width: 100%;
        white-space: normal;
    }

    body.zgds-home-pro.zgds-search-page--article .gzd-search-article-folio__scroll {
        max-height: none;
    }
}
