.single_team_page .team__member {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 24px;
}

.single_team_page .team__member .member__info > .info__item:first-of-type {
    margin-top: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.coach-section {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 24px;
}

.coach-section.e-con {
    display: flex !important;
    flex-direction: column;
}

.coach-section:last-child {
    margin-bottom: 0;
}

.coach-section .pxmfitness-widget-spacer {
    display: none;
}

.coach-section h3.dblh__title-wrapper {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
}

.coach-section h3.dblh__title-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #eb252a;
}

.coach-section .dblh__title,
.coach-section .dblh__title-1 {
    font: inherit;
    color: #fff !important;
}

.coach-section .pxmfitness-widget-text-editor p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    line-height: 1.75;
}

.coach-section .pxmfitness-widget-text-editor + .pxmfitness-widget-text-editor {
    margin-top: 16px;
}

.coach-section .pxmfitness-element-3776394 p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.coach-section .wgl-pxmfitness-wrapper .row {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.coach-section .wgl-pxmfitness-wrapper input[type="text"],
.coach-section .wgl-pxmfitness-wrapper input[type="email"],
.coach-section .wgl-pxmfitness-wrapper textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 13px 16px;
    color: #fff;
    font-size: 14px;
    transition: border-color 0.2s, background-color 0.2s;
}

.coach-section .wgl-pxmfitness-wrapper textarea {
    resize: vertical;
    min-height: 120px;
}

.coach-section .wgl-pxmfitness-wrapper input::placeholder,
.coach-section .wgl-pxmfitness-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.coach-section .wgl-pxmfitness-wrapper input:focus,
.coach-section .wgl-pxmfitness-wrapper textarea:focus {
    outline: none;
    border-color: #eb252a;
    background: rgba(255, 255, 255, 0.06);
}

.coach-section .pxmfitness-submit.wgl-button {
    background-color: #eb252a !important;
    border: none;
    color: #fff !important;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.coach-section .pxmfitness-submit.wgl-button:hover {
    background-color: #c0151b !important;
}

@media (max-width: 767px) {
    .single_team_page .team__member,
    .coach-section {
        padding: 24px;
        font-size: 15px;
    }
    .member__name {
        font-size: 24px;
    }
    .single_team_page .info__item h5 {
        font-size: 24px;
    }
    .single_team_page .member__thumbnail-wrap {
        margin-bottom: 24px;
    }
    /* .single_team_page .e-con-boxed,
    .single_team_page .e-con-inner {
        display: block;
    } */
}
