/*
 Theme Name: Astra Child
 Description: Child theme for Astra
*/

/* =========================
   HOMEPAGE UPDATES BANNER
========================= */

.sd-updates-banner {
    width: 100%;
    background: #fff0f0;
    color: #cc0000;
    text-align: center;
    padding: 24px 20px;          /* roughly double previous height */
    font-size: 30px;             /* doubled text size */
    font-weight: 700;
    line-height: 1.3;
}

.sd-updates-banner p {
    margin: 0;
}

.sd-updates-banner a {
    color: #cc0000;
    text-decoration: underline;
}
