.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-416ec8e5-0c0a-fa00-fc0b-cd966834666b {
margin-left: auto !important;
margin-right: auto !important;
max-width: 1248px !important;
padding-bottom: 60px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.lfr-layout-structure-item-416ec8e5-0c0a-fa00-fc0b-cd966834666b {
font-family: 'Montserrat', 'Inter', sans-serif;

    .gap-2 {
        gap: 8px;
    }

    button:focus {
        outline: none !important;
    }
/* Main Content */
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    /* Header Section */
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .header-text {
        flex: 1;
    }

    .header-text h1 {
        font-size: 40px;
        color: #333333;
        margin-bottom: 20px;
        font-weight: 800;
        line-height: 100%;
        margin-bottom: 32px;
    }

@media (max-width: 768px) {
    .header-text h1 {
        font-size: 28px;
        font-weight: 700;
margin-bottom: 16px;
    }
}

    .header-image {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 40px 16px;
    }

    .header-image img {
        width: 364px;
    }

    .calendar-image {
        width: 250px;
        height: auto;
    }

    /* Search Bar */
    .search-container {
        margin-bottom: 20px;
    }

    .search-bar {
        position: relative;
        max-width: 500px;
    }

    .search-bar input {
        width: 100%;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        border-radius: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .search-bar input:focus {
        outline: none;
        border-color: #ED8247;
    }

    .search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
    }

    /* Filter Section */
    .filters {
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .filter-dropdown {
        padding: 11px 15px;
        background-color: #E1E5EB;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 100%;
        color: #404040;
        font-family: 'Inter', sans-serif;
    }

    .filter-dropdown i {
height: 12px;
    margin-top: -8px;
        margin-left: 5px;
    }

    /* Divider */
    .divider {
        height: 1px;
        background-color: #eee;
    }

    @media (max-width: 992px) {
        .header-text {
            background:
                linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
                url('./Frame 175499.png') right/contain no-repeat;
            padding-top: 40px;
        }
    }

    @media (max-width: 576px) {
        .filters .dropdown {
            width: calc(50% - 5px);
        }
        .filter-dropdown {
            width: 100%;
            justify-content: space-between;
        }
    }
.search-input {
input {
background: #fff;
border: 0;
border-radius: 0;
height: 50px;
padding-left: 0;
}
.input-group-inset-item-after {
border-radius: 0;
border: 0;
background: #fff;
}
.input-group-item {
flex-direction: row-reverse;
border: 1px solid #ddd;
border-radius: 12px;
overflow: hidden;
height: 50px;
}
}
@media (max-width: 768px) {
        .header-image {
            display: none;
        }
}

.col:has(.header-image) {

}

}.lfr-layout-structure-item-cab7f2d0-d4b3-d1e1-8bc6-87957aba7ff1 {
background-color: #2B3990 !important;
font-weight: 500 !important;
height: 30px !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-ef1d9946-cf18-b85c-6525-a2e64b61c3ed {
background-color: #F6F8FF !important;
}
.lfr-layout-structure-item-096f9320-a3a6-7b4a-829f-ea0d386ce132 {

.container-fluid {
gap:16px;
}

.row, .col {
padding: 0;
margin: 0;
}
.row{ 
width: calc(33% - 11px) !important;
gap: 16px;
 }
.col {
height: 100%;
    flex: none !important;
    max-width: none !important;
}

.col div:has(.program-collection-box),
.program-collection-box
 {
height: 100%;
}

/* Hide parent row if it has no visible children */
.row {
  display: none; /* default hidden */
}

/* Show parent row if it has at least one visible child */
.row:has(.program-collection-box-cover:not([style*="display: none"])) {
  display: flex; /* or block, depending on your layout */
}



@media (max-width: 768px) {
    .row {
        width: calc(50% - 8px) !important;
    }
}

@media (max-width: 576px) {
    .row {
        width: 100% !important;
    }
}

}