.elementor-2607 .elementor-element.elementor-element-26958b6{--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;}/* Start custom CSS for container, class: .elementor-element-26958b6 *//* ==== CONTENEDOR GENERAL MI EMPRESA ==== */
.bt-mi-empresa {
    display: grid;
    gap: 2.5rem;
}

/* En escritorio, dos columnas: Empresa / Plan */
@media (min-width: 960px) {
    .bt-mi-empresa {
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
        align-items: flex-start;
    }
}

/* ==== TARJETAS GENERALES ==== */
.bt-mi-empresa .bt-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2rem 2.5rem;
    box-shadow: 0 12px 30px rgba(0,0,0,.04);
}

.bt-mi-empresa .bt-card-title {
    margin: 0 0 1.25rem;
}

/* ==== DATOS DE LA EMPRESA ==== */

.bt-mi-empresa .bt-card-empresa .bt-datos-empresa {
    margin: 0;
}

.bt-mi-empresa .bt-card-empresa .bt-dato {
    display: flex;
    gap: 0.75rem;
    margin: 0 0 .35rem;
    align-items: baseline;
}

.bt-mi-empresa .bt-card-empresa .bt-dato dt {
    min-width: 170px;
    font-weight: 600;
    color: #585068; /* un morado grisáceo suave */
    margin: 0;
}

.bt-mi-empresa .bt-card-empresa .bt-dato dd {
    margin: 0;
    color: #1f1b2e;
}

/* ==== MEMBRESÍAS / PLAN ==== */

.bt-mi-empresa .bt-mi-empresa-membresias {
    margin-top: .75rem;
}

.bt-mi-empresa .bt-membership-card {
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    background: #fafaff;
}

.bt-mi-empresa .bt-membership-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-bottom: .5rem;
}

.bt-mi-empresa .bt-membership-plan .bt-label {
    font-weight: 600;
    margin-right: .25rem;
}

.bt-mi-empresa .bt-membership-plan .bt-value-plan {
    font-weight: 500;
}

.bt-mi-empresa .bt-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem .8rem;
    border-radius: 999px;
    font-size: .78rem;
    line-height: 1.4;
    background: #eee;
    color: #333;
    font-weight: 500;
}

/* Estados de plan */
.bt-mi-empresa .bt-status-active {
    background: #e6f7ed;
    color: #137b3a;
}

.bt-mi-empresa .bt-status-delayed,
.bt-mi-empresa .bt-status-onhold {
    background: #fff7e0;
    color: #8a5b06;
}

.bt-mi-empresa .bt-status-expired,
.bt-mi-empresa .bt-status-cancelled {
    background: #ffe5e5;
    color: #a01824;
}

.bt-mi-empresa .bt-status-generic {
    background: #e7e7f7;
    color: #36306b;
}

.bt-mi-empresa .bt-membership-body {
    font-size: .9rem;
}

.bt-mi-empresa .bt-membership-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .25rem;
}

.bt-mi-empresa .bt-membership-row .bt-label {
    font-weight: 500;
    color: #585068;
}

.bt-mi-empresa .bt-membership-row .bt-value {
    text-align: right;
}

/* ==== BOTONES ==== */

.bt-mi-empresa .bt-membership-actions {
    margin-top: .5rem;
}

.bt-mi-empresa .bt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem 1.05rem;
    border-radius: 999px;
    font-size: .85rem;
    text-decoration: none;
    border: 1px solid transparent;
    margin-right: .5rem;
    margin-top: .25rem;
    white-space: nowrap;
}

.bt-mi-empresa .bt-btn-primario {
    background: #4c37d1;   /* ajusta si quieres otro morado del sitio */
    color: #ffffff;
    border-color: #4c37d1;
}

.bt-mi-empresa .bt-btn-primario:hover {
    background: #3b2aa6;
    border-color: #3b2aa6;
}

.bt-mi-empresa .bt-btn-secundario {
    background: transparent;
    color: #4c37d1;
    border-color: rgba(76,55,209,.35);
}

.bt-mi-empresa .bt-btn-secundario:hover {
    border-color: #4c37d1;
}

/* Mensajes / alertas */
.bt-mi-empresa .bt-alert,
.bt-mi-empresa .bt-alert-warning {
    padding: .75rem 1rem;
    border-radius: 8px;
    background: #fff7e0;
    color: #8a5b06;
    font-size: .9rem;
}/* End custom CSS */