/* ==================================================================
   Reception hub - /uk/phonics-games-for-reception
   Auto-loads via the layout's /css/pages/{path}.css convention, so
   it is only served on this page. Mirrors the site's card + heading
   treatment (from home.css) so the page matches the homepage look.
   ================================================================== */

/* Centred section titles in the brand blue (matches .section-heading
   on the homepage, which lives in home.css and isn't loaded here). */
.section-heading {
    font-size: 2.2em;
    text-align: center;
    color: #249AD1 !important;
    font-weight: 700;
}

/* Card panel titles (the teacher / parent panels) in the brand blue too. */
.card-body h2 {
    color: #249AD1 !important;
}

/* Rounded cards + headers, matching the homepage phase cards
   (Bootstrap's default is 4px; the site uses 20px). */
.card {
    border-radius: 20px;
}
.card > .card-header {
    border-radius: 20px 20px 0 0;
}
