/* ---------- Homepage tiles (single image sections) ---------- */
body.support {
    background: #34424d;
    color: #ffffff;
    padding-top: 10px;
}

/* --- Subpage social: compact utility mode --- */
.subpage-header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
    z-index: 1;
}

.subpage-header .header-image {
    display: block;
    width: 100%;
}

.subpage-header .social-links {
    position: absolute;
    z-index: 10;
    top: 3px;
    left: 3px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    border-radius: 6px;
}

.social-compact,
.subpage-header .intro-social-v2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subpage-header .social-link {
    height: 32px;
    padding: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    line-height: 1;
}

.subpage-header .social-top,
.subpage-header .social-bottom-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Special case: YouTube row */
.subpage-header .social-top .social-link {
    justify-content: flex-start;
    padding-left: 10px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.subpage-header .social-link:hover {
    background: rgba(255,255,255,0.06);
}

.subpage-header .social-icon {
    width: 18px;
    height: 18px;
    display: block;
    transform: none;
    flex-shrink: 0;
    opacity: 0.9;
}

.subpage-header .social-link.youtube {
    height: 32px;
    font-size: 13px;
    padding: 0;
    justify-content: flex-start;
    line-height: 1;
    border-color: rgba(255,255,255,0.25);
}

.subpage-header .social-link {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 0 10px;
    line-height: 1;
    color: #ffffff;
}

.subpage-header .social-link.facebook .social-icon {
    color: #2d6cdf;
}

.subpage-header .social-link.instagram .social-icon {
    color: #c13584;
}

.subpage-header .social-link.youtube .social-icon {
    height: 18px;
    width: 18px;
    transform: none;
    color: #e60000;
}

.support-intro {
    padding: 20px 0;
    text-align: center;
}

.support-intro .intro-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.support-intro h1 {
    font-size: 1.4rem;
    margin: 0;
}

.support-intro p {
    margin: 0;
    font-size: 1rem;
    color: #ccc;
}

.carousel-section {
    display: flex;
    justify-content: center;
}

.support-wrapper {
    text-align: center;
}

.support-wrapper .paypal-support,
.support-wrapper .bmac-support {
    margin: 12px 0;
}

.paypal-support {
    display: inline-block;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
}
