/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.lesson-plan__filter .e-filter-item::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3C!--License%3A%20MIT.%20Made%20by%20Mikolaj%20Dobrucki%3A%20https%3A%2F%2Fgithub.com%2Fmikolajdobrucki%2Fikonate--%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-labelledby%3D%22checkboxIconTitle%22%20stroke%3D%22%233b82f6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20color%3D%22%23000000%22%3E%3Ctitle%20id%3D%22checkboxIconTitle%22%3ECheckbox%20(selected)%3C%2Ftitle%3E%3Crect%20x%3D%2221%22%20y%3D%223%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20transform%3D%22rotate(90%2021%203)%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.lesson-plan__filter .e-filter-item[aria-pressed="true"]::before{
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-labelledby%3D%22checkboxIconTitle%22%20stroke%3D%22%233b82f6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20color%3D%22%23000%22%3E%3Ctitle%3ECheckbox%20(selected)%3C%2Ftitle%3E%3Crect%20x%3D%2221%22%20y%3D%223%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20transform%3D%22rotate(90%2021%203)%22%2F%3E%3Cpath%20d%3D%22M6.667%2012.667%2010%2016l7.333-7.333%22%2F%3E%3C%2Fsvg%3E");
}

.lesson-plan-pdf{
    margin-bottom: 10px;
}

.lesson-plan-pdf-button{
    background-color: var(--e-global-color-primary);
    padding: 8px 10px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    text-align: center;
    display: block;

    --e-global-color-39a15e1: #ffffff;
}

.lesson-plan-pdf-button:hover{
    background-color: var(--e-global-color-secondary);
    color: #fff !important;
}

/* Filter Show More/Less Styles */
.lesson-plan__filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-toggle-btn {
    font-size: 14px;
    color: var(--e-global-color-primary);
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    font-weight: 700;
    margin-left: 10px;
}

.filter-toggle-btn:hover, .filter-toggle-btn:focus {
    color: var(--e-global-color-secondary) !important;
    background: none !important;
}

.lesson-plan__filter .e-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lesson-plan__filter.collapsed .e-filter-item:nth-child(n+6):not([data-filter="__all"]) {
    display: none;
}

.resources{
    display: flex !important;
    flex-wrap: wrap !important;
    
    a{
        display: inline-block !important;
    }
}