.rotherham-list {
    font-family: 'Source Sans 3', Arial, sans-serif;
    color: #ffffff;
}

/* Custom paragraph style to match reference screenshot */
p,
.rotherham-copy,
.story-desc {
    font-family: 'Source Sans 3', Arial, sans-serif;
    color: #7c6a58;
}

/* ===== CSS VARIABLES ===== */
:root {
    --cream: #f5ecdf;
    --orange: #e16437;
    --orange-dk: #c95316;
    --forest: #1f2d16;
    --sand: #f9eee8;
    --text: #30313f;
    --muted: #55555f;
    --warm-mid: #efa98b;
    --radius: 14px;
    --radius-lg: 22px;
}

body,
html {
    overflow-x: hidden;
}

.rotherham-page {
    background: var(--cream);
    color: var(--text);
    font-family: Bolota-Regular, Georgia, serif;
    -webkit-font-smoothing: antialiased;
}

.rotherham-page a {
    text-decoration: none;
}

.rotherham-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* ===== TYPOGRAPHY ===== */
.rotherham-eyebrow {
    color: var(--orange);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.6;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.rotherham-rule {
    background: var(--orange);
    display: inline-block;
    height: 2px;
    width: 27px;
    flex-shrink: 0;
}

.rotherham-title {
    color: #fff;
    font-family: 'Playfair Display', 'Bolota-Regular', Georgia, serif;
    font-size: clamp(46px, 7.4vw, 96px);
    font-weight: 700;
    letter-spacing: -1px;
    line-height: .92;
    margin: 0;
}

.rotherham-title span {
    color: var(--orange);
    display: block;
}

.rotherham-copy {
    color: #5a5a5a;
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
}

/* ===== BUTTONS ===== */
.rotherham-btn {
    align-items: center;
    border: 0;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 1;
    min-height: 48px;
    padding: 0 28px;
    text-transform: uppercase;
    transition: all .25s ease;
    white-space: nowrap;
    border-radius: var(--radius);
}

.rotherham-btn-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 14px 30px rgba(225, 100, 55, .28);
}

.rotherham-btn-primary:hover {
    background: var(--orange-dk);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(225, 100, 55, .38);
}

.rotherham-btn-ghost {
    border: 1.5px solid rgba(255, 255, 255, .35);
    color: #fff;
}

.rotherham-btn-ghost:hover {
    background: var(--cream);
    color: var(--forest);
    border-color: var(--cream);
}

.rotherham-btn-green {
    background: #1f3b24;
    color: #fff;
    box-shadow: 0 14px 30px rgba(31, 45, 22, .18);
}

.rotherham-btn-green:hover {
    background: var(--orange);
    color: #fff;
    transform: translateY(-2px);
}

.rotherham-text-link {
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .2s;
}

.rotherham-text-link:hover {
    color: var(--orange-dk);
    gap: 14px;
}

/* ===== HERO ===== */
.rotherham-hero {
    background-image:
        linear-gradient(90deg,
            rgba(31, 45, 22, .88) 0%,
            rgba(31, 45, 22, .65) 50%,
            rgba(31, 45, 22, .3) 100%),
        url("images/waverley-banner.jpg");
    background-position: center;
    background-size: cover;
    min-height: 580px;
    padding: 120px 0 96px;
    position: relative;
    overflow: hidden;
}

.rotherham-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--cream));
    pointer-events: none;
}

.rotherham-hero-content {
    max-width: 620px;
}

.rotherham-hero .rotherham-eyebrow {
    margin-bottom: 18px;
}

.rotherham-hero p {
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.85;
    margin: 28px 0 35px;
    max-width: 440px;
}

.rotherham-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ===== INTRO SECTION ===== */
.rotherham-intro {
    background: var(--cream);
    padding: 96px 0 70px;
}

.rotherham-intro-grid {
    display: grid;
    gap: 80px;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
}

.rotherham-intro-left {}

.rotherham-intro h2 {
    color: #171d14;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.06;
    margin: 0 0 28px;
}

/* Intro image mosaic */
.intro-image-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 180px;
    gap: 12px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.intro-image-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.intro-image-mosaic img:hover {
    transform: scale(1.04);
}

.intro-image-mosaic .img-tall {
    grid-row: 1 / 3;
}

.intro-image-mosaic .img-short {}

/* ===== OCCASION TABS ===== */
.occasion-tabs-wrap {
    background: var(--forest);
    padding: 36px 0;
    position: sticky;
    top: 0;
    z-index: 80;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .25);
}

.occasion-section {
    background: var(--cream);
}

.occasion-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.occasion-tab {
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, .32);
    border-radius: 8px;
    color: rgba(255, 255, 255, .78);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 2px;
    min-height: 40px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: .22s ease;
}

.occasion-tab i {
    color: var(--orange);
    font-size: 13px;
}

.occasion-tab:hover,
.occasion-tab.active {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.occasion-tab:hover i,
.occasion-tab.active i {
    color: #fff;
}

/* ===== OCCASION BLOCKS ===== */
.occasion-block {
    border-top: 1px solid rgba(31, 45, 22, .08);
    padding: 40px 0;
    scroll-margin-top: 90px;
}

.occasion-block:nth-of-type(even) {
    background: var(--sand);
}

.occasion-grid {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.occasion-grid.reverse {
    direction: rtl;
}

.occasion-grid.reverse>* {
    direction: ltr;
}

.occasion-label {
    color: #c26d47;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block
}

.occasion-heading,
.occasion-heading-alt {
    color: #171d14;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 14px;
}

.occasion-note {
    color: var(--orange-dk);
    display: block;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 28px;
}

/* Occasion image with frame */
.occasion-img-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(31, 45, 22, .18);
}

.occasion-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(31, 45, 22, .35) 100%);
    z-index: 1;
    pointer-events: none;
}

.occasion-img-wrap img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.occasion-img-wrap:hover img {
    transform: scale(1.04);
}

.occasion-img-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: var(--orange);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 8px;
}

/* ===== BIRTHDAY CTA ===== */
.birthday-cta {
    background: var(--forest);
    padding: 55px 0;
}

.birthday-cta-inner {
    align-items: center;
    background: rgba(245, 236, 223, .06);
    border: 1px solid rgba(245, 236, 223, .16);
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .15);
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr auto;
    padding: 38px 42px;
}

.birthday-cta h2 {
    color: #fff;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.1;
    margin: 0 0 10px;
}

.birthday-cta p {
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 620px;
}

.birthday-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.birthday-cta .rotherham-btn-ghost {
    border-color: rgba(255, 255, 255, .32);
}

/* ===== PANELS (split layout) ===== */
.rotherham-panel {
    padding: 112px 0;
}

.rotherham-split {
    display: grid;
    gap: 96px;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
}

.rotherham-section-title {
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.04;
    margin: 0 0 14px;
}

.rotherham-panel-note {
    display: block;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 12px;
}

/* Special panel */
.special-panel {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 90px;
}

.special-panel-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.2);
}

.special-panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(224, 184, 122, .97) 0%, rgba(200, 135, 58, .9) 60%, rgba(169, 109, 38, .88) 100%);
}

.special-panel-inner {
    position: relative;
    z-index: 2;
    padding: 120px 0;
}

.special-panel .rotherham-eyebrow {
    color: var(--forest);
}

.special-panel .rotherham-panel-note {
    color: var(--forest);
    opacity: .75;
}

.special-panel .rotherham-section-title {
    color: #fff;
    max-width: 520px;
    text-shadow: 0 2px 18px rgba(93, 43, 25, .2);
}

.special-panel .rotherham-copy {
    color: #ffffff;
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
}

.special-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}

.special-actions .rotherham-btn-primary {
    background: var(--cream);
    color: var(--orange);
}

.special-actions .rotherham-btn-primary:hover {
    background: var(--forest);
    color: #fff;
}

.special-actions .rotherham-btn-ghost {
    border-color: rgba(31, 45, 22, .3);
    color: var(--forest);
}

.special-actions .rotherham-btn-ghost:hover {
    background: var(--forest);
    color: #fff;
}

/* Decorative image block in special panel */
.special-img-stack {
    position: relative;
    height: 460px;
}

.special-img-stack img {
    position: absolute;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.special-img-stack .simg-main {
    width: 72%;
    height: 100%;
    right: 0;
    top: 0;
}

.special-img-stack .simg-inset {
    width: 48%;
    height: 55%;
    left: 0;
    bottom: -28px;
    border: 5px solid var(--cream);
}

/* Weekend panel */
.weekend-panel {
    background: var(--cream);
    border-top: 1px solid rgba(31, 45, 22, .08);
    padding: 80px 0 80px;
    scroll-margin-top: 90px;
}

.weekend-panel .rotherham-section-title {
    color: #171d14;
}

.weekend-panel .rotherham-panel-note {
    color: var(--orange);
    margin-bottom: 36px;
}

.weekend-panel .rotherham-copy {
    color: #5a5a5a;
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
}

/* Weekend image strip */
.weekend-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.weekend-img-row img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.weekend-img-row img:hover {
    transform: scale(1.04);
}

.weekend-img-row .img-full {
    grid-column: 1 / -1;
    height: 220px;
}

/* Private panel */
.private-panel {
    background: var(--forest);
    color: #fff;
    padding: 118px 0;
    scroll-margin-top: 90px;
    position: relative;
    overflow: hidden;
}

.private-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("images/waverley-banner.jpg");
    background-size: cover;
    background-position: center;
    opacity: .07;
}

.private-panel>.rotherham-container {
    position: relative;
    z-index: 1;
}

.private-panel .rotherham-eyebrow,
.private-panel .rotherham-panel-note {
    color: var(--orange);
}

.private-panel .rotherham-section-title {
    color: #e8e3db;
    max-width: 560px;
}

.private-panel .rotherham-copy {
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.9;
}

.private-panel .rotherham-btn-primary {
    margin-top: 28px;
    min-width: 280px;
}

/* Private image */
.private-img-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
    position: relative;
}

.private-img-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.private-img-wrap::after {
    content: 'Private Dining';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(31, 45, 22, .85));
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 40px 24px 22px;
}

/* ===== TABLE HERO / BANNER ===== */
.table-hero {
    background-image:
        linear-gradient(rgba(31, 45, 22, .58), rgba(31, 45, 22, .58)),
        url("images/banner2.jpg");
    background-position: center;
    background-size: cover;
    min-height: 380px;
    padding: 90px 0;
    text-align: center;
}

.table-hero-content {
    background: rgba(31, 45, 22, .52);
    border: 1px solid rgba(245, 236, 223, .18);
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
    margin: 0 auto;
    max-width: 560px;
    padding: 48px 40px;
}

.table-hero h2 {
    color: #fff;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: .98;
    margin: 0 0 16px;
}

.table-hero h2 span {
    color: var(--orange);
    display: block;
}

.table-hero p {
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 28px;
}

.table-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ===== OCCASION ICONS STRIP ===== */
.occasions-strip {
    background: var(--sand);
    padding: 64px 0;
    text-align: center;
}

.occasions-strip h2 {
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(26px, 3vw, 38px);
    color: #171d14;
    margin: 0 0 8px;
}

.occasions-strip h2 span {
    color: var(--orange);
    display: block;
}

.occasions-strip p {
    color: var(--muted);
    font-size: 15px;
    margin: 0 auto 44px;
    max-width: 520px;
    line-height: 1.75;
}

.occasions-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 30px;
    margin-bottom: 40px;
}

.occasions-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 90px;
}

.occasions-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--cream);
    border: 2px solid rgba(225, 100, 55, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--orange);
    transition: .25s;
}

.occasions-icon-item:hover .occasions-icon-circle {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
    transform: translateY(-3px);
}

.occasions-icon-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
}

/* ===== QUOTE STRIP ===== */
.quote-strip {
    background: var(--sand);
    border-top: 1px solid rgba(31, 45, 22, .08);
    border-bottom: 1px solid rgba(31, 45, 22, .08);
    padding: 50px 0 44px;
    text-align: center;
}

.quote-strip blockquote {
    color: #26201b;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 620px;
    position: relative;
}

.quote-strip blockquote::before {
    content: '"';
    font-size: 80px;
    color: var(--orange);
    opacity: .25;
    position: absolute;
    top: -30px;
    left: -20px;
    font-family: Bolota-Regular, serif;
    line-height: 1;
}

.quote-strip span {
    color: var(--orange);
    display: block;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 3px;
    margin-top: 20px;
    text-transform: uppercase;
}

/* ===== FAQ ===== */
.faq-panel {
    background: var(--cream);
    padding: 88px 0 96px;
    scroll-margin-top: 90px;
}

.faq-grid {
    display: grid;
    gap: 80px;
    grid-template-columns: .72fr 1.28fr;
}

.faq-panel h2 {
    color: #171d14;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    margin: 0 0 16px;
}

.faq-panel .rotherham-copy {
    color: #5a5a5a;
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
}

.faq-list {
    background: rgba(249, 238, 232, .8);
    border: 1px solid rgba(31, 45, 22, .08);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(31, 45, 22, .07);
    overflow: hidden;
}

.faq-list details {
    border-bottom: 1px solid rgba(31, 45, 22, .08);
}

.faq-list details:last-child {
    border-bottom: 0;
}

.faq-list summary {
    color: var(--text);
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    list-style: none;
    padding: 22px 56px 22px 26px;
    position: relative;
    transition: color .2s;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary:hover {
    color: var(--orange);
}

.faq-list summary::after {
    color: var(--orange);
    content: "+";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details[open] summary {
    color: var(--orange);
}

.faq-list p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    padding: 0 56px 22px 26px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .rotherham-hero {
        min-height: 480px;
        padding: 96px 0 80px;
    }

    .rotherham-intro-grid,
    .occasion-grid,
    .birthday-cta-inner,
    .rotherham-split,
    .faq-grid {
        gap: 44px;
        grid-template-columns: 1fr;
    }

    .occasion-grid.reverse {
        direction: ltr;
    }

    .intro-image-mosaic {
        grid-template-rows: 220px 160px;
    }

    .special-img-stack {
        height: 340px;
    }

    .special-img-stack .simg-inset {
        width: 55%;
        height: 50%;
        bottom: -20px;
    }

    .rotherham-intro,
    .occasion-block,
    .rotherham-panel,
    .weekend-panel,
    .private-panel,
    .special-panel-inner,
    .faq-panel {
        padding: 72px 0;
    }

    .occasion-img-wrap img {
        height: 340px;
    }

    .private-img-wrap img {
        height: 360px;
    }

    .weekend-img-row {
        grid-template-columns: 1fr;
    }

    .weekend-img-row .img-full {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .rotherham-container {
        width: min(100% - 28px, 1180px);
    }

    .rotherham-hero {
        background-position: center right;
        min-height: auto;
        padding: 76px 0 60px;
    }

    .rotherham-btn {
        font-size: 10px;
        min-height: 44px;
        padding: 0 18px;
        white-space: normal;
    }

    .occasion-tabs {
        justify-content: flex-start;
    }

    .occasion-tab {
        width: 100%;
    }

    .special-actions,
    .table-hero-actions,
    .birthday-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .special-actions .rotherham-btn,
    .table-hero-actions .rotherham-btn,
    .birthday-cta-actions .rotherham-btn,
    .private-panel .rotherham-btn-primary {
        min-width: 0;
        width: 100%;
    }

    .table-hero {
        min-height: 330px;
        padding: 64px 0;
    }

    .intro-image-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: 200px 160px 140px;
    }

    .intro-image-mosaic .img-tall {
        grid-row: auto;
    }

    .special-img-stack {
        height: 260px;
    }

    .special-img-stack .simg-inset {
        display: none;
    }

    .birthday-cta-inner {
        grid-template-columns: 1fr;
    }
}

/* ===== Brand consistency overrides ===== */
.rotherham-page {
    background: #f5ecdf;
    color: #30313f;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
}

.rotherham-page h1,
.rotherham-page h3,
.rotherham-title,
.rotherham-section-title,
.occasion-heading {
    color: #1f2d16;
    font-family: 'Bolota-Regular', Georgia, serif;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: left;
}

.rotherham-page .rotherham-hero .rotherham-title,
.rotherham-page .rotherham-hero .rotherham-title span {
    color: #fff !important;
}

.rotherham-page .rotherham-hero .rotherham-title span,
.rotherham-page h2 span,
.rotherham-page h3 span,
.rotherham-eyebrow,
.occasion-label {
    color: #e16437;
}

.rotherham-copy,
.rotherham-page p,
.faq-list p {
    color: #55555f;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.9;
    text-align: left;
}

.rotherham-eyebrow,
.occasion-label,
.rotherham-btn,
.rotherham-text-link {
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
}

.rotherham-btn {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    min-height: 48px;
    padding: 0 28px;
}

.rotherham-btn-primary,
.special-actions .rotherham-btn-primary,
.birthday-cta-actions .rotherham-btn-primary,
.private-panel .rotherham-btn-primary {
    background: #e06439;
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(22, 43, 18, .18);
}

.rotherham-btn-primary:hover,
.special-actions .rotherham-btn-primary:hover,
.birthday-cta-actions .rotherham-btn-primary:hover,
.private-panel .rotherham-btn-primary:hover {
    background: #e16437;
    color: #fff !important;
}

.rotherham-btn-green {
    background: #1e3d18;
    color: #fff !important;
}

.rotherham-page ul,
.rotherham-list {
    color: #55555f;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.85;
    list-style: none;
    margin: 8px 0 24px;
    padding-left: 0 !important;
    text-align: left;
}

.rotherham-page li {
    margin: 8px 0;
    padding-left: 28px;
    position: relative;
}

.rotherham-page li::before {
    color: #e16437;
    content: "✓";
    font-size: 17px;
    font-weight: 800;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 7px;
}

.private-panel ul,
.private-panel .rotherham-list {
    color: rgba(255, 255, 255, .82);
}