/* Additional styles for specific pages */

/* Center headers on content pages */
.about h1,
.blog h1,
.tips h1,
.policy h1 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--accent-gold);
}

/* Style for the thank you page box */
.thanks-content {
    border: 2px solid var(--accent-purple);
    border-radius: 15px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Form checkbox text color */
.checkbox-group label,
.checkbox-group label a {
    color: black;
}