/*!
Theme Name: Medidove Child
Description: Medidove | Health and Medical WordPress Theme
Theme URI: https://bdevs.net/wp/medidove/
Author: Basictheme
Author URI: https://themeforest.net/user/basictheme
Template: medidove
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medidove-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Theme customization starts here
-------------------------------------------------------------- */


.tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.tab-link {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.tab-link.active {
    background-color: #333;
    color: #fff;
}

.tabs-content {
    margin-top: 20px;
}

.tabs__tab {
    display: none;
}

.tabs__tab.active {
    display: block;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
}

.tab-img-box {
    flex: 1 1 calc(33.333% - 15px); 
    margin-bottom: 20px; 
}

.tab-title-box {
    margin-top: 10px;
} 