/* Chireads Refresh: desktop home, collection, tag and search discovery pages. */
.chireads-refresh.refresh-device-desktop {
    --refresh-discovery-cover: #e8e4dc;
    --refresh-discovery-rule: #c9c2b6;
}

.chireads-refresh.refresh-device-desktop:is(
    .refresh-page-home,
    .refresh-page-listing,
    .refresh-page-tag,
    .refresh-page-search
) {
    color: var(--refresh-color-ink);
    background: var(--refresh-color-canvas);
}

.chireads-refresh.refresh-device-desktop .refresh-discovery a {
    text-decoration: none;
}

.chireads-refresh.refresh-device-desktop .refresh-discovery img {
    display: block;
    max-width: 100%;
}

/* Home hero: photographic, quiet and editorial rather than promotional. */
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-hero {
    position: relative;
    height: clamp(220px, 24vw, 460px);
    overflow: hidden;
    background: #1c2022;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel,
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-wrapper,
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-slide,
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-slide > a {
    width: 100%;
    height: 100%;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-slide > a {
    position: relative;
    display: block;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-slide > a::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(10, 13, 15, 0.5) 0%, rgba(10, 13, 15, 0.06) 40%, rgba(10, 13, 15, 0.18) 100%);
    content: "";
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-pagination {
    bottom: 24px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    margin: 0 5px;
    border-radius: 2px;
    background: #fff;
    opacity: 0.48;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-control {
    position: absolute;
    top: 50%;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(44px, 4.2vw, 64px);
    height: clamp(64px, 7vw, 96px);
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 11, 13, 0.08);
    box-shadow: none;
    cursor: pointer;
    opacity: 0.72;
    transform: translateY(-50%);
    transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
    appearance: none;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-prev {
    left: clamp(16px, 3vw, 48px);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-next {
    right: clamp(16px, 3vw, 48px);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-control::before {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: "";
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-prev::before {
    transform: translateX(3px) rotate(-45deg);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-next::before {
    transform: translateX(-3px) rotate(135deg);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-control:hover,
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-control:focus-visible {
    background: rgba(8, 11, 13, 0.28);
    opacity: 1;
    transform: translateY(-50%) scale(1.03);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-control:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.86);
    outline-offset: 3px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-carousel-control.swiper-button-disabled {
    cursor: default;
    opacity: 0.28;
}

/* Keep a usable header when the optional ACF hero is not configured. */
.chireads-refresh.refresh-device-desktop.refresh-page-home .head:has(~ .refresh-home-no-hero) {
    position: relative;
    background: #111416;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 28px rgba(10, 13, 15, 0.12);
}

/* Shared editorial canvas. */
.chireads-refresh.refresh-device-desktop .refresh-discovery.conteiner,
.chireads-refresh.refresh-device-desktop .refresh-discovery .conteiner {
    float: none;
    width: 100%;
    min-height: calc(100vh - 330px);
    padding: 42px 0 64px;
    background: var(--refresh-color-canvas);
}

.chireads-refresh.refresh-device-desktop .refresh-discovery.conteiner > .wid,
.chireads-refresh.refresh-device-desktop .refresh-discovery .conteiner > .wid {
    display: flow-root;
    width: calc(100% - 40px);
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

/* Keep this reset before the later home-module rules; paper sections own their insets. */
.chireads-refresh.refresh-device-desktop .refresh-discovery .pd55:not(.refresh-discovery-section) {
    padding-right: 0;
    padding-left: 0;
}

.chireads-refresh.refresh-device-desktop .refresh-discovery .title {
    display: flex;
    float: none;
    align-items: flex-end;
    width: 100%;
    height: auto;
    min-height: 58px;
    padding: 0 0 16px;
    line-height: 1.2;
    border: 0;
    border-bottom: 1px solid var(--refresh-discovery-rule);
}

.chireads-refresh.refresh-device-desktop .refresh-discovery .title > b,
.chireads-refresh.refresh-device-desktop .refresh-discovery .title > h1,
.chireads-refresh.refresh-device-desktop .refresh-discovery .title > h2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 18px;
    color: var(--refresh-color-ink) !important;
    font-family: var(--refresh-font-reading);
    font-size: clamp(26px, 2.4vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.chireads-refresh.refresh-device-desktop .refresh-discovery .title > b::before,
.chireads-refresh.refresh-device-desktop .refresh-discovery .title > h1::before,
.chireads-refresh.refresh-device-desktop .refresh-discovery .title > h2::before {
    position: absolute;
    top: 0.12em;
    bottom: 0.08em;
    left: 0;
    width: 4px;
    border-radius: 2px;
    background: var(--refresh-color-accent);
    content: "";
}

.chireads-refresh.refresh-device-desktop .refresh-title-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--refresh-color-accent);
    font-family: var(--refresh-font-ui);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

/* Internal discovery pages: one refined paper surface and a strict two-column rhythm. */
.chireads-refresh.refresh-device-desktop .refresh-discovery-section {
    float: none;
    width: 100%;
    padding: 44px 52px 52px;
    background: var(--refresh-color-surface);
    border: 1px solid var(--refresh-color-border);
    border-radius: var(--refresh-radius-lg);
    box-shadow: var(--refresh-shadow-sm);
}

.chireads-refresh.refresh-device-desktop .refresh-listing-intro {
    max-width: 820px;
    margin: 24px 0 0;
    color: var(--refresh-color-muted);
    font-family: var(--refresh-font-reading);
    font-size: 17px;
    line-height: 1.75;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list.news-list {
    float: none;
    width: 100%;
    padding-top: 32px;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: var(--refresh-color-surface-soft);
    border: 1px solid var(--refresh-color-border);
    border-radius: var(--refresh-radius-md);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card:hover {
    border-color: #c6bdb0;
    box-shadow: var(--refresh-shadow-sm);
    transform: translateY(-2px);
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card > article {
    display: grid;
    min-height: 232px;
    grid-template-columns: 175px minmax(0, 1fr);
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-cover.news-list-img {
    width: 175px;
    height: auto;
    min-height: 0;
    aspect-ratio: 70 / 93;
    align-self: start;
    overflow: hidden;
    background: var(--refresh-discovery-cover);
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-cover a {
    display: block;
    width: 100%;
    height: 100%;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-cover img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 300ms ease;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card:hover .refresh-card-cover img {
    transform: scale(1.025);
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-content.news-list-inform {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
    padding: 24px 24px 20px;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-content .news-list-tit {
    padding: 0;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-title {
    display: -webkit-box;
    min-height: 54px;
    margin: 0;
    overflow: hidden;
    color: var(--refresh-color-ink) !important;
    font-family: var(--refresh-font-reading);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-title a {
    color: inherit !important;
}

.chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-summary.news-list-txt {
    display: -webkit-box;
    float: none;
    width: 100%;
    margin: 10px 0 12px;
    overflow: hidden;
    color: var(--refresh-color-muted) !important;
    font-family: var(--refresh-font-ui);
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.chireads-refresh.refresh-device-desktop .refresh-card-read {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 0 16px;
    gap: 10px;
    color: var(--refresh-color-accent) !important;
    font-family: var(--refresh-font-ui);
    font-size: 15px;
    font-weight: 700;
    border: 1px solid currentColor;
    border-radius: 22px;
}

.chireads-refresh.refresh-device-desktop .refresh-card-read:hover,
.chireads-refresh.refresh-device-desktop .refresh-card-read:focus-visible {
    color: #fff !important;
    background: var(--refresh-color-accent);
    border-color: var(--refresh-color-accent);
}

.chireads-refresh.refresh-device-desktop .refresh-empty-state {
    display: flex;
    flex-direction: column;
    float: none;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    min-height: 210px;
    margin: 0;
    padding: 40px;
    gap: 8px;
    color: var(--refresh-color-muted);
    background: var(--refresh-color-surface-soft);
    border: 1px dashed var(--refresh-color-border);
    border-radius: var(--refresh-radius-md);
    grid-column: 1 / -1;
}

.chireads-refresh.refresh-device-desktop .refresh-empty-state strong {
    color: var(--refresh-color-ink);
    font-family: var(--refresh-font-reading);
    font-size: 22px;
}

.chireads-refresh.refresh-device-desktop .page-navigator {
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    gap: 8px;
}

.chireads-refresh.refresh-device-desktop .page-navigator .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 13px;
    color: var(--refresh-color-ink) !important;
    font-family: var(--refresh-font-ui);
    font-weight: 700;
    background: var(--refresh-color-surface);
    border: 1px solid var(--refresh-color-border);
    border-radius: 22px;
}

.chireads-refresh.refresh-device-desktop .page-navigator .page-numbers.current,
.chireads-refresh.refresh-device-desktop .page-navigator a.page-numbers:hover {
    color: #fff !important;
    background: var(--refresh-color-accent);
    border-color: var(--refresh-color-accent);
}

.chireads-refresh.refresh-device-desktop .refresh-search-query {
    overflow-wrap: anywhere;
}

.chireads-refresh.refresh-device-desktop .refresh-search-label {
    display: block;
    margin-top: 7px;
    color: var(--refresh-color-muted);
    font-family: var(--refresh-font-ui);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}

/* Homepage: a continuous magazine sheet with recurring but restrained modules. */
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content {
    padding-top: 52px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content > .wid {
    overflow: hidden;
    background: var(--refresh-color-surface);
    border: 1px solid var(--refresh-color-border);
    border-radius: var(--refresh-radius-lg);
    box-shadow: var(--refresh-shadow-sm);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-empty-home {
    margin: 40px 56px;
    padding: 48px 40px;
    border: 1px solid var(--refresh-color-border);
    border-radius: var(--refresh-radius-lg);
    background: var(--refresh-color-surface-soft);
    text-align: center;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-empty-home h2 {
    margin: 0;
    color: var(--refresh-color-ink);
    font: 700 30px/1.25 var(--refresh-font-reading);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-empty-home p {
    margin: 12px 0 0;
    color: var(--refresh-color-muted);
    font-size: 16px;
    line-height: 1.6;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content :is(.recommended, .dernieres, .news, .tags) {
    float: none;
    width: 100%;
    padding: 46px 52px;
    border-bottom: 1px solid var(--refresh-color-border);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content :is(.recommended, .news):not(:has(li)),
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content .dernieres:not(:has(tr)),
.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content .tags:not(:has(li)) {
    display: none;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content .title {
    min-height: 52px;
    padding-bottom: 14px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content .title > b {
    font-size: 27px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list {
    float: none;
    padding-top: 26px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    align-items: start;
    justify-content: normal;
    gap: 24px 20px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li {
    width: auto;
    height: auto;
    min-width: 0;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(n) {
    display: none;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(-n+6) {
    display: block;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li .recommended-list-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--refresh-discovery-cover);
    border-radius: var(--refresh-radius-sm);
    box-shadow: 0 10px 26px rgba(30, 29, 27, 0.13);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li .recommended-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:hover .recommended-list-img img {
    transform: scale(1.025);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li .recommended-list-txt {
    display: -webkit-box;
    min-height: 50px;
    padding: 10px 2px 0;
    overflow: hidden;
    font-family: var(--refresh-font-reading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list-txt a {
    color: var(--refresh-color-ink) !important;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel {
    padding-top: 20px;
    overflow-x: auto;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table {
    border-collapse: separate;
    border-spacing: 0 6px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) minmax(260px, 1.5fr) minmax(110px, 0.65fr) 165px;
    border-radius: var(--refresh-radius-sm);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr td,
.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr td:nth-child(n) {
    display: block;
    float: none;
    width: auto;
    height: 48px;
    padding: 0 12px;
    overflow: hidden;
    color: var(--refresh-color-muted) !important;
    font-size: 14px;
    line-height: 48px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: var(--refresh-color-surface-soft);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr td:first-child {
    padding-left: 16px;
    border-radius: var(--refresh-radius-sm) 0 0 var(--refresh-radius-sm);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr td:last-child {
    padding-right: 16px;
    color: var(--refresh-color-subtle) !important;
    text-align: right;
    border-radius: 0 var(--refresh-radius-sm) var(--refresh-radius-sm) 0;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr:hover td {
    background: #f4ede5;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr.refresh-updates-empty td {
    grid-column: 1 / -1;
    height: auto;
    min-height: 64px;
    padding: 18px 16px;
    border-radius: var(--refresh-radius-sm);
    line-height: 1.5;
    text-align: center;
    white-space: normal;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel a {
    color: inherit !important;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list {
    float: none;
    padding-top: 26px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li,
.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li:nth-child(2n) {
    display: grid;
    float: none;
    width: auto;
    min-width: 0;
    min-height: 190px;
    margin: 0;
    overflow: hidden;
    grid-template-columns: 140px minmax(0, 1fr);
    background: var(--refresh-color-surface-soft);
    border: 1px solid var(--refresh-color-border);
    border-radius: var(--refresh-radius-md);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-img {
    width: 140px;
    height: 100%;
    min-height: 190px;
    background: var(--refresh-discovery-cover);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li:hover .news-list-img img {
    transform: scale(1.025);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-inform {
    width: auto;
    min-width: 0;
    padding: 22px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-inform .news-list-tit {
    padding: 0;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-inform .news-list-tit h5 {
    min-height: 50px;
    margin: 0;
    font-family: var(--refresh-font-reading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-inform .news-list-tit h5 a {
    color: var(--refresh-color-ink) !important;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul li .news-list-inform .news-list-txt {
    display: -webkit-box;
    float: none;
    margin-top: 8px;
    color: var(--refresh-color-muted) !important;
    font-family: var(--refresh-font-ui);
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .product-banner {
    display: grid;
    float: none;
    width: 100%;
    padding: 34px 52px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    border-bottom: 1px solid var(--refresh-color-border);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .product-banner .product-banner-img,
.chireads-refresh.refresh-device-desktop.refresh-page-home .product-banner .product-banner-img:last-child {
    float: none;
    width: auto;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--refresh-radius-md);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .product-banner .product-banner-img img {
    width: 100%;
    height: auto;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags {
    padding-bottom: 56px;
    border-bottom: 0;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list {
    min-height: 0;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul {
    display: flex;
    float: none;
    flex-wrap: wrap;
    padding-top: 24px;
    gap: 10px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul li,
.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul li[class^="color"] {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    line-height: 1;
    background: var(--refresh-color-surface-soft);
    border: 1px solid var(--refresh-color-border);
    border-radius: 22px;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul li a,
.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul li[class^="color"] a {
    color: var(--refresh-color-ink) !important;
    font-family: var(--refresh-font-ui);
    font-size: 15px;
    font-weight: 700;
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul li:hover {
    background: var(--refresh-color-accent) !important;
    border-color: var(--refresh-color-accent);
}

.chireads-refresh.refresh-device-desktop.refresh-page-home .tags .tags-list ul li:hover a {
    color: #fff !important;
}

/* Night mode follows the shared toggle without changing the discovery hierarchy. */
.chireads-refresh.refresh-device-desktop.refresh-dark:is(
    .refresh-page-home,
    .refresh-page-listing,
    .refresh-page-tag,
    .refresh-page-search
),
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-discovery.conteiner,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-discovery .conteiner {
    color: var(--refresh-color-night-ink);
    background: var(--refresh-color-night-canvas);
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-discovery-section,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .refresh-home-content > .wid {
    background: var(--refresh-color-night-surface);
    border-color: #36404a;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-discovery .title,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .refresh-home-content :is(.recommended, .dernieres, .news, .tags),
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .product-banner {
    border-color: #36404a;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-discovery .title > :is(b, h1, h2),
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-card-title,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-empty-state strong,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-empty-home h2,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .recommended-list-txt a,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .news-list-tit h5 a,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .tags-list li a {
    color: var(--refresh-color-night-ink) !important;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-listing-intro,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-search-label,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-card-summary.news-list-txt,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-empty-state,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-empty-home p,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .news-list-inform .news-list-txt {
    color: var(--refresh-color-night-muted) !important;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-card,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-empty-state,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-empty-home,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .news .news-list ul li,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .tags .tags-list ul li,
.chireads-refresh.refresh-device-desktop.refresh-dark.refresh-page-home .dernieres .dernieres-tabel table tr td {
    background: #252c33;
    border-color: #3b4650;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-card-read {
    color: #ffad99 !important;
    border-color: currentColor;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-card-read:hover,
.chireads-refresh.refresh-device-desktop.refresh-dark .refresh-card-read:focus-visible {
    color: #1d2329 !important;
    background: #ffad99;
    border-color: #ffad99;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .page-navigator .page-numbers {
    color: var(--refresh-color-night-ink) !important;
    background: var(--refresh-color-night-surface);
    border-color: #3b4650;
}

.chireads-refresh.refresh-device-desktop.refresh-dark .page-navigator .page-numbers.current {
    color: #1d2329 !important;
    background: #ffad99;
    border-color: #ffad99;
}

@media (max-width: 1080px) {
    .chireads-refresh.refresh-device-desktop .refresh-discovery-section {
        padding: 36px 36px 42px;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .refresh-home-content :is(.recommended, .dernieres, .news, .tags) {
        padding-right: 36px;
        padding-left: 36px;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .product-banner {
        padding-right: 36px;
        padding-left: 36px;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table tr {
        grid-template-columns: minmax(160px, 1fr) minmax(240px, 1.35fr) minmax(100px, 0.55fr) 150px;
    }
}

@media (max-width: 1003px) {
    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(n) {
        display: none;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(-n+5) {
        display: block;
    }
}

@media (max-width: 900px) {
    .chireads-refresh.refresh-device-desktop .refresh-card-list .refresh-card-grid,
    .chireads-refresh.refresh-device-desktop.refresh-page-home .news .news-list ul {
        grid-template-columns: 1fr;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .dernieres .dernieres-tabel table {
        min-width: 780px;
    }
}

@media (max-width: 851px) {
    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(n) {
        display: none;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(-n+4) {
        display: block;
    }
}

@media (max-width: 699px) {
    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(n) {
        display: none;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(-n+3) {
        display: block;
    }
}

@media (max-width: 547px) {
    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(n) {
        display: none;
    }

    .chireads-refresh.refresh-device-desktop.refresh-page-home .recommended .recommended-list ul li:nth-child(-n+2) {
        display: block;
    }
}
