/* Policy Pages Common Styles */
.policy-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.policy-container h1 {
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.policy-container h3 {
    color: #333333;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.policy-container h4 {
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: bold;
}

.policy-container p {
    color: #333333;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.policy-container ul,
.policy-container ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.policy-container ul li,
.policy-container ol li {
    color: #333333;
    line-height: 1.8;
    margin-bottom: 8px;
}

.policy-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.policy-container th,
.policy-container td {
    color: #333333;
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.policy-container th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.highlight {
    background: #fff3cd;
    padding: 15px;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
    font-weight: bold;
}

.uppercase-bold {
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

.step-title {
    font-weight: bold;
    color: #333333;
}

.policy-container a {
    color: #333333;
    text-decoration: none;
}

.policy-container a:hover {
    text-decoration: underline;
}
