/*
Theme Name: Edwards Homes Theme
Description: Premium home builder WordPress theme for Edwards Homes
Version: 1.0
Author: Edwards Homes
*/

/* Basic styles are included in header.php for now */
/* The CSS from the original index.html is embedded in the header.php file */

/* Terms and Conditions / Privacy Policy Page Styles */
.terms-conditions-page,
.privacy-policy-page {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #333;
}

.terms-conditions-page p,
.privacy-policy-page p {
    margin-bottom: 20px;
    font-size: 16px;
}

.terms-conditions-page h2,
.privacy-policy-page h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c9a227;
}

.terms-conditions-page a,
.privacy-policy-page a {
    color: #c9a227;
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms-conditions-page a:hover,
.privacy-policy-page a:hover {
    color: #a88620;
    text-decoration: underline;
}

.terms-conditions-page ul,
.privacy-policy-page ul {
    margin: 20px 0;
    padding-left: 30px;
}

.terms-conditions-page li,
.privacy-policy-page li {
    margin-bottom: 10px;
}