/*
Theme Name: Szkolenia NaviGate
Theme URL: https://szkolenia.navigate.pl
Description: NaviGate courses theme
Author: Bartosz Stanik
Author URL: https://navigate.pl
Template: storefront
Version: 1.0.0
Text Domain: navigate
*/

/* Styl zakładek */
.tutor-nav {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.tutor-nav .tutor-nav-item {
    list-style: none;
    margin-right: 10px;
}

.tutor-nav .tutor-nav-link {
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #0073e6; /* Kolor aktywnej zakładki */
    transition: all 0.3s ease;
}

.tutor-nav .tutor-nav-link.is-active {
    border-bottom: 2px solid #0073e6; /* Aktywny kolor */
    color: #0073e6;
}

.tutor-nav .tutor-nav-link:hover {
    color: #005bb5;
    border-bottom: 2px solid #005bb5;
}

/* Usunięcie lewego marginesu */
.tutor-course-single-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
