.ww-news {
    min-height: 100vh;
    color: #111;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.ww-news a {
    color: inherit;
    text-decoration: none;
}

.ww-news a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.ww-news-story {
    cursor: pointer;
}

.ww-news-story:focus-visible {
    outline: 3px solid #b00020;
    outline-offset: 4px;
}

.ww-news-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.ww-news-masthead {
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.ww-news-masthead-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 112px;
}

.ww-news-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5.2vw, 4.6rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.ww-news-date,
.ww-news-edition {
    color: #555;
    font-size: 0.82rem;
    font-weight: 800;
}

.ww-news-edition {
    text-align: right;
}

.ww-news-alert {
    border-bottom: 1px solid #d9d9d9;
    background: #f7f7f7;
}

.ww-news-alert .ww-news-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 42px;
    overflow: hidden;
    white-space: nowrap;
}

.ww-news-alert strong {
    color: #b00020;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ww-news-alert span {
    min-width: 0;
    overflow: hidden;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
    text-overflow: ellipsis;
}

.ww-news-sections {
    position: sticky;
    top: 0;
    z-index: 3;
    border-bottom: 2px solid #111;
    background: #fff;
}

.ww-news-sections .ww-news-inner {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
    min-height: 42px;
    overflow-x: auto;
}

.ww-news-sections a {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: #111;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ww-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 1.25rem;
    padding: 1.25rem 0 4rem;
}

.ww-news-main {
    min-width: 0;
}

.ww-news-gallery {
    min-width: 0;
    padding: 0 1.25rem;
    border-left: 1px solid #d9d9d9;
}

.ww-news-gallery-stage {
    position: relative;
    min-height: 540px;
    margin-top: 0.9rem;
    overflow: hidden;
    background: #f3f3f3;
}

.ww-news-gallery-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: minmax(260px, 1fr) auto;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.ww-news-gallery-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.ww-news-gallery-media {
    overflow: hidden;
    background: #eee;
}

.ww-news-gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 220ms ease;
}

.ww-news-gallery-slide.is-active .ww-news-gallery-media img,
.ww-news-gallery-slide:hover .ww-news-gallery-media img {
    transform: scale(1.035);
}

.ww-news-gallery-caption {
    padding: 0.8rem 0 0;
    background: #fff;
}

.ww-news-gallery-caption h3 {
    margin: 0.32rem 0 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ww-news-gallery-strip {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.8rem;
}

.ww-news-gallery-thumb {
    height: 44px;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    background: #eee;
    cursor: pointer;
}

.ww-news-gallery-thumb.is-active,
.ww-news-gallery-thumb:hover,
.ww-news-gallery-thumb:focus-visible {
    border-color: #b00020;
}

.ww-news-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ww-news-gallery-empty {
    margin-top: 0.9rem;
    padding: 2rem;
    background: #f3f3f3;
    color: #555;
    font-weight: 800;
}

.ww-news-top-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.ww-news-feature-area {
    min-width: 0;
    display: grid;
    gap: 1.25rem;
}

.ww-news-briefs,
.ww-news-latest,
.ww-news-side-panel,
.ww-news-more {
    min-width: 0;
}

.ww-news-briefs h2,
.ww-news-latest h2,
.ww-news-side-panel h2,
.ww-news-section-head h2 {
    margin: 0;
    padding-bottom: 0.55rem;
    border-bottom: 4px solid #111;
    color: #111;
    font-size: 0.84rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ww-news-brief,
.ww-news-latest-item,
.ww-news-group {
    border-bottom: 1px solid #d9d9d9;
}

.ww-news-brief {
    padding: 0.85rem 0;
}

.ww-news-brief h3,
.ww-news-latest-item h3,
.ww-news-row h3 {
    margin: 0.32rem 0 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.2;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ww-news-brief p,
.ww-news-row p,
.ww-news-lead p,
.ww-news-empty p {
    margin: 0.45rem 0 0;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.ww-news-meta {
    color: #b00020;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ww-news-lead {
    min-width: 0;
    padding: 0 1.25rem;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    overflow: hidden;
}

.ww-news-lead-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
    color: #b00020;
    font-size: 5rem;
    font-weight: 950;
}

.ww-news-lead-media img,
.ww-news-row-media img,
.ww-news-group-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ww-news-lead-body {
    padding-top: 0.9rem;
}

.ww-news-lead h1 {
    margin: 0.45rem 0 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.02;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ww-news-latest {
    padding: 1rem 1.25rem 0;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.ww-news-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1rem;
}

.ww-news-latest-item {
    padding: 0.75rem 0;
}

.ww-news-latest-item time {
    color: #777;
    font-size: 0.72rem;
    font-weight: 850;
}

.ww-news-latest-item h3 {
    font-size: 0.98rem;
}

.ww-news-more {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
}

.ww-news-events {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
}

.ww-news-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin-top: 1rem;
}

.ww-news-event-card {
    min-width: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
}

.ww-news-event-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
    color: #b00020;
    font-size: 2.4rem;
    font-weight: 950;
}

.ww-news-event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ww-news-event-body {
    padding-top: 0.75rem;
}

.ww-news-event-body h3 {
    margin: 0.35rem 0 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.14;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ww-news-event-body p {
    margin: 0.5rem 0 0;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
}

.ww-news-event-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 0.75rem;
    padding: 0 0.78rem;
    border: 1px solid #111;
    background: #111;
    color: #fff !important;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ww-news-classifieds {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
}

.ww-news-classifieds-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.ww-news-classified {
    min-width: 0;
    padding: 0.85rem;
    border: 1px solid #111;
    background: #fafafa;
}

.ww-news-classified-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
}

.ww-news-classified-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: #eee;
    color: #b00020;
    font-weight: 950;
}

.ww-news-classified-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ww-news-classified h3 {
    margin: 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.ww-news-classified-price {
    margin-top: 0.18rem;
    color: #b00020;
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.ww-news-classified-tagline,
.ww-news-classified-bio {
    margin: 0.6rem 0 0;
    color: #444;
    font-size: 0.84rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.ww-news-classified-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.65rem;
}

.ww-news-classified-tags span {
    border: 1px solid #ccc;
    padding: 0.16rem 0.38rem;
    color: #333;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ww-news-classified-link,
.ww-news-classifieds-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 0.75rem;
    padding: 0 0.78rem;
    background: #111;
    color: #fff !important;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ww-news-classifieds-more {
    margin-top: 1rem;
}

.ww-news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin-top: 1rem;
}

.ww-news-row {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 0.85rem;
    min-width: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d9d9d9;
}

.ww-news-row-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
    color: #b00020;
    font-size: 2rem;
    font-weight: 950;
}

.ww-news-side {
    align-self: start;
    position: sticky;
    top: 56px;
    min-width: 0;
}

.ww-news-add-group {
    margin: 0 0 1rem 1.25rem;
    padding: 0.95rem;
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
}

.ww-news-add-group h2 {
    margin: 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    line-height: 1.08;
}

.ww-news-add-group p {
    margin: 0.45rem 0 0;
    color: #555;
    font-size: 0.86rem;
    line-height: 1.42;
}

.ww-news-add-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 0.75rem;
    padding: 0 0.8rem;
    background: #111;
    color: #fff !important;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ww-news-side-panel {
    padding-left: 1.25rem;
    border-left: 1px solid #d9d9d9;
}

.ww-news-group-list {
    display: grid;
}

.ww-news-group {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    padding: 0.75rem 0;
}

.ww-news-group-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: #eee;
    color: #b00020;
    font-weight: 950;
}

.ww-news-group strong,
.ww-news-group em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ww-news-group strong {
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
}

.ww-news-group em {
    margin-top: 0.14rem;
    color: #666;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 800;
}

.ww-news-side-link,
.ww-news-pagination a,
.ww-news-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    width: max-content;
    max-width: 100%;
    margin-top: 1rem;
    padding: 0 0.9rem;
    border: 1px solid #111;
    background: #111;
    color: #fff !important;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ww-news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
}

.ww-news-pagination span {
    color: #555;
    font-weight: 850;
}

.ww-news-pagination a {
    margin-top: 0;
}

.ww-news-empty {
    grid-column: 1 / -1;
    padding: 2rem;
    border: 1px solid #d9d9d9;
    background: #fafafa;
}

.ww-news-empty h2 {
    margin: 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
}

.ww-news-modal-lock {
    overflow: hidden;
}

.ww-news-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.ww-news-modal.is-open {
    display: flex;
}

.ww-news-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
}

.ww-news-modal-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    width: min(1040px, 100%);
    max-height: min(88vh, 820px);
    overflow: auto;
    background: #fff;
    color: #111;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.ww-news-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    background: #111;
    color: #fff !important;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.ww-news-modal-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    background: #eee;
}

.ww-news-modal-image[hidden] {
    display: none;
}

.ww-news-modal-image[hidden] + .ww-news-modal-body {
    grid-column: 1 / -1;
}

.ww-news-modal-body {
    padding: 2.2rem;
}

.ww-news-modal-meta {
    color: #b00020;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ww-news-modal-body h2 {
    margin: 0.55rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ww-news-modal-body p {
    margin: 1.1rem 0 0;
    color: #222;
    font-size: 1.04rem;
    line-height: 1.65;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.ww-news-modal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 1.4rem;
    padding: 0 1rem;
    background: #111;
    color: #fff !important;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .ww-news-layout,
    .ww-news-top-grid {
        grid-template-columns: 1fr;
    }

    .ww-news-lead {
        padding: 0;
        border-right: 0;
        border-left: 0;
    }

    .ww-news-gallery {
        padding: 0;
        border-right: 0;
        border-left: 0;
    }

    .ww-news-gallery-stage {
        min-height: 430px;
    }

    .ww-news-side {
        position: static;
    }

    .ww-news-side-panel {
        padding-left: 0;
        border-left: 0;
    }

    .ww-news-add-group {
        margin-left: 0;
    }

    .ww-news-briefs,
    .ww-news-latest-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 1rem;
    }

    .ww-news-briefs h2,
    .ww-news-latest h2 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .ww-news-inner {
        width: min(100% - 24px, 1240px);
    }

    .ww-news-masthead-inner {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        min-height: 118px;
        padding: 1rem 0;
        text-align: center;
    }

    .ww-news-edition {
        text-align: center;
    }

    .ww-news-brand {
        white-space: normal;
    }

    .ww-news-alert .ww-news-inner {
        justify-content: flex-start;
    }

    .ww-news-sections .ww-news-inner {
        justify-content: flex-start;
        gap: 1rem;
    }

    .ww-news-list,
    .ww-news-events-grid,
    .ww-news-classifieds-grid,
    .ww-news-row,
    .ww-news-briefs,
    .ww-news-latest-grid {
        grid-template-columns: 1fr;
    }

    .ww-news-gallery-stage {
        min-height: 360px;
    }

    .ww-news-gallery-caption h3 {
        font-size: 1.9rem;
    }

    .ww-news-gallery-strip {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .ww-news-row-media {
        width: 100%;
    }

    .ww-news-lead h1 {
        font-size: 2.2rem;
    }

    .ww-news-modal {
        padding: 12px;
    }

    .ww-news-modal-panel {
        grid-template-columns: 1fr;
        max-height: 92vh;
    }

    .ww-news-modal-image {
        min-height: 220px;
        max-height: 320px;
    }

    .ww-news-modal-body {
        padding: 1.4rem;
    }
}
