/* Child page css */
.fc-content-section-wrapper {
    background-color: #eaefff !important;
}

.fc-course-structure {
    background-color: #fff;
}

.fc-expert-section {
    background-color: #c5b8fc;
    padding-top: 3rem;
}

/* Mindfulness header css */
.fc-dropdown-wrapper .btn,
.fc-dropdown-wrapper button:focus:not(:focus-visible) {
    background-color: #fff;
    color: #000;
    border: none;
}

.fc-dropdown-wrapper .dropdown-menu .dropdown-item {
    border: none !important;
    padding: 10px !important;
}

@media (min-width: 768px) {
    .fc-new-header-mindfulness {
        display: block !important;
    }

    .fc-new-header-mindfulness .mindfulness-logo {
        height: 40px !important;
    }
}

.fc-new-header-mindfulness {
    display: flex;
}

.fc-new-header-mindfulness .mindfulness-logo {
    height: 25px;
}

.fc-link-wrapper a {
    color: #0d6efd !important;
    background-color: none !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    padding: 0 !important;
}