/* "New website coming soon" banner
   Added ahead of the site relaunch. Safe to delete this file and remove
   the <link> to it (in includes/design/_header.php) once the new site
   is live, or remove just the #coming-soon-banner block below to hide
   the banner while keeping the old site running. */

#coming-soon-banner {
    background: #993366;
    border-bottom: 3px solid #6e2249;
}

#coming-soon-banner p {
    margin: 0;
    padding: 10px 20px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

@media (max-width: 620px) {
    #coming-soon-banner p {
        font-size: 13px;
        padding: 10px 14px;
    }
}
