/*
Theme Name:   Brainy Canvas
Template:     twentytwentyfour
Text Domain:  brainy-canvas
Version:      1.0.0
Description:  A custom child theme for my HTML code.
*/

/* Paste your custom HTML's CSS styles below this line */

/* ============================================================
   Force Full-Bleed 100% Width Span Across Custom Theme Panels
   ============================================================ */
.entry-content.is-layout-constrained > section,
.entry-content.is-layout-constrained > .sub-nav-bridge {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
/* Added the missing '1' to the end of the first ID */
#bn-trust-block_6a180e24bbb41,
#bn-sec-cta-block_6a181d511c271 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.industries-chapter {
     width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.bnf-creds-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}

.bnf-creds-row br {
    display: none;
}

.bnf-creds-row p {
    margin: 0;
}

.bnf-creds-row img {
    max-height: 60px;
    width: auto;
}

.bnf-social br,
.bnf-creds-row br,
.bnf-legal br {
    display: none !important;
}

.bnf-social p,
.bnf-creds-row p,
.bnf-legal p {
    margin: 0;
}
footer.wp-block-template-part > p:empty {
    display: none !important;
}

footer.wp-block-template-part br {
    display: none !important;
}