.privacy-policy-content {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.privacy-policy-content h4 {
    color: #001238;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.privacy-policy-content h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #ec3323;
}

.policy-text {
    color: #666;
    line-height: 1.8;
}

.policy-text h1,
.policy-text h2,
.policy-text h3,
.policy-text h4,
.policy-text h5,
.policy-text h6 {
    color: #001238;
    margin: 15px 0;
}

.policy-text p {
    margin-bottom: 15px;
}

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

.policy-text li {
    margin-bottom: 8px;
}

.policy-text a {
    color: #ec3323;
    text-decoration: underline;
}

.policy-text a:hover {
    color: #001238;
}