/* Affiliate Pages CSS */

/* 1. Header Clearance - Push content below the absolute header */
.page-affiliate-signup .site-main,
.page-affiliate-panel .site-main {
    padding-top: 200px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

/* 2. Page Title Styling */
.page-affiliate-signup h1,
.page-affiliate-panel h1 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: #132a13;
    margin-bottom: 1rem;
    margin-top: 0;
}

/* 3. Hide Comments Area */
.page-affiliate-signup .comments-area,
.page-affiliate-panel .comments-area {
    display: none;
}