/*
 * PSBM Team Members — front-end styles.
 * The bio watermark replicates the .vc_custom_1700164256593 rule the
 * hand-built bio pages carried in their per-page WPBakery custom CSS.
 */

.psbm-bio-section {
    background-image: url('https://psbmgmt.com/wp-content/uploads/2023/11/dESIGN-02-01.svg') !important;
}

/* Minimal grid fallback for the member single, in case the WPBakery
   front-end stylesheet is unavailable. Mirrors js_composer defaults. */
.psbm-member-single .vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.psbm-member-single .vc_row:after {
    content: "";
    display: table;
    clear: both;
}
.psbm-member-single .wpb_column {
    float: left;
    min-height: 1px;
    position: relative;
}
.psbm-member-single .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.psbm-member-single .vc_col-sm-4 { width: 33.3333%; }
.psbm-member-single .vc_col-sm-8 { width: 66.6667%; }
.psbm-member-single .vc_col-sm-12 { width: 100%; }
.psbm-member-single .vc_single_image-img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .psbm-member-single .vc_col-sm-4,
    .psbm-member-single .vc_col-sm-8 {
        width: 100%;
        float: none;
    }
}
