/* _content/FamilyCal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wrkm8s4kyo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wrkm8s4kyo] {
    flex: 1;
}

.sidebar[b-wrkm8s4kyo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wrkm8s4kyo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wrkm8s4kyo]  a, .top-row[b-wrkm8s4kyo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wrkm8s4kyo]  a:hover, .top-row[b-wrkm8s4kyo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wrkm8s4kyo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wrkm8s4kyo] {
        justify-content: space-between;
    }

    .top-row[b-wrkm8s4kyo]  a, .top-row[b-wrkm8s4kyo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wrkm8s4kyo] {
        flex-direction: row;
    }

    .sidebar[b-wrkm8s4kyo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wrkm8s4kyo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wrkm8s4kyo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wrkm8s4kyo], article[b-wrkm8s4kyo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wrkm8s4kyo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wrkm8s4kyo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FamilyCal/Components/Layout/MainNavMenu.razor.rz.scp.css */
.navbar-toggler[b-qlgh51tyyp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-qlgh51tyyp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qlgh51tyyp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qlgh51tyyp] {
    font-size: 1.1rem;
}

.bi[b-qlgh51tyyp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-qlgh51tyyp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-qlgh51tyyp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-qlgh51tyyp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qlgh51tyyp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qlgh51tyyp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qlgh51tyyp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qlgh51tyyp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qlgh51tyyp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qlgh51tyyp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qlgh51tyyp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qlgh51tyyp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qlgh51tyyp] {
        display: none;
    }

    .nav-scrollable[b-qlgh51tyyp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* File: FamilyCal/Components/Layout/MainNavMenu.razor.css */

/* Mobile: ensure the toggle is visible on light headers */
@media (max-width: 640.98px) {
    .navbar-toggler[b-qlgh51tyyp] {
        /* subtle hit plate for contrast on white */
        background-color: rgba(0, 0, 0, 0.06);
        border-color: rgba(0, 0, 0, 0.15);
    }

    .navbar-toggler[b-qlgh51tyyp] {
        /* swap the embedded SVG stroke from white -> dark */
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.75rem;
    }

        .navbar-toggler:checked[b-qlgh51tyyp] {
            background-color: rgba(0, 0, 0, 0.12);
        }
}

/* _content/FamilyCal/Components/Pages/Home.razor.rz.scp.css */
/* File: FamilyCal/Components/Pages/Home.razor.css */
.home-grid[b-8eoecxzqbc] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

.home-left[b-8eoecxzqbc] {
    min-width: 0;
}

.home-right[b-8eoecxzqbc] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card[b-8eoecxzqbc] {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 12px;
    background: var(--surface, #fff);
}

.card-header[b-8eoecxzqbc] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 12px;
}

.title[b-8eoecxzqbc] {
    font-size: 1.05rem;
    font-weight: 600;
}

.subtitle[b-8eoecxzqbc] {
    font-size: .9rem;
    opacity: .75;
}

.link[b-8eoecxzqbc] {
    font-size: .9rem;
    text-decoration: none;
}

    .link:hover[b-8eoecxzqbc] {
        text-decoration: underline;
    }

.simple-list[b-8eoecxzqbc] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .simple-list li[b-8eoecxzqbc] {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }

        .simple-list li:last-child[b-8eoecxzqbc] {
            border-bottom: none;
        }

.row[b-8eoecxzqbc] {
    gap: 12px;
}

.grow[b-8eoecxzqbc] {
    flex: 1;
}

.badge[b-8eoecxzqbc] {
    font-size: .85rem;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.12);
    opacity: .9;
}

.empty-state[b-8eoecxzqbc] {
    padding: 10px 0;
    opacity: .75;
}

.mt[b-8eoecxzqbc] {
    margin-top: 0;
}

@media (max-width: 992px) {
    .home-grid[b-8eoecxzqbc] {
        grid-template-columns: 1fr;
    }
}
/* _content/FamilyCal/Components/Pages/MealCalendar.razor.rz.scp.css */
.shopping-row[b-uoay7ylkc9] {
    display: flex;
    align-items: flex-end; /* aligns inputs nicely */
    gap: 12px;
}

.item-col[b-uoay7ylkc9] {
    flex: 1 1 auto; /* item field grows */
    min-width: 0; /* prevents overflow in flexbox */
    width: min-content;
}

.qty-col[b-uoay7ylkc9] {
    width: 125px; /* fits 3 digits + spinner */
    flex: 0 0 125px;
}
/* _content/FamilyCal/Components/Pages/Settings.razor.rz.scp.css */
/* File: FamilyCal/Components/Layout/MainNavMenu.razor.css */
.nav-footer[b-1m8qu9y80a] {
    margin-top: auto;
    padding: 8px 12px;
    font-size: 0.75rem;
    opacity: 0.6;
    text-align: center;
}

    .nav-footer .version[b-1m8qu9y80a] {
        user-select: none;
    }
.fc-breakpoint[b-1m8qu9y80a]::after {
    content: "≥768px (desktop)";
}

@media (max-width: 767px) {
    .fc-breakpoint[b-1m8qu9y80a]::after {
        content: "<768px (mobile)";
    }
}
/* _content/FamilyCal/Components/Pages/ShoppingList.razor.rz.scp.css */
/* File: FamilyCal/Pages/ShoppingList.razor.css */
/* Mobile breakpoint - adjust if you want (768px is typical) */
@media (max-width: 768px) {
    .fc-hide-mobile[b-nc3s0f6u2p] {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .fc-show-mobile-only[b-nc3s0f6u2p] {
        display: none !important;
    }
}
/* File: FamilyCal/Pages/ShoppingList.razor.css */
.fc-page[b-nc3s0f6u2p] {
    padding: 12px;
}

.fc-header[b-nc3s0f6u2p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.fc-title[b-nc3s0f6u2p] {
    margin: 0;
}

.fc-actions[b-nc3s0f6u2p] {
    display: flex;
    gap: 8px;
}

.fc-row-actions[b-nc3s0f6u2p] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fc-dialog[b-nc3s0f6u2p] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fc-field[b-nc3s0f6u2p] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fc-label[b-nc3s0f6u2p] {
    font-weight: 600;
}

.fc-readonly[b-nc3s0f6u2p] {
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 6px;
}

.fc-dialog-actions[b-nc3s0f6u2p] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 8px;
}

.fc-history-subtitle[b-nc3s0f6u2p] {
    font-weight: 600;
    margin-bottom: 10px;
}
.fc-edit[b-nc3s0f6u2p] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* File: FamilyCal/Pages/ShoppingList.razor.css */
.fc-inline-actions[b-nc3s0f6u2p] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.fc-status[b-nc3s0f6u2p] {
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 6px;
    background: rgba(0,0,0,0.03);
}

.fc-hint[b-nc3s0f6u2p] {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-top: 6px;
}
/* File: FamilyCal/Pages/ShoppingList.razor.css */
.fc-popular-toolbar[b-nc3s0f6u2p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fc-popular-list[b-nc3s0f6u2p] {
    margin-top: 12px;
    max-height: 420px;
    overflow: auto;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 6px;
}

.fc-popular-row[b-nc3s0f6u2p] {
    display: flex;
    gap: 10px;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

    .fc-popular-row:last-child[b-nc3s0f6u2p] {
        border-bottom: none;
    }

.fc-check[b-nc3s0f6u2p] {
    margin-top: 4px;
}

.fc-popular-main[b-nc3s0f6u2p] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fc-popular-name[b-nc3s0f6u2p] {
    font-weight: 600;
}

.fc-popular-meta[b-nc3s0f6u2p] {
    font-size: 0.9rem;
    opacity: 0.85;
}
/* _content/FamilyCal/Components/Pages/Weather.razor.rz.scp.css */
.weather-pill-group[b-2dww7xrqm0] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.weather-pill.e-btn[b-2dww7xrqm0] {
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: 500;
}
/* File: FamilyCal/Components/Pages/WeatherParts/CurrentWeatherCard.razor.css */

/* Reuse wx-day-card styling from your 5-day CSS.
   These are only current-specific adjustments. */

.wx-current-card[b-2dww7xrqm0] {
    border-radius: 22px;
    border: 1.5px solid rgba(0, 0, 0, 0.25);
}

/* Make current icon stand out (still aligned with card look) */
.wx-icon-current[b-2dww7xrqm0] {
    width: 220px;
    height: 220px;
}

@media (max-width: 767px) {
    .wx-icon-current[b-2dww7xrqm0] {
        width: 160px;
        height: 160px;
    }
}

/* Make current temp a bit more prominent than daily cards */
.wx-temps-current .wx-temp-hi[b-2dww7xrqm0] {
    font-size: 34px;
}

.wx-temps-current .wx-temp-lo[b-2dww7xrqm0] {
    font-size: 16px;
    opacity: 0.8;
}
/* File: FamilyCal/Components/Pages/Weather.razor.css */
.weather-pill-group[b-2dww7xrqm0] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.weather-pill.e-btn[b-2dww7xrqm0] {
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: 500;
}

.pill-alert[b-2dww7xrqm0] {
    margin-right: 6px;
    font-weight: 800;
}

/* Current + Alerts row */
.wx-top-row[b-2dww7xrqm0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .wx-top-row[b-2dww7xrqm0] {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}
/* _content/FamilyCal/Components/Pages/WeatherParts/CurrentWeather.razor.rz.scp.css */
/* File: FamilyCal/Components/Pages/WeatherParts/CurrentWeather.razor.css */
.wx-now-alert[b-84m92gzqt5] {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 4px;
}

.wx-alert-link[b-84m92gzqt5] {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.wx-alerts-dialog[b-84m92gzqt5] {
    border-radius: 18px;
}

/* Improve readability inside dialog */
.wx-alert[b-84m92gzqt5] {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.wx-alert-title[b-84m92gzqt5] {
    font-weight: 800;
    margin-bottom: 4px;
}

.wx-alert-meta[b-84m92gzqt5] {
    font-size: 12px;
    opacity: 0.75;
    margin-bottom: 8px;
}

.wx-alert-sender[b-84m92gzqt5] {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 8px;
}

.wx-alert-desc[b-84m92gzqt5] {
    white-space: pre-line;
    line-height: 1.35;
    margin-bottom: 8px;
}

.wx-alert-tags[b-84m92gzqt5] {
    font-size: 12px;
    opacity: 0.75;
}
.wx-alerts-dialog .e-dlg-header[b-84m92gzqt5] {
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
}
/* _content/FamilyCal/Components/Pages/WeatherParts/CurrentWeatherCard.razor.rz.scp.css */
/* File: FamilyCal/Components/Pages/WeatherParts/CurrentWeatherCard.razor.css */

/* Reuse wx-day-card styling from your 5-day CSS.
   These are only current-specific adjustments. */

.wx-current-card[b-xx38t2da9k] {
    border-radius: 22px;
    border: 1.5px solid rgba(0, 0, 0, 0.25);
}

/* Make current icon stand out (still aligned with card look) */
.wx-icon-current[b-xx38t2da9k] {
    width: 220px;
    height: 220px;
}

@media (max-width: 767px) {
    .wx-icon-current[b-xx38t2da9k] {
        width: 160px;
        height: 160px;
    }
}

/* Make current temp a bit more prominent than daily cards */
.wx-temps-current .wx-temp-hi[b-xx38t2da9k] {
    font-size: 34px;
}

.wx-temps-current .wx-temp-lo[b-xx38t2da9k] {
    font-size: 16px;
    opacity: 0.8;
}
/* _content/FamilyCal/Components/Pages/WeatherParts/FiveDayForecastCards.razor.rz.scp.css */
/* File: FamilyCal/Components/Pages/WeatherParts/FiveDayForecastCards.razor.css */
.wx-5day[b-c1zwo788aq] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px) {
    .wx-5day[b-c1zwo788aq] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .wx-5day[b-c1zwo788aq] {
        grid-template-columns: repeat(5, 1fr);
    }
}

.wx-day-card[b-c1zwo788aq] {
    border-radius: 22px; /* more rounded */
    border: 1.5px solid rgba(0, 0, 0, 0.25); /* darker border */
    box-shadow: 0 4px 10px rgba(0,0,0,0.28);
}

.wx-day-header[b-c1zwo788aq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wx-day-title .wx-dow[b-c1zwo788aq] {
    font-size: 18px;
    font-weight: 650;
    line-height: 1.1;
}

.wx-day-title .wx-date[b-c1zwo788aq] {
    font-size: 13px;
    opacity: 0.75;
}

.wx-icon-wrap[b-c1zwo788aq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-icon[b-c1zwo788aq] {
    width: 130px; /* 4 × 44 */
    height: 130px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .wx-icon[b-c1zwo788aq] {
        width: 80px;
        height: 80px;
    }
}
.wx-conditions[b-c1zwo788aq] {
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.9;
    min-height: 20px;
}

.wx-temps[b-c1zwo788aq] {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    align-content: center;
}

.wx-temp-hi[b-c1zwo788aq] {
    font-size: 22px;
    font-weight: 700;
}

.wx-temp-lo[b-c1zwo788aq] {
    font-size: 16px;
    opacity: 0.75;
}

.wx-metrics[b-c1zwo788aq] {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.wx-metric[b-c1zwo788aq] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .wx-metric .label[b-c1zwo788aq] {
        opacity: 0.75;
    }

    .wx-metric .value[b-c1zwo788aq] {
        font-weight: 600;
    }
/* _content/FamilyCal/Components/Pages/WeatherParts/WeatherAlertsCard.razor.rz.scp.css */
/* File: FamilyCal/Components/Pages/WeatherParts/WeatherAlertsCard.razor.css */
.wx-alerts-card[b-7xcglmihv5] {
    border-radius: 22px;
    border: 1.5px solid rgba(0, 0, 0, 0.25);
}

.wx-alert[b-7xcglmihv5] {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.wx-alert-title[b-7xcglmihv5] {
    font-weight: 700;
    margin-bottom: 4px;
}

.wx-alert-meta[b-7xcglmihv5] {
    font-size: 12px;
    opacity: 0.75;
    margin-bottom: 8px;
}

.wx-alert-desc[b-7xcglmihv5] {
    font-size: 13px;
    line-height: 1.35;
    opacity: 0.9;
    white-space: pre-line;
}
/* _content/FamilyCal/Components/Pages/Widgets/UserQuickBar.razor.rz.scp.css */
/* File: wwwroot/css/app.css (or site.css) */
@media (max-width: 768px) {
    .fc-user-pills[b-ra0efvkacy] {
        display: none !important;
    }
}
