/* ============================================================
   Contact / Registered Office shared block
   (markup: includes/contact_block.php)
   These classes replace the inline styles that used to drift
   between index.php and contacts.php — values are verbatim.
   ============================================================ */
.nap-blurb {
    font-size: 1rem;
    color: #410012;
}
.nap-office-col {
    background-repeat: no-repeat;
    background-size: 428px 427px;
    margin-top: 30px;
}
.nap-office-heading {
    font-size: 1.5rem;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.nap-company-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #975126;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.nap-address {
    color: #410012;
    font-size: 1rem;
    font-style: normal;
}
.nap-line {
    margin-bottom: 0;
}
.nap-line-bold {
    font-weight: bolder;
}
