* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
}

body {
    margin: 0;
    background: #ffffff;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header,
.site-main,
.site-footer {
    width: 96vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

/* Header / Logo */

.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    overflow: visible;
}

.site-logo-link {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.site-logo {
    display: block;
    width: min(950px, 92%);
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.site-header h1,
.site-header .site-title {
    margin: 0;
    font-size: clamp(42px, 7vw, 72px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

/* General */

.site-main {
    padding: 28px 0 50px;
}

.meta {
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px;
}

.summary {
    color: #222222;
    font-size: 18px;
    margin: 10px 0 0;
}

.empty {
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
}

/* Public shell / sidebars */

.homepage-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
}

.public-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
}

.homepage-centre,
.public-centre,
.homepage-sidebar {
    min-width: 0;
}

.sidebar-box {
    border-top: 3px solid #111111;
    padding-top: 12px;
    margin-bottom: 30px;
}

.sidebar-box h2 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.sidebar-item {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 14px;
    margin: 0 0 14px;
}

.sidebar-item h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.015em;
}

.public-search-form {
    display: grid;
    gap: 8px;
    width: 100%;
}

.public-search-form input,
.public-search-form button {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.public-search-form input {
    padding: 10px;
    border: 1px solid #cccccc;
    font: inherit;
}

.public-search-form button {
    padding: 10px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

.public-search-form button:hover {
    background: #333333;
}

.paid-box {
    position: relative;
}

.paid-label {
    display: inline-block;
    margin: -6px 0 12px;
    padding: 3px 7px;
    border: 1px solid #111111;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sidebar-empty {
    color: #666666;
    font-size: 14px;
    margin: 0;
}

/* Homepage */

.homepage-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    margin-bottom: 42px;
}

.lead-article {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}

.lead-article h1 {
    font-size: clamp(42px, 4.8vw, 74px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    margin: 0;
}

.lead-article .summary {
    max-width: 100%;
    font-size: 20px;
}

.secondary-grid {
    display: grid;
    gap: 20px;
}

.secondary-article {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 18px;
}

.secondary-article h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.homepage-section {
    margin-top: 42px;
}

.homepage-section > h2 {
    border-top: 3px solid #111111;
    padding-top: 12px;
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.section-grid {
    display: grid;
    gap: 20px;
}

.article-card {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.article-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

/* Article page */

.public-article {
    width: 100%;
    max-width: 900px;
}

.article-header {
    margin-bottom: 32px;
}

.article-meta {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.45;
    color: #222222;
}

.article-meta span {
    display: inline-block;
    margin-right: 5px;
}

.article-header h1 {
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    margin: 0 0 20px;
}

.article-bureau-line {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 16px;
}

.article-details {
    display: block;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 26px;
}

.article-details span {
    display: inline-block;
    margin-right: 4px;
}

.article-byline {
    margin-right: 3px;
}

.article-summary {
    display: block;
    font-size: 18px;
    line-height: 1.55;
    margin: 24px 0 34px;
    max-width: 860px;
}

.article-body {
    width: 100%;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.72;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.article-body::after {
    content: "";
    display: block;
    clear: both;
}

.article-body p {
    margin: 0 0 1.25em;
}

.article-body img {
    display: block;
    height: auto;
    max-width: 100%;
}

.article-body figure.article-image {
    max-width: 100%;
    margin: 24px 0;
}

.article-body figure.article-image img {
    display: block;
    height: auto;
    max-width: 100%;
}

.article-body figure.article-image figcaption {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    line-height: 1.35;
    margin-top: 8px;
    text-align: center;
}

.article-body figure.article-image-left {
    float: left;
    clear: none;
    margin: 6px 24px 16px 0;
    max-width: min(45%, 420px);
}

.article-body figure.article-image-right {
    float: right;
    clear: none;
    margin: 6px 0 16px 24px;
    max-width: min(45%, 420px);
}

.article-body figure.article-image-centre,
.article-body figure.article-image-center {
    clear: both;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.article-body figure.article-image-full {
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
}

.article-body figure.article-image-small {
    width: 240px;
    max-width: 100%;
}

.article-body figure.article-image-medium {
    width: 420px;
    max-width: 100%;
}

.article-body figure.article-image-large {
    width: 680px;
    max-width: 100%;
}

.article-body .article-img-small,
.article-body figure.article-image-small img {
    width: 240px;
    max-width: 100%;
}

.article-body .article-img-medium,
.article-body figure.article-image-medium img {
    width: 420px;
    max-width: 100%;
}

.article-body .article-img-large,
.article-body figure.article-image-large img {
    width: 680px;
    max-width: 100%;
}

.article-body .article-img-full,
.article-body figure.article-image-full img {
    width: 100%;
    max-width: 100%;
}

.article-body figure.article-image-centre img,
.article-body figure.article-image-center img {
    margin-left: auto;
    margin-right: auto;
}

.article-body figure.article-image-left img,
.article-body figure.article-image-right img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.article-body .article-video {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 30px 0 36px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    clear: both;
    background: #000000;
}

.article-body .article-video iframe,
.article-body iframe[src*="youtube.com"],
.article-body iframe[src*="youtu.be"],
.article-body iframe[src*="vimeo.com"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article-body > iframe[src*="youtube.com"],
.article-body > iframe[src*="youtu.be"],
.article-body > iframe[src*="vimeo.com"] {
    position: relative;
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 30px 0 36px;
}

.article-footer {
    clear: both;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    color: #555555;
    font-size: 15px;
}

.article-comments-placeholder {
    max-width: 900px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.article-back-link {
    max-width: 900px;
    margin-top: 28px;
}

.article-shell .public-article,
.article-shell .article-body,
.article-shell .article-comments-placeholder,
.article-shell .article-back-link {
    max-width: 900px;
}

/* Listing pages */

.listing-page h1 {
    margin: 0 0 28px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.listing-page .article-card h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

/* Search page */

.search-page {
    max-width: 1100px;
}

.search-results-wrap {
    max-width: 900px;
}

.search-page h1 {
    margin: 0 0 22px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.search-page-form {
    max-width: 520px;
    margin-bottom: 28px;
}

.search-results-count {
    margin: 0 0 26px;
    color: #444444;
}

.search-result-card h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

/* Footer */

.site-footer {
    border-top: 1px solid #dddddd;
    margin-top: 4rem;
    padding: 3rem 1rem;
    color: #666666;
    font-size: 14px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-inner p {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.footer-inner sup {
    font-size: 0.65em;
    position: relative;
    top: -0.2em;
    margin-left: 1px;
}

/* Desktop */

@media (min-width: 760px) {
    .section-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1040px) {
    .section-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1181px) {
    .homepage-sidebar-left,
    .homepage-sidebar-right {
        position: sticky;
        top: 20px;
        align-self: start;
        max-height: none;
        overflow: visible;
        padding-bottom: 20px;
    }
}

/* Tablet */

@media (max-width: 1180px) {
    .homepage-shell,
    .public-shell {
        grid-template-columns: 1fr;
    }

    .homepage-lead {
        grid-template-columns: 1fr;
    }

    .homepage-sidebar-left {
        order: 1;
    }

    .homepage-sidebar-right {
        order: 2;
    }

    .homepage-centre,
    .public-centre {
        order: 3;
    }

    .homepage-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
    }
}

/* Mobile */

@media (max-width: 760px) {
    .site-header,
    .site-main,
    .site-footer {
        width: calc(100% - 28px);
        max-width: 100%;
    }

    .site-header {
        padding: 12px 0 14px;
        overflow: hidden;
    }

    .site-logo-link {
        overflow: hidden;
    }

    .site-logo {
        width: 116%;
        max-width: none;
        margin-left: 50%;
        margin-right: 0;
        transform: translateX(-48%);
    }

    .site-main {
        padding: 24px 0 42px;
    }

    .homepage-shell,
    .public-shell {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-left: 0;
        padding-right: 0;
    }

    .homepage-lead {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .homepage-sidebar-left {
        order: 1;
    }

    .homepage-sidebar-right {
        order: 2;
    }

    .homepage-centre,
    .public-centre {
        order: 3;
    }

    .homepage-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .public-search-form,
    .public-search-form input,
    .public-search-form button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .article-header h1 {
        font-size: 34px;
    }

    .article-body {
        font-size: 17px;
    }

    .article-body figure.article-image-left,
    .article-body figure.article-image-right {
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin: 22px 0;
        text-align: center;
    }

    .article-body figure.article-image-left img,
    .article-body figure.article-image-right img {
        margin-left: auto;
        margin-right: auto;
    }

    .article-body figure.article-image-small,
    .article-body figure.article-image-medium,
    .article-body figure.article-image-large,
    .article-body figure.article-image-full,
    .article-body .article-img-small,
    .article-body .article-img-medium,
    .article-body .article-img-large,
    .article-body .article-img-full {
        width: 100%;
        max-width: 100%;
    }

    .article-body .article-video {
        max-width: 100%;
        margin: 24px 0 30px;
    }

    .site-footer {
        padding: 2.25rem 0 3rem;
    }
}
.classified-form input[type="text"],
.classified-form input[type="email"],
.classified-form select {
    width: 100%;
    max-width: 640px;
    height: 40px;
    padding: 8px 10px;
    font: inherit;
}
.classified-char-count {
    display: block;
    width: 100%;
    margin-top: 3px;
    text-align: right;
    font-size: 12px;
    color: #c00000;
    line-height: 1.2;
}
.media-contact {
    margin: 20px 0;
    line-height: 1.45;
}

.media-contact h3 {
    margin: 0 0 10px 0;
}

.media-contact p {
    margin: 0 0 4px 0;
}

.media-contact strong {
    display: block;
    margin-bottom: 10px;
}
.classifieds-page h1 {
    margin: 0 0 22px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.classifieds-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px 120px;
    gap: 10px;
    margin-bottom: 28px;
}

.classifieds-search-form input,
.classifieds-search-form select,
.classifieds-search-form button {
    width: 100%;
    height: 42px;
    padding: 8px 10px;
    font: inherit;
}

.classifieds-search-form button {
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
}

.classifieds-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.classified-card {
    border: 1px solid #888888;
    padding: 18px;
    background: #ffffff;
}

.classified-card-featured {
    border: 2px solid #005bbb;
    background: #f3f8ff;
}

.classified-featured-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 7px;
    border: 1px solid #005bbb;
    color: #005bbb;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.classified-category {
    margin-bottom: 8px;
    color: #666666;
    font-size: 14px;
}

.classified-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.classified-card p {
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classified-action {
    margin-top: 14px;
    font-weight: 700;
}

@media (max-width: 760px) {
    .classifieds-search-form {
        grid-template-columns: 1fr;
    }

    .classifieds-grid {
        grid-template-columns: 1fr;
    }
}
.classified-card-mourning {
    border: 6px solid #000000;
    box-sizing: border-box;
    background: #ffffff;
}
@media (max-width: 760px) {
    .classifieds-page {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .classified-card {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .classified-card p {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        overflow-wrap: break-word;
    }

    .classified-action {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }

    .classified-action a {
        display: block;
    }

    .classifieds-search-form input,
    .classifieds-search-form select,
    .classifieds-search-form button {
        width: 100%;
        max-width: 100%;
    }
}

/* Mobile content ordering */

@media (max-width: 760px) {

    .article-shell .public-centre {
        order: 1;
    }

    .article-shell .homepage-sidebar-left {
        order: 2;
    }

    .article-shell .homepage-sidebar-right {
        order: 3;
    }

    /* OfficialWire / WireNews */

    .homepage-shell.brand-homepage {
        display: flex;
        flex-direction: column;
    }

    .homepage-shell.brand-homepage .homepage-centre,
    .homepage-shell.classifieds-page .homepage-centre,
    .homepage-shell.classifieds-page .public-centre,
    .public-shell.classifieds-page .homepage-centre,
    .public-shell.classifieds-page .public-centre,
    .public-shell.classifieds-shell .homepage-centre,
    .public-shell.classifieds-shell .public-centre {
        order: 1;
    }

    .homepage-shell.brand-homepage .homepage-sidebar-left,
    .homepage-shell.classifieds-page .homepage-sidebar-left,
    .public-shell.classifieds-page .homepage-sidebar-left,
    .public-shell.classifieds-shell .homepage-sidebar-left {
        order: 2;
    }

    .homepage-shell.brand-homepage .homepage-sidebar-right,
    .homepage-shell.classifieds-page .homepage-sidebar-right,
    .public-shell.classifieds-page .homepage-sidebar-right,
    .public-shell.classifieds-shell .homepage-sidebar-right {
        order: 3;
    }
}

/* Public Header v2 */

.public-header-v2 {
    position: relative;
    padding-top: 12px;
}

.public-header-bh {
    width: 100%;
    text-align: right;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #005bbb;
    margin-bottom: 8px;
}

.public-header-utility {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.35;
    color: #333333;
}

.public-header-date-block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    text-align: right;
}

.public-header-hebrew-date,
.public-header-gregorian-date {
    display: inline-block;
}

.public-header-hebrew-date {
    font-weight: 700;
    color: #005bbb;
}

.public-header-account-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    white-space: nowrap;
    text-align: left;
}

.public-main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    margin: 14px auto 0;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.public-main-nav a {
    display: inline-block;
    padding: 3px 0;
}

.public-nav-toggle {
    display: none;
    margin: 12px auto 0;
    padding: 8px 14px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

@media (max-width: 760px) {
    .public-header-v2 {
        padding-top: 8px;
    }

    .public-header-bh {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .public-header-utility {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: start;
        margin-bottom: 10px;
        font-size: 13px;
        text-align: right;
    }

    .public-header-date-block {
        justify-content: flex-end;
        gap: 4px 10px;
        margin-bottom: 0;
        text-align: right;
        order: 1;
    }

    .public-header-account-links {
        justify-content: flex-end;
        gap: 12px;
        white-space: normal;
        text-align: right;
        order: 2;
    }

    .public-nav-toggle {
        display: block;
    }

    .public-main-nav {
        display: none;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        margin-top: 10px;
        padding-top: 0;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .public-main-nav.public-main-nav-open {
        display: flex;
    }

    .public-main-nav a {
        display: block;
        padding: 11px 8px;
        border-top: 1px solid #eeeeee;
        text-align: center;
    }
}


/* Public header login panel */

.public-login-toggle {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.public-login-toggle:hover {
    text-decoration: underline;
}

.public-login-panel {
    width: min(420px, 100%);
    margin: 8px 0 14px auto;
    padding: 14px;
    border: 1px solid #dddddd;
    background: #f8f8f8;
    text-align: left;
}

.public-login-panel[hidden] {
    display: none;
}

.public-login-panel form {
    display: grid;
    gap: 10px;
}

.public-login-panel label {
    display: grid;
    gap: 4px;
    font-size: 14px;
    line-height: 1.25;
}

.public-login-panel input {
    width: 100%;
    height: 38px;
    padding: 8px 10px;
    border: 1px solid #cccccc;
    font: inherit;
}

.public-login-panel button[type="submit"] {
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

.public-login-panel button[type="submit"]:hover {
    background: #333333;
}

.public-login-error {
    margin: 0 0 10px;
    color: #c00000;
    font-weight: 700;
}

@media (max-width: 760px) {
    .public-login-panel {
        margin: 8px 0 14px auto;
        text-align: left;
    }
}


/* Tablet / iPad ordering and Classifieds centring */

@media (min-width: 761px) and (max-width: 1180px) {

    .article-shell,
    .homepage-shell.brand-homepage,
    .homepage-shell.classifieds-page,
    .public-shell.classifieds-page,
    .public-shell.classifieds-shell {
        display: flex;
        flex-direction: column;
    }

    .article-shell .public-centre {
        order: 1;
    }

    .article-shell .homepage-sidebar-left {
        order: 2;
    }

    .article-shell .homepage-sidebar-right {
        order: 3;
    }

    .homepage-shell.brand-homepage .homepage-centre,
    .homepage-shell.brand-homepage .public-centre {
        order: 1;
    }

    .homepage-shell.brand-homepage .homepage-sidebar-left {
        order: 2;
    }

    .homepage-shell.brand-homepage .homepage-sidebar-right {
        order: 3;
    }

    .brand-mobile-search {
        display: block !important;
        margin: 0 0 26px;
    }

    .brand-sidebar-search {
        display: none !important;
    }

    .homepage-shell.classifieds-page,
    .public-shell.classifieds-page,
    .public-shell.classifieds-shell {
        width: min(100%, 980px);
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-shell.classifieds-page .homepage-centre,
    .homepage-shell.classifieds-page .public-centre,
    .public-shell.classifieds-page .homepage-centre,
    .public-shell.classifieds-page .public-centre,
    .public-shell.classifieds-shell .homepage-centre,
    .public-shell.classifieds-shell .public-centre {
        order: 1 !important;
    }

    .homepage-shell.classifieds-page .homepage-sidebar-left,
    .public-shell.classifieds-page .homepage-sidebar-left,
    .public-shell.classifieds-shell .homepage-sidebar-left {
        order: 2 !important;
    }

    .homepage-shell.classifieds-page .homepage-sidebar-right,
    .public-shell.classifieds-page .homepage-sidebar-right,
    .public-shell.classifieds-shell .homepage-sidebar-right {
        order: 3 !important;
    }
}
.footer-pages-nav {
    max-width: 1200px;
    margin: 40px auto 20px;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer-pages-nav h3 {
    margin: 0 0 15px;
    font-size: 1.1rem;
}

.footer-pages-links {
    line-height: 2;
}

.footer-pages-links a {
    color: #000;
    text-decoration: none;
}

.footer-pages-links a:hover {
    text-decoration: underline;
}

.footer-separator {
    margin: 0 8px;
    color: #999;
}

@media (max-width: 760px) {

    .footer-pages-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 6px;
        line-height: 1.8;
    }

    .footer-pages-links a {
        display: inline;
        margin: 0;
    }

    .footer-separator {
        display: inline;
        margin: 0 4px;
        color: #999;
    }
}
