/* Bamrec Preschool brand styling */
body { background: linear-gradient(180deg, #FFE9C7 0px, #FFF7EA 420px) no-repeat, #FFF7EA !important; }
body::before { content: ''; display: block; height: 10px; background: linear-gradient(90deg, #E27B2C 0 25%, #F4B731 25% 50%, #6FB544 50% 75%, #1B8FCB 75% 100%); }
figure.image { text-align: center; margin-top: 28px !important; }
figure.image img { border-radius: 50%; box-shadow: 0 10px 30px rgba(226,123,44,.25); border: 6px solid #fff; background: #fff; width: 190px !important; height: 190px !important; object-fit: cover; }
h1.__header-one { font-weight: 700; letter-spacing: -0.5px; }
h2.__header-two { font-weight: 700; margin-top: 28px; padding-left: 14px; border-left: 5px solid #F4B731; }
.LiveFieldSection { border-radius: 18px !important; overflow: visible !important; box-shadow: 0 8px 28px rgba(27,111,168,.10) !important; border: 1px solid #FBE3C2; background: #fff; }
.submit { text-align: center; margin-top: 28px; }
.submit .btn-raised.btn-primary { border-radius: 999px !important; padding: 14px 44px !important; font-weight: 700; letter-spacing: .3px; box-shadow: 0 8px 20px rgba(226,123,44,.35) !important; transition: transform .15s ease, box-shadow .15s ease; }
.submit .btn-raised.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(226,123,44,.45) !important; }
/* Info banner at the top */
.public-DraftEditor-content > div > .paragraph:first-child { display: table; margin: 8px auto 28px; background: #fff; border: 1px solid #FBE3C2; border-radius: 999px; padding: 10px 24px; font-weight: 600; box-shadow: 0 4px 14px rgba(226,123,44,.15); }
.public-DraftEditor-content > div > .paragraph:first-child a { color: #1B6FA8; font-weight: 700; }
/* Round the card corners without clipping dropdown menus */
.LiveFieldSection > *:first-child { border-top-left-radius: 18px; border-top-right-radius: 18px; }
.LiveFieldSection > *:last-child { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; }
