/* MESSAGE STYLE */
.pms-no-plan-message {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 15px;
    margin: 20px;
    border-radius: 6px;
    font-size: 14px;
}

/* ===============================
   TAB CONTROL WITHOUT body_class
=============================== */

/* OLD TABS */
html.pms-no-plan .elementor-tabs-wrapper .elementor-tab-title {
    display: none !important;
}

html.pms-no-plan .elementor-tabs-wrapper .elementor-tab-title:first-child {
    display: block !important;
}

html.pms-no-plan .elementor-tabs-wrapper .elementor-tab-title:last-child {
    display: block !important;
}

html.pms-no-plan .elementor-tab-content {
    display: none !important;
}

html.pms-no-plan .elementor-tab-content:first-of-type {
    display: block !important;
}

/* NESTED TABS */
html.pms-no-plan .e-n-tabs-heading .e-n-tab-title {
    display: none !important;
}

html.pms-no-plan .e-n-tabs-heading .e-n-tab-title:first-child {
    display: flex !important;
}

html.pms-no-plan .e-n-tabs-heading .e-n-tab-title:last-child {
    display: flex !important;
}

html.pms-no-plan .e-n-tab-content {
    display: none !important;
}

html.pms-no-plan .e-n-tab-content:first-of-type {
    display: block !important;
}
