/* =========================
   Policy Container / General
   ========================= */

.policy-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 20px;
    white-space: pre-line;
}

.policy-title {
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.policy-content {
    line-height: 1.6;
    color: #333;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.backplate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    background: #d9d9d9;
    border-radius: 50px;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
}