
.custom-tabs {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
}

.custom-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    /*display: flex;*/
    border-bottom: 1px solid #ddd;
}
/*
.custom-tabs ul li {
    margin-right: 15px;
}
*/
.custom-tabs ul li a.tabs_child {
    text-decoration: none;
    padding: 10px 15px !important;
    /*display: block;*/
    border: 1px solid #ddd !important;
    border-radius: 5px 5px 0 0 !important;
    background-color: var(--brand-color) !important;
    color: #fff;
    font-size: 20px;
}

.custom-tabs ul li a.tabs_child:hover,
.custom-tabs ul li a.tabs_child.active {
    background-color: #005177;
    background-color:#ad2a24 !important;
    display: flex;
}

.custom-tabs > div {
    display: none;
}

.custom-tabs > div.active {
    display: block;
    padding-top: 10px;
}
/*
.entry ul li{
    list-style: none !important;
    display: inline-flex;
}
*/
.entry li, .comment-content li {
    margin: 0 !important;
}
.entry ul {
    margin: 0 !important;
    padding: 0 !important;
}

/* General tab container styling */
.custom-tabs-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

/* Tab headers styling */
.custom-tabs-header {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.custom-tab-header {
    flex: 1;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.custom-tab-header.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: var(--brand-color); /* Color for the active tab */
}

/* Tab content styling */
.custom-tab-content {
    display: none;
    padding: 15px;
}

.custom-tab-content.active {
    display: block;
}

/* Individual tab border */
.custom-tab {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Styling for the remove tab button */
.remove-tab {
    background-color: #d9534f;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    float: right;
}

.remove-tab:hover {
    background-color: #c9302c;
}

.custom-tabs_plugin li {
    display: inline-block;
}
/*
div.tabs_plugins.active li{
    list-style: initial !important;
    display: list-item !important;
    margin-left: 28px !important;
    margin-right: 0;
} */
.entry ul {
    margin-bottom: -1px !important;
}
.tabs_plugins {
    padding: 10px;
    border:1px solid var(--brand-color)
}