.elementor-3625 .elementor-element.elementor-element-23aa8a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-3625 .elementor-element.elementor-element-53683cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3625 .elementor-element.elementor-element-d130302{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3625 .elementor-element.elementor-element-945881c{text-align:center;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-b05321e *//* Main container */
.coaches-shortcode {
    display: block;
    padding: 20px;
}

/* Section titles */
.coaches-shortcode h2,
.coaches-shortcode h3,
.coaches-shortcode h4 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #c00;
    text-transform: capitalize;
}

/* Make coaches horizontal after each heading */
.coaches-shortcode h2 + div,
.coaches-shortcode h3 + div,
.coaches-shortcode h4 + div {
    display: flex;
    flex-wrap: wrap;         /* allows wrapping on small screens */
    gap: 30px;
    margin-bottom: 40px;
}

/* Each coach card */
.coaches-shortcode .coach {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Coach image */
.coaches-shortcode .coach img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;      /* circular */
    margin-bottom: 8px;
}

/* Coach text (name, age, etc.) */
.coaches-shortcode .coach *:not(img) {
    font-weight: 600;
    color: #222;
    font-size: 15px;
    line-height: 1.4;
}/* End custom CSS */