.landing-hero-actions {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-hero-hours {
    min-height: 82px;
    min-width: 238px;
    padding: 13px 20px;
    border: 1px solid rgba(11, 11, 13, .72);
    border-radius: 999px;
    background: transparent;
    color: #101014;
    display: grid;
    gap: 2px;
    align-content: center;
    box-shadow: none;
}

.landing-hero-hours > span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Barlow", sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.landing-hero-hours i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff004f;
    box-shadow: 0 0 0 4px rgba(255, 0, 79, .12);
}

.landing-hero-hours.is-open i {
    background: #19b978;
    box-shadow: 0 0 0 4px rgba(25, 185, 120, .13);
}

.landing-hero-hours strong {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.01em;
}

.landing-hero-hours small {
    font-family: "Barlow", sans-serif;
    font-size: 10px;
    line-height: 1.2;
    color: #7d756f;
}

.public-cancellation-stack {
    margin: 13px 0 14px;
    padding: 0;
    border: 0;
    background: transparent;
    display: grid;
    gap: 8px;
}

.public-cancellation-stack > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 4px;
}

.public-cancellation-stack > header span,
.schedule-cancellation-stack > header span {
    font-family: "Barlow", sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
    color: #ff004f;
}

.public-cancellation-stack > header strong {
    font-family: "Barlow", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, .55);
}

.public-cancellation-alert {
    position: relative;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    min-height: 82px;
    padding: 13px 14px 13px 18px;
    border: 1px solid rgba(255, 255, 255, .095);
    border-radius: 13px;
    background:
        linear-gradient(90deg, rgba(255, 0, 79, .10), rgba(255, 0, 79, 0) 38%),
        #111114;
    color: #fff;
    overflow: hidden;
}

.public-cancellation-alert::before {
    content: "";
    position: absolute;
    inset: 13px auto 13px 0;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: #ff004f;
}

.public-cancellation-date {
    display: grid;
    gap: 3px;
}

.public-cancellation-date span {
    font-family: "Barlow", sans-serif;
    font-size: 9px;
    line-height: 1.15;
    font-weight: 600;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .52);
}

.public-cancellation-date strong {
    font-family: "Barlow Condensed", "Barlow", sans-serif;
    font-size: 27px;
    line-height: .95;
    font-weight: 900;
    color: #ff004f;
}

.public-cancellation-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.public-cancellation-copy b {
    width: max-content;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255, 0, 79, .13);
    font-family: "Barlow", sans-serif;
    font-size: 8px;
    line-height: 1;
    letter-spacing: .12em;
    color: #ff3f79;
}

.public-cancellation-copy h3 {
    margin: 2px 0 0;
    font-family: "Barlow Condensed", "Barlow", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.public-cancellation-copy p {
    margin: 2px 0 0 !important;
    font-family: "Barlow", sans-serif;
    font-size: 11px !important;
    line-height: 1.25;
    color: rgba(255, 255, 255, .62) !important;
}

.public-cancellation-copy small {
    font-family: "Barlow", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.public-cancellation-room {
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    font-family: "Barlow", sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .62);
}

.schedule-cancellation-stack {
    margin: 18px 0;
    padding: 20px;
    border: 1px solid rgba(14, 14, 17, .11);
    border-radius: 24px;
    background: #f4f1ed;
    color: #111114;
    box-shadow: none;
}

.schedule-cancellation-stack > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.schedule-cancellation-stack > header h2 {
    margin: 4px 0 0;
    color: #111114;
}

.schedule-cancellation-stack > header > strong {
    font-family: "Barlow Condensed", "Barlow", sans-serif;
    font-size: 46px;
    line-height: .85;
    color: #ff004f;
}

.schedule-cancellation-stack > div {
    display: grid;
    gap: 9px;
}

.schedule-cancellation-stack .public-cancellation-alert {
    background: #fff;
    border-color: rgba(14, 14, 17, .10);
    color: #111114;
}

.schedule-cancellation-stack .public-cancellation-date span,
.schedule-cancellation-stack .public-cancellation-copy p {
    color: rgba(14, 14, 17, .58) !important;
}

.schedule-cancellation-stack .public-cancellation-copy h3,
.schedule-cancellation-stack .public-cancellation-copy small {
    color: #111114;
}

.schedule-cancellation-stack .public-cancellation-room {
    border-color: rgba(14, 14, 17, .14);
    color: rgba(14, 14, 17, .62);
}

.instagram-token-guidance {
    margin: 0;
    padding: 20px 22px;
    border: 1px solid rgba(11, 11, 13, .12);
    border-radius: 18px;
    background: #fff;
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(340px, 1fr);
    gap: 18px;
    box-shadow: none;
}

.instagram-token-guidance > div span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    color: #ff004f;
}

.instagram-token-guidance h3 {
    margin: 5px 0 0;
    font-size: 24px;
    line-height: 1.05;
}

.instagram-token-guidance ol {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 6px;
    font-size: 14px;
    line-height: 1.45;
}

.instagram-token-guidance > p {
    grid-column: 1 / -1;
    margin: 0;
    padding: 11px 13px;
    border-radius: 10px;
    background: rgba(255, 0, 79, .065);
    font-size: 13px;
    color: #3e3835;
}

.instagram-publish-diagnostic {
    margin-top: 13px;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 5px;
    color: rgba(255, 255, 255, .76);
}

.instagram-publish-diagnostic strong {
    font-family: "Barlow", sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    color: #ff4d83;
}

.instagram-publish-diagnostic p {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: inherit;
}

.instagram-publish-diagnostic.is-error {
    border-color: rgba(255, 0, 79, .42);
    background: rgba(255, 0, 79, .09);
    color: #fff;
}

.instagram-publish-diagnostic.is-success {
    border-color: rgba(25, 185, 120, .38);
    background: rgba(25, 185, 120, .08);
}

.instagram-connection-test {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.instagram-connection-test-result {
    flex: 1 1 320px;
    margin: 0;
    padding: 11px 13px;
    border-radius: 10px;
    background: #f2efeb;
    font-size: 12px;
    line-height: 1.4;
    color: #4b4541;
}

.instagram-connection-test-result.success {
    background: rgba(25, 185, 120, .10);
    color: #116f4a;
}

.instagram-connection-test-result.error {
    background: rgba(255, 0, 79, .08);
    color: #a90036;
}

@media (max-width: 900px) {
    .landing-hero-hours {
        min-width: 210px;
    }
}

@media (max-width: 760px) {
    .landing-hero-actions {
        align-items: stretch;
    }

    .landing-hero-hours {
        width: 100%;
        min-width: 0;
        min-height: 66px;
        border-radius: 18px;
    }

    .public-cancellation-alert {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
    }

    .public-cancellation-room {
        display: none;
    }

    .public-cancellation-date strong {
        font-size: 24px;
    }

    .schedule-cancellation-stack {
        padding: 14px;
        border-radius: 18px;
    }

    .schedule-cancellation-stack > header > strong {
        font-size: 40px;
    }

    .instagram-token-guidance {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .instagram-token-guidance > p {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-hero-hours {
        transition: none;
    }
}
