/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-efbmg2162e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-efbmg2162e] {
    flex: 1;
}

.sidebar[b-efbmg2162e] {
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-efbmg2162e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-efbmg2162e]  a, .top-row[b-efbmg2162e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-efbmg2162e]  a:hover, .top-row[b-efbmg2162e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-efbmg2162e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-efbmg2162e] {
        justify-content: space-between;
    }

    .top-row[b-efbmg2162e]  a, .top-row[b-efbmg2162e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-efbmg2162e] {
        flex-direction: row;
    }

    .sidebar[b-efbmg2162e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-efbmg2162e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-efbmg2162e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-efbmg2162e], article[b-efbmg2162e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-efbmg2162e] {
    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-efbmg2162e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cmey0oifou] {
    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-cmey0oifou] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cmey0oifou] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cmey0oifou] {
    font-size: 1.1rem;
}

.bi[b-cmey0oifou] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cmey0oifou] {
    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-nav-menu[b-cmey0oifou] {
    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-nav-menu[b-cmey0oifou] {
    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");
}

.bi-lock-nav-menu[b-cmey0oifou] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-cmey0oifou] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-cmey0oifou] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-cmey0oifou] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-cmey0oifou] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-cmey0oifou] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cmey0oifou] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cmey0oifou] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cmey0oifou]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cmey0oifou]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cmey0oifou]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cmey0oifou] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cmey0oifou] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cmey0oifou] {
        display: none;
    }

    .nav-scrollable[b-cmey0oifou] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Heplers/FixturesDetailsManagement.razor.rz.scp.css */
.fixtures-details-page[b-c5rx5p0n6i] {
    padding-bottom: 2rem;
}

    .fixtures-details-page h3[b-c5rx5p0n6i] {
        font-weight: 700;
        letter-spacing: -0.02em;
    }

        .fixtures-details-page h3 img[b-c5rx5p0n6i] {
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
        }

    .fixtures-details-page > .row:first-child[b-c5rx5p0n6i] {
        margin-bottom: 0.25rem;
    }

        .fixtures-details-page > .row:first-child .col-12[b-c5rx5p0n6i] {
            padding: 1rem 1.25rem;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.075);
            border-radius: 0.85rem;
            box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.045);
        }

    .fixtures-details-page > .row:nth-of-type(2) > .col-12[b-c5rx5p0n6i] {
        padding: 1rem;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.075);
        border-radius: 0.85rem;
        box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.045);
    }

    .fixtures-details-page .form-label[b-c5rx5p0n6i] {
        margin-bottom: 0.35rem;
        font-size: 0.825rem;
        font-weight: 700;
        color: #6c757d;
    }

    .fixtures-details-page .form-control[b-c5rx5p0n6i],
    .fixtures-details-page .form-select[b-c5rx5p0n6i] {
        border-radius: 0.55rem;
        border-color: rgba(0, 0, 0, 0.15);
    }

        .fixtures-details-page .form-control:focus[b-c5rx5p0n6i],
        .fixtures-details-page .form-select:focus[b-c5rx5p0n6i] {
            border-color: rgba(25, 135, 84, 0.55);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.12);
        }

    .fixtures-details-page .btn[b-c5rx5p0n6i] {
        border-radius: 0.55rem;
    }

    .fixtures-details-page .btn-sm[b-c5rx5p0n6i] {
        border-radius: 0.48rem;
        font-weight: 600;
    }

    .fixtures-details-page .card[b-c5rx5p0n6i] {
        border: 0;
        border-radius: 0.9rem;
        box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.055);
        overflow: hidden;
    }

    .fixtures-details-page .card-header[b-c5rx5p0n6i] {
        padding: 0.9rem 1.1rem;
        font-weight: 700;
    }

        .fixtures-details-page .card-header.bg-dark[b-c5rx5p0n6i],
        .fixtures-details-page .card-header.text-white.bg-dark[b-c5rx5p0n6i] {
            background: #212529 !important;
        }

        .fixtures-details-page .card-header.bg-dark-subtle[b-c5rx5p0n6i],
        .fixtures-details-page .card-header.bg-success.bg-opacity-10[b-c5rx5p0n6i],
        .fixtures-details-page .card-header.bg-dark-subtle.bg-opacity-10[b-c5rx5p0n6i] {
            padding: 0.85rem 1rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        }

    .fixtures-details-page .card-body[b-c5rx5p0n6i] {
        padding: 1.1rem;
    }

        .fixtures-details-page .card-body.p-0[b-c5rx5p0n6i] {
            padding: 0 !important;
        }

    .fixtures-details-page .card-footer[b-c5rx5p0n6i] {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding: 0.85rem 1rem;
    }

    .fixtures-details-page .table[b-c5rx5p0n6i] {
        font-size: 0.925rem;
    }

        .fixtures-details-page .table thead th[b-c5rx5p0n6i] {
            padding: 0.8rem 0.75rem;
            font-size: 0.78rem;
            font-weight: 800;
            color: #495057;
            text-transform: uppercase;
            letter-spacing: 0.035em;
            background: #f8f9fa;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }

        .fixtures-details-page .table tbody td[b-c5rx5p0n6i] {
            padding: 0.75rem;
            vertical-align: middle;
        }

    .fixtures-details-page .table-hover tbody tr:hover[b-c5rx5p0n6i] {
        background-color: rgba(25, 135, 84, 0.045);
    }

    .fixtures-details-page .table-success[b-c5rx5p0n6i] {
        --bs-table-bg: rgba(25, 135, 84, 0.12);
        --bs-table-striped-bg: rgba(25, 135, 84, 0.14);
        --bs-table-hover-bg: rgba(25, 135, 84, 0.18);
    }

    .fixtures-details-page .alert[b-c5rx5p0n6i] {
        border: 0;
        border-radius: 0.85rem;
        box-shadow: 0 0.35rem 0.9rem rgba(0, 0, 0, 0.045);
    }

    .fixtures-details-page .alert-warning[b-c5rx5p0n6i] {
        background: #fff8e1;
        color: #664d03;
    }

    .fixtures-details-page .alert-secondary[b-c5rx5p0n6i] {
        background: #f8f9fa;
        color: #495057;
    }

    .fixtures-details-page .badge[b-c5rx5p0n6i] {
        border-radius: 999px;
        padding: 0.4rem 0.65rem;
        font-weight: 700;
    }

    .fixtures-details-page .nav-tabs[b-c5rx5p0n6i] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .fixtures-details-page .nav-tabs .nav-link[b-c5rx5p0n6i] {
            border-radius: 0.55rem 0.55rem 0 0;
            font-weight: 700;
            color: #6c757d;
        }

            .fixtures-details-page .nav-tabs .nav-link.active[b-c5rx5p0n6i] {
                color: #198754;
                border-color: rgba(25, 135, 84, 0.35) rgba(25, 135, 84, 0.35) #ffffff;
            }

    .fixtures-details-page textarea.form-control[b-c5rx5p0n6i] {
        line-height: 1.45;
        resize: vertical;
    }

    .fixtures-details-page textarea[style*="monospace"][b-c5rx5p0n6i] {
        min-height: 360px !important;
        padding: 1rem;
        background: #111827;
        color: #e5e7eb;
        border-color: #1f2937;
        border-radius: 0.75rem;
        font-size: 0.86rem;
        line-height: 1.55;
    }

        .fixtures-details-page textarea[style*="monospace"]:focus[b-c5rx5p0n6i] {
            background: #111827;
            color: #ffffff;
            border-color: #198754;
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.18);
        }

    .fixtures-details-page .border.rounded[b-c5rx5p0n6i],
    .fixtures-details-page .bg-white.border.rounded[b-c5rx5p0n6i],
    .fixtures-details-page .p-3.border.rounded[b-c5rx5p0n6i] {
        border-color: rgba(0, 0, 0, 0.1) !important;
        border-radius: 0.8rem !important;
    }

    .fixtures-details-page .rounded[b-c5rx5p0n6i] {
        border-radius: 0.65rem !important;
    }

    .fixtures-details-page .list-group-item[b-c5rx5p0n6i] {
        border-color: rgba(0, 0, 0, 0.08);
    }

    .fixtures-details-page .overflow-auto[b-c5rx5p0n6i] {
        scrollbar-width: thin;
    }

    .fixtures-details-page .modal-content[b-c5rx5p0n6i],
    .modal-content[b-c5rx5p0n6i] {
        border: 0;
        border-radius: 0.9rem;
        box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
        overflow: hidden;
    }

    .fixtures-details-page .modal-header[b-c5rx5p0n6i],
    .modal-header[b-c5rx5p0n6i] {
        padding: 0.9rem 1.1rem;
    }

    .fixtures-details-page .modal-body[b-c5rx5p0n6i],
    .modal-body[b-c5rx5p0n6i] {
        padding: 1.1rem;
    }

    .fixtures-details-page .modal-footer[b-c5rx5p0n6i],
    .modal-footer[b-c5rx5p0n6i] {
        padding: 0.85rem 1.1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

@media (max-width: 991.98px) {
    .fixtures-details-page .card-header[b-c5rx5p0n6i] {
        gap: 0.75rem;
        align-items: flex-start !important;
        flex-direction: column;
    }

        .fixtures-details-page .card-header .d-flex.align-items-center.gap-2[b-c5rx5p0n6i],
        .fixtures-details-page .card-header > div:last-child[b-c5rx5p0n6i] {
            width: 100%;
            flex-wrap: wrap;
        }

    .fixtures-details-page .card-footer .d-flex.justify-content-between[b-c5rx5p0n6i] {
        gap: 0.75rem;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .fixtures-details-page .card-footer .form-check[b-c5rx5p0n6i] {
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 767.98px) {
    .fixtures-details-page > .row:first-child .col-12[b-c5rx5p0n6i],
    .fixtures-details-page > .row:nth-of-type(2) > .col-12[b-c5rx5p0n6i] {
        padding: 0.85rem;
    }

    .fixtures-details-page h3[b-c5rx5p0n6i] {
        font-size: 1.25rem;
    }

    .fixtures-details-page .table[b-c5rx5p0n6i] {
        min-width: 760px;
    }

    .fixtures-details-page .card-body[b-c5rx5p0n6i] {
        padding: 0.9rem;
    }
}
/* /Components/Pages/Sport/SportNewsDetails.razor.rz.scp.css */
/* SportNewsDetails.razor.css
   Visible design refresh for SportNewsDetails.razor.
   CSS-only: no Razor logic, bindings, handlers or comments are changed. */

.sport-news-details-page[b-4dxv1rs31b] {
    width: 100%;
    display: block !important;
    padding: 1rem;
    border-radius: 1rem;
    background: #f6f8fb;
}

    .sport-news-details-page form[b-4dxv1rs31b] {
        width: 100%;
    }

    .sport-news-details-page .row[b-4dxv1rs31b] {
        --bs-gutter-x: 1.25rem;
    }

    .sport-news-details-page .card[b-4dxv1rs31b] {
        border: 0 !important;
        border-radius: 1rem;
        box-shadow: 0 0.35rem 1.25rem rgba(15, 23, 42, 0.08);
        overflow: hidden;
        background: #ffffff;
    }

    .sport-news-details-page .card-header[b-4dxv1rs31b] {
        padding: 0.9rem 1.15rem;
        border-bottom: 0;
    }

        .sport-news-details-page .card-header.text-bg-dark[b-4dxv1rs31b] {
            background: linear-gradient(135deg, #212529 0%, #343a40 100%) !important;
        }

        .sport-news-details-page .card-header span[b-4dxv1rs31b] {
            font-weight: 700;
            letter-spacing: 0.01em;
        }

    .sport-news-details-page .card-body[b-4dxv1rs31b] {
        padding: 1.25rem;
        background: #ffffff;
    }

    .sport-news-details-page img.img-fluid[b-4dxv1rs31b] {
        width: 100% !important;
        max-width: 22rem;
        max-height: 14rem;
        object-fit: contain;
        padding: 0.35rem;
        border: 1px solid #e5e7eb;
        border-radius: 1rem;
        background: #ffffff;
        box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.08);
    }

    .sport-news-details-page .input-group[b-4dxv1rs31b] {
        box-shadow: 0 0.1rem 0.35rem rgba(15, 23, 42, 0.04);
        border-radius: 0.65rem;
    }

        .sport-news-details-page .input-group .form-control[b-4dxv1rs31b] {
            border-top-left-radius: 0.65rem;
            border-bottom-left-radius: 0.65rem;
        }

    .sport-news-details-page .input-group-text[b-4dxv1rs31b] {
        border-top-right-radius: 0.65rem;
        border-bottom-right-radius: 0.65rem;
        background: #f8fafc;
    }

    .sport-news-details-page .form-label[b-4dxv1rs31b] {
        font-weight: 650;
        color: #3f4752;
        margin-bottom: 0.4rem;
    }

    .sport-news-details-page .form-control[b-4dxv1rs31b],
    .sport-news-details-page .form-select[b-4dxv1rs31b] {
        border-radius: 0.65rem;
        border-color: #d8dee6;
    }

        .sport-news-details-page .form-control:focus[b-4dxv1rs31b],
        .sport-news-details-page .form-select:focus[b-4dxv1rs31b] {
            border-color: #198754;
            box-shadow: 0 0 0 0.18rem rgba(25, 135, 84, 0.14);
        }

    .sport-news-details-page textarea.form-control[b-4dxv1rs31b] {
        min-height: 5.75rem;
        resize: vertical;
    }

    .sport-news-details-page .list-group[b-4dxv1rs31b] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .sport-news-details-page .list-group-item[b-4dxv1rs31b] {
        border: 1px solid #e5e7eb !important;
        border-radius: 1rem !important;
        padding: 1rem !important;
        box-shadow: 0 0.2rem 0.75rem rgba(15, 23, 42, 0.05);
        background: #ffffff;
    }

        .sport-news-details-page .list-group-item:not(.bg-light)[b-4dxv1rs31b] {
            border-left: 4px solid #198754 !important;
        }

        .sport-news-details-page .list-group-item.bg-light[b-4dxv1rs31b] {
            background: #f8fafc !important;
            border: 1px dashed #b6c2cf !important;
            box-shadow: none;
        }

        /* Content item header layout: title/input left, action buttons right. */
        .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3[b-4dxv1rs31b] {
            gap: 0.65rem;
        }

            .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .form-control[b-4dxv1rs31b] {
                min-width: 0;
            }

            /* Only up/down/save/delete action buttons. Does not affect radio groups. */
            .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group[b-4dxv1rs31b] {
                display: inline-flex;
                flex: 0 0 auto;
                gap: 0.35rem;
                margin-left: 0 !important;
                white-space: nowrap;
            }

                .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group > button.btn[b-4dxv1rs31b] {
                    width: 2.45rem;
                    height: 2.45rem;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 0;
                    border-radius: 0.6rem !important;
                    margin-left: 0 !important;
                }

                    .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group > button.btn + button.btn[b-4dxv1rs31b] {
                        margin-left: 0 !important;
                    }

                    .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group > button.btn i[b-4dxv1rs31b] {
                        margin: 0 !important;
                    }

        /* Add content block. */
        .sport-news-details-page .list-group-item.bg-light > .d-flex > .w-100 > .d-flex.align-items-center.mt-3[b-4dxv1rs31b] {
            gap: 0.75rem;
            align-items: stretch !important;
        }

        .sport-news-details-page .list-group-item.bg-light .btn-group:not([role="group"])[b-4dxv1rs31b] {
            flex: 0 0 auto;
            margin-left: 0 !important;
        }

            .sport-news-details-page .list-group-item.bg-light .btn-group:not([role="group"]) .btn[b-4dxv1rs31b] {
                min-height: 2.55rem;
                border-radius: 0.65rem !important;
                padding-left: 1rem;
                padding-right: 1rem;
                white-space: nowrap;
            }

    /* Component type and template radio groups - keep Bootstrap segmented look. */
    .sport-news-details-page .btn-group[role="group"][b-4dxv1rs31b] {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        box-shadow: 0 0.1rem 0.35rem rgba(15, 23, 42, 0.06);
        border-radius: 0.5rem;
    }

        .sport-news-details-page .btn-group[role="group"] > .btn-check + .btn[b-4dxv1rs31b],
        .sport-news-details-page .btn-group[role="group"] > label.btn[b-4dxv1rs31b] {
            width: auto !important;
            height: auto !important;
            min-height: 2.4rem;
            padding: 0.45rem 0.85rem !important;
            margin-left: -1px !important;
            border-radius: 0 !important;
            border-color: #6c757d !important;
            background: #ffffff;
            color: #5d6672;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
        }

            .sport-news-details-page .btn-group[role="group"] > .btn-check:first-child + .btn[b-4dxv1rs31b],
            .sport-news-details-page .btn-group[role="group"] > label.btn:first-of-type[b-4dxv1rs31b] {
                margin-left: 0 !important;
                border-top-left-radius: 0.5rem !important;
                border-bottom-left-radius: 0.5rem !important;
            }

            .sport-news-details-page .btn-group[role="group"] > label.btn:last-child[b-4dxv1rs31b] {
                border-top-right-radius: 0.5rem !important;
                border-bottom-right-radius: 0.5rem !important;
            }

        .sport-news-details-page .btn-group[role="group"] > .btn-check:checked + .btn[b-4dxv1rs31b] {
            background: #6c757d !important;
            color: #ffffff !important;
            border-color: #6c757d !important;
            z-index: 2;
        }

    .sport-news-details-page .mb-4.mt-4[b-4dxv1rs31b] {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .sport-news-details-page .form-check[b-4dxv1rs31b] {
        padding-top: 0.2rem;
    }

    .sport-news-details-page .form-check-input[b-4dxv1rs31b] {
        cursor: pointer;
    }

    .sport-news-details-page .form-check-label[b-4dxv1rs31b] {
        cursor: pointer;
        color: #3f4752;
    }

    .sport-news-details-page .col-12.my-4[b-4dxv1rs31b] {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 1rem;
        border-radius: 0.85rem;
        background: #ffffff;
        box-shadow: 0 0.2rem 0.75rem rgba(15, 23, 42, 0.05);
    }

    .sport-news-details-page .validation-message[b-4dxv1rs31b],
    .sport-news-details-page .validation-errors[b-4dxv1rs31b] {
        color: #dc3545;
        font-size: 0.875rem;
        margin-top: 0.35rem;
    }

    .sport-news-details-page hr[b-4dxv1rs31b] {
        opacity: 0.12;
    }

@media (max-width: 991.98px) {
    .sport-news-details-page[b-4dxv1rs31b] {
        padding: 0.75rem;
    }

        .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3[b-4dxv1rs31b],
        .sport-news-details-page .list-group-item.bg-light > .d-flex > .w-100 > .d-flex.align-items-center.mt-3[b-4dxv1rs31b] {
            align-items: stretch !important;
            flex-direction: column;
            gap: 0.75rem;
        }

            .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .form-control[b-4dxv1rs31b],
            .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group[b-4dxv1rs31b],
            .sport-news-details-page .list-group-item.bg-light .btn-group:not([role="group"])[b-4dxv1rs31b] {
                width: 100%;
            }

            .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group[b-4dxv1rs31b] {
                display: flex;
            }

                .sport-news-details-page .list-group-item:not(.bg-light) > .d-flex > .w-100 > .d-flex.align-items-center.mt-3 > .btn-group > button.btn[b-4dxv1rs31b] {
                    flex: 1 1 auto;
                    width: auto;
                }

        .sport-news-details-page .list-group-item.bg-light .btn-group:not([role="group"]) .btn[b-4dxv1rs31b] {
            width: 100%;
        }

        .sport-news-details-page .btn-group[role="group"][b-4dxv1rs31b] {
            flex-wrap: wrap !important;
            box-shadow: none;
            gap: 0.35rem !important;
        }

            .sport-news-details-page .btn-group[role="group"] > .btn-check + .btn[b-4dxv1rs31b],
            .sport-news-details-page .btn-group[role="group"] > label.btn[b-4dxv1rs31b] {
                border-radius: 0.5rem !important;
                margin-left: 0 !important;
            }
}
