/* --- Hide SimplyBook marketing/newsletter opt-in completely --- */

/* Hide the entire container for the newsletter/marketing consent */
#main #client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag {
    display: none !important;
}

/* Extra safety: hide any marketing/newsletter containers */
#sb_terms_and_conditions .promotions-letter-flag,
#sb_terms_and_conditions .newsletter,
#sb_terms_and_conditions .marketing {
    display: none !important;
}

/* If SimplyBook renders the text directly in a span inside promotions-letter-flag */
#sb_terms_and_conditions .promotions-letter-flag span {
    display: none !important;
}
