/* Add your custom CSS styles here */
.wpkastri-tabs {
    display: flex;
    flex-direction: column;
}

.wpkastri-tab-list {
    list-style-type: none;
    display: flex;
    padding: 0;
}

.wpkastri-tab-list li {
    margin-right: 10px;
}

.wpkastri-tab-content {
    display: none;
}

/* Make the widget container full width */
#xf_frames_widget {
    width: 100%;
    margin-left: 0; /* Remove left margin */
    padding: 0; /* Remove padding */
}

/* Make the title background black and text white */
#xf_frames_widget h2 {
    background: black !important;
    color: white !important;
    font-weight: bold!important;
    padding: 10px;
    margin: 0; /* Remove margin to fill the full width */
}

/* Add a border to visually separate the widget */
#xf_frames_widget {
    border: 1px solid #ccc;
}



