.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color)50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color)50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4,0,.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}
.product-list-newspaper-editions-module-scss-module__S1ZnUa__PreTitle{--cTpl_Shell__heading_c:var(--app_c_secondary);background:var(--app_c_primary_20);line-height:1.1;font-family:var(--font_accent);color:var(--cTpl_Shell__heading_c);padding:.5rem .6rem .3rem;font-size:1.6rem;font-weight:400;display:inline-block}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverActions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers{order:0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul{grid-template-rows:min-content;grid-auto-flow:row;gap:3rem 2.4rem;margin:0;padding:0;list-style:none;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li{grid-template-rows:min-content;grid-auto-flow:row;gap:2rem;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li>a{aspect-ratio:auto 1076/1350;position:relative}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li>a:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_5)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li>a:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li>a:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_80)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%;scale:1;box-shadow:0 .4rem .5rem #0000001a;transition-property:scale,opacity!important}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{aspect-ratio:1;cursor:default;scale:.9;background:0 0!important;height:auto!important}.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li img:not(.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic):hover{scale:1.02}@container (min-width:50rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul:has(>li+li){grid-template-columns:repeat(2,minmax(0,1fr))}}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner a{aspect-ratio:auto 1076/1350;display:block;position:relative}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;cursor:zoom-in;width:100%;height:100%;scale:1;box-shadow:0 .4rem .5rem #0000001a;transition-property:scale,opacity!important}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{box-shadow:none;cursor:default;scale:.9;background:0 0!important;height:auto!important}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img:not(.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic):hover{scale:1.02}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_5);align-items:center;display:grid}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{filter:invert()}:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{filter:invert()}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_80)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverActions{padding:2rem 0 0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverCol .product-list-newspaper-editions-module-scss-module__S1ZnUa__EmptyEdition{text-align:center;padding:2rem 0 0;font-size:1.6rem}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader{grid-auto-flow:column;grid-template-columns:auto fit-content;order:1;gap:0 1rem;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{--cTpl_Shell__heading_c:var(--app_c_gray_80)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{font-family:var(--font_accent);text-wrap:initial;color:var(--cTpl_Shell__heading_c);margin:0 0 1.4rem;font-size:3.5rem;font-weight:700;line-height:1.3}@container (min-width:76.8rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{font-size:4.4rem}}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverActionsWithoutSupplements{flex-wrap:wrap;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeaderContent{padding:0}[class*=_ShellRegular] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeaderContent p{--cTpl_Shell__p_marg:0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeaderActions{padding:2rem 0 0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeaderActions a{width:100%}@container (min-width:76.8rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeaderActions{padding:2.8rem 0 0}}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPickerElm{--rdp-outside-opacity:.5;--rdp-disabled-opacity:.25;--rdp-day_button-height:3.8rem;--rdp-day_button-width:3.8rem;--rdp-day-height:4rem;--rdp-day-width:4rem;--rdp-nav-height:4rem;--rdp-nav_button-width:3.8rem;--rdp-nav_button-height:3.8rem;--rdp-day_button-border-radius:0;--rdp-accent-color:var(--app_c_secondary_60);--rdp-today-color:var(--app_c_secondary)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPickerElm{--rdp-accent-color:var(--app_c_primary_60);--rdp-today-color:var(--app_c_primary_40)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPickerElm{--rdp-accent-color:var(--app_c_primary_60);--rdp-today-color:var(--app_c_primary_40)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker{background:var(--app_c_gray_5);width:min-content;padding:1rem;font-size:1.4rem}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker{background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker{background-color:var(--app_c_gray_80)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker>form{width:28rem}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-month_caption]{font-family:var(--font_accent);text-transform:capitalize;margin-bottom:.8rem;padding-left:.8rem;font-size:1.8rem;font-weight:400}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-button_next]:hover,.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-button_previous]:hover{background-color:var(--app_c_gray_10)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-button_next]:hover,:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-button_previous]:hover{background-color:var(--app_c_gray_60)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-button_next]:hover,:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-button_previous]:hover{background-color:var(--app_c_gray_60)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-month_grid] [class*=rdp-weekday]{background-color:var(--app_c_secondary_20);font-size:inherit;text-transform:uppercase;font-weight:600}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-month_grid] [class*=rdp-weekday]{background-color:var(--app_c_gray_90)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-month_grid] [class*=rdp-weekday]{background-color:var(--app_c_gray_90)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day][class*=rdp-selected]{font-size:inherit;font-weight:400}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day]:not([class*=rdp-disabled]) [class*=rdp-day_button]:hover{background-color:var(--app_c_gray_10)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day]:not([class*=rdp-disabled])[class*=rdp-outside][class*=rdp-selected],.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day]:not([class*=rdp-disabled])[class*=rdp-outside]:hover{--rdp-outside-opacity:1}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day][class*=rdp-today] [class*=rdp-day_button]{background-color:var(--app_c_primary_10)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day]:not([class*=rdp-disabled]) [class*=rdp-day_button]:hover{background-color:var(--app_c_gray_60)}:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day][class*=rdp-today] [class*=rdp-day_button]{background-color:var(--app_c_gray_70)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day]:not([class*=rdp-disabled]) [class*=rdp-day_button]:hover{background-color:var(--app_c_gray_60)}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CalendarPicker [class*=rdp-day][class*=rdp-today] [class*=rdp-day_button]{background-color:var(--app_c_gray_70)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__Calendar{order:1;margin:0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__Hat{order:1;grid-template-rows:min-content;grid-auto-flow:row;gap:4rem;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent{grid-template-rows:min-content;grid-auto-flow:row;gap:4rem;max-width:133rem;margin:0 auto;padding:3.6rem 1.2rem 0;display:grid}@container (min-width:67rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent{grid-auto-flow:initial;grid-template-rows:min-content;grid-template-columns:29.6rem auto}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers{max-width:30rem}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width:99.2rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__Hat{grid-template-rows:15rem auto;grid-template-columns:auto min-content;grid-auto-flow:column;align-items:start;gap:1.9rem 4rem}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader,.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__Calendar,.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers{order:initial}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionHeader{grid-column:1}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__Calendar{grid-area:span 2/2}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers{grid-column:1}}@container (min-width:128rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent{grid-template-columns:39.2rem auto}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers{max-width:none}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul{grid-template-columns:auto;grid-auto-flow:column;justify-content:start}.product-list-newspaper-editions-module-scss-module__S1ZnUa__CurrentCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent .product-list-newspaper-editions-module-scss-module__S1ZnUa__SupplementCovers>ul>li{width:23.4rem}}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCoversFooter{grid-template-rows:min-content;grid-auto-flow:row;justify-items:center;padding:0 1.2rem 4rem;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers{max-width:var(--appRoot__container_sz_xl);color:var(--cTpl_OthCov__txt_c);margin:0 auto;padding:9rem 0 0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{--cTpl_Shell__heading_c:black}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{font-family:var(--font_accent);text-wrap:initial;color:var(--cTpl_Shell__heading_c);margin:0 0 4rem;padding:0 1.2rem;font-size:3.2rem;font-weight:400;line-height:1.3}@container (min-width:76.8rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionTitle{font-size:4.8rem}}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article{grid-template-rows:min-content;grid-auto-flow:row;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article header{order:1;grid-template-rows:min-content;grid-auto-flow:row;justify-items:center;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article header .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdTitle{--cTpl_Shell__heading_c:black}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article header .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdTitle{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article header .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdTitle{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article header .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdTitle{color:var(--cTpl_Shell__heading_c);margin:.5em 0;font-size:1.9rem}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner a{aspect-ratio:auto 1076/1350;display:block;position:relative}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;cursor:zoom-in;width:100%;height:100%;scale:1;box-shadow:0 .4rem .5rem #0000001a;transition-property:scale,opacity!important}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{box-shadow:none;cursor:default;scale:.9;background:0 0!important;height:auto!important}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img:not(.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic):hover{scale:1.02}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_5);align-items:center;display:grid}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{filter:invert()}:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic{filter:invert()}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover .product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverInner:has(img.product-list-newspaper-editions-module-scss-module__S1ZnUa__CoverNoPic){background-color:var(--app_c_gray_80)}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdItem article .product-list-newspaper-editions-module-scss-module__S1ZnUa__EdCover{order:0}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionEditionsList{grid-template-rows:min-content;grid-auto-flow:row;gap:4rem 2.4rem;width:100%;max-width:500px;margin:0 auto;padding:0;list-style:none;display:grid}@container (min-width:67rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionEditionsList{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;margin:0}}@container (min-width:99.2rem){.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionEditionsList{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-list-newspaper-editions-module-scss-module__S1ZnUa__OtherCovers .product-list-newspaper-editions-module-scss-module__S1ZnUa__SectionContent{grid-template-rows:min-content;grid-auto-flow:row;justify-items:center;gap:6rem 0;padding:0 1.2rem 7rem;display:grid}.product-list-newspaper-editions-module-scss-module__S1ZnUa__Main{--cTpl_Shell__txt_c:var(--app_c_gray_60);--cTpl_OthCov__txt_c:black}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions-module-scss-module__S1ZnUa__Main{--cTpl_Shell__txt_c:var(--app_c_gray_10);--cTpl_OthCov__txt_c:white}}:root[data-theme=dark] .product-list-newspaper-editions-module-scss-module__S1ZnUa__Main{--cTpl_Shell__txt_c:var(--app_c_gray_10);--cTpl_OthCov__txt_c:white}.product-list-newspaper-editions-module-scss-module__S1ZnUa__Main{flex:1}
.lazy-load-in-view-module-scss-module__rA0Qgq__LoadingPlaceholder{font-size:0}.lazy-load-in-view-module-scss-module__rA0Qgq__LZBlock1:has(.lazy-load-in-view-module-scss-module__rA0Qgq__LoadingPlaceholder){min-height:10rem}html.no-js .lazy-load-in-view-module-scss-module__rA0Qgq__LZBlock1:has(.lazy-load-in-view-module-scss-module__rA0Qgq__LoadingPlaceholder){min-height:0}
