/**
 * COPYRIGHT 2024 BY ROBERT CURA. ALL RIGHTS RESERVED
 * AUTHOR: ROBERT CURA
 * INCEPTION: 20240709
 * DESCRIPTION: Block level overrides
 **/

/*************************************************************************** *
 *
 * CUSTOM OVERRIDES                    
 *
 *************************************************************************** */

/*-------------------------------------------------------------------------- */
/*  PAGE BRANDING OVERRIDES
/*-------------------------------------------------------------------------- */
.xrc-x06-block--branding-box-banner {
    display:            block;
    border-bottom:      1px solid #000000;
    margin-left:        auto;
    margin-right:       auto;
    width:              100%;
}
.xrc-x06-block--branding-box-banner h6 {
   padding-bottom:      1rem;
   text-align:          center;
}