/* Just A Pinch Legal Pages Header Styles */
.header {
    background: white;
    color: #8B4513;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 1px solid #eee;
}

.header-content {
    text-align: center;
}

.header-title {
    font-size: 2.2em;
    font-weight: 700;
    margin: 0;
    color: #8B4513;
}

@media (max-width: 768px) {
    .header {
        padding: 20px 0;
    }
    .header-title {
        font-size: 1.8em;
    }
}


