/* ==========  Mobile / SMS privacy page only  ========== */
body.policy-page {
    background:#f7f8fa;                /* subtle grey backdrop */
}

/* wrapper that centres the text and makes it pop a bit */
.policy-wrapper{
    max-width:900px;
    margin:40px auto 80px;
    padding:45px 55px;
    background:#fff;
    border-radius:6px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    line-height:1.6;
    color:#444;
}

/* make the first paragraph look like a heading */
.policy-wrapper p:first-child{
    margin:0 0 25px;
    font-size:1.55rem;
    font-weight:700;
    letter-spacing:.4px;
    text-transform:uppercase;
    color:#222;
}

/* spacing & legibility for subsequent paragraphs */
.policy-wrapper p{
    margin-bottom:18px;
}

/* mobile tweaks */
@media (max-width:600px){
    .policy-wrapper{
        padding:30px 22px;
    }
    .policy-wrapper p:first-child{
        font-size:1.35rem;
    }
}
