

.page-id-3198 header, .page-id-3198 footer {
    display: none !important;
}

.page-id-3215 header, .page-id-3215 footer {
    display: none !important;
}

.page-id-3232 header, .page-id-3232 footer {
    display: none !important;
}

.page-id-3198 sumo {
    display: none !important;
}

/* Hide header & footer ONLY on bio page */
.page-id-3558 header,
.page-id-3558 .site-header,
.page-id-3558 #masthead,
.page-id-3558 footer,
.page-id-3558 .site-footer {
    display: none !important;
}

/* Remove top spacing */
.page-id-3558 .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center like link-in-bio app */
.page-id-3558 .entry-content {
    max-width: 680px;
    margin: auto;
    padding: 20px;
}

/* Hide header & footer ONLY on bio page */
.page-id-3415 header,
.page-id-3415 .site-header,
.page-id-3415 #masthead,
.page-id-3415 footer,
.page-id-3415 .site-footer {
    display: none !important;
}

/* Remove top spacing */
.page-id-3415 .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center like link-in-bio app */
.page-id-3415 .entry-content {
    max-width: 680px;
    margin: auto;
    padding: 20px;
}

/* Hide header & footer ONLY on bio page */
.page-id-3446 header,
.page-id-3446 .site-header,
.page-id-3446 #masthead,
.page-id-3446 footer,
.page-id-3446 .site-footer {
    display: none !important;
}

/* Remove top spacing */
.page-id-3446 .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center like link-in-bio app */
.page-id-3446 .entry-content {
    max-width: 680px;
    margin: auto;
    padding: 20px;
}

/* ===== Fix product card buttons ===== */

/* Make button groups behave like UI elements */
.wp-block-buttons {
    display: flex;
    gap: 10px;
}

/* Buttons fill available space */
.wp-block-button {
    flex: 1 1 0;
}

/* Keep text clean */
.wp-block-button__link {
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

/* MOBILE: stack buttons instead of overflowing */
@media (max-width: 600px) {
    .wp-block-buttons {
        flex-direction: column;
    }

    .wp-block-button {
        width: 100%;
    }
}

/* Horizontal scrolling music rows */
.horizontal-scroll ul {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

/* Each song card */
.horizontal-scroll li {
    min-width: 260px;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

/* Hide ugly scrollbar (mobile clean look) */
.horizontal-scroll ul::-webkit-scrollbar {
    display: none;
}
.horizontal-scroll ul {
    scrollbar-width: none;
}

/* Remove header & footer from ALL posts */
.single-post header,
.single-post .site-header,
.single-post #masthead,
.single-post footer,
.single-post .site-footer {
    display: none !important;
}

/* Remove spacing gap left behind */
.single-post .site-content,
.single-post .content-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center post like a product page */
.single-post .entry-content,
.single-post article {
    max-width: 720px;
    margin: auto;
    padding: 20px;
}


