.app-oficiais-container-fluid {
    padding: 0;
}

.app-oficiais-titulo-da-pagina {
    width: 100%;
    height: 8.4375rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
    box-sizing: border-box;
    gap: 1rem;
}

.app-oficiais-div-infor-titulos {
    max-width: 67.25rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-oficiais-titulo-da-pagina-atual {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: #465564;
    line-height: 1;
}

.app-oficiais-page-description {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #465564;
}

/* --- Grid e Cards --- */
.app-oficiais-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 62rem) {
    .app-oficiais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.app-oficiais-card {
    background: #FEFEFE;
    border: 0.0625rem solid #C5C5C5;
    border-radius: 1rem;
    padding: 1.5rem;
}

.app-oficiais-image-wrap {
    width: 6rem;
    height: 6rem;
    border-radius: 0.25rem;
    overflow: hidden;
    flex-shrink: 0;
}

.app-oficiais-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-oficiais-info {
    flex-grow: 1;
}

.app-oficiais-name {
    font-family: 'Kanit', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #465564;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-link img {
    height: 2rem;
    width: auto;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease, outline 0.2s ease, opacity 0.2s ease;
    transform-origin: center center;
    will-change: transform, box-shadow;
}

.app-oficiais-store-links a:hover img,
.store-link:hover img {
    transform: scale(1.08);
    box-shadow: 0 0 0.45rem rgba(0, 0, 0, 0.25);
}

.app-oficiais-store-links a:focus img,
.app-oficiais-store-links a:focus-visible img,
.store-link:focus img,
.store-link:focus-visible img {
    transform: scale(1.03);
    border-radius: 0.25rem;
    outline: 0.0625rem solid #545FFF;
    outline-offset: 0.125rem;
    box-shadow: 0 0 0.45rem rgba(84, 91, 255, 0.18);
    opacity: 1;
}

.app-oficiais-desc {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #465564;
    margin-top: 0.9375rem;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Filtros Desktop --- */
.app-off-filters-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.375rem;
}

.app-off-filters-header .material-symbols-outlined,
.app-off-filters-sheet-header .material-symbols-outlined {
    font-size: 1.5rem;
    color: #465564;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
}

.app-off-filters-header h2 {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #465564;
    margin: 0;
}

/* --- Cabeçalho do sheet mobile --- */
.app-off-filters-sheet-header {
    display: none;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 0;
    margin-bottom: 0.5rem;
}

.app-off-filters-sheet-header .material-symbols-outlined {
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1.5rem;
    color: #465564;
}

.app-off-filters-sheet-header h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #465564;
    margin: 0;
}

@media (max-width: 47.9375rem) {
    .app-off-filters-content-wrapper .app-off-filters-sheet-header {
        display: flex;
    }
}

.app-off-filters-dropdown-icon::before {
    font-family: 'Material Symbols Outlined';
    color: #465564 !important;
}

.app-off-filters-dropdown-icon,
.app-off-filters-header .material-symbols-outlined,
.app-off-filters-sheet-header .material-symbols-outlined {
    color: #465564 !important;
}

.app-off-filters-dropdown summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.app-off-filters-dropdown summary::-webkit-details-marker,
.app-off-filters-dropdown summary::marker {
    display: none;
}

.app-off-filters-dropdown[open] .app-off-filters-dropdown-icon {
    transform: rotate(180deg);
}

.app-off-filters-separator {
    width: 14.0625rem;
    height: 0.125rem;
    background: #E3E3E3;
    margin: 1.25rem auto;
    opacity: 1;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid #929292;
    border-radius: 0.25rem;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #929292;
}

.form-check-input:checked {
    background-color: #239832;
    border-color: #239832;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* --- Mobile / Bottom Sheet --- */
@media (max-width: 61.9375rem) {
    .app-oficiais-titulo-da-pagina {
        height: auto;
        padding: 1.875rem 1rem;
    }

    /* Botão Filtros no fluxo da página */
    .app-off-filters-header {
        border-radius: 0.75rem;
        padding: 0.9375rem;
        justify-content: normal;
    }

    .mb-4 {
        margin-bottom: 0 !important;
    }

    /* Força cor só no material symbol e no texto Filtros do header mobile */
    .app-off-filters-header .material-symbols-outlined,
    .app-off-filters-header h2 {
        color: #1B7727 !important;
    }

    /* Força cor só no material symbol e no texto Filtros do header mobile */
    .app-off-filters-header .material-symbols-outlined,
    .app-off-filters-header h2 {
        color: #1B7727 !important;
    }

    .app-off-filters-header *,
    .app-off-filters-dropdown summary,
    .app-off-filters-dropdown-label,
    .app-off-filters-dropdown-icon {
        color: #465564 !important;
    }

    .app-off-filters-dropdown summary::-webkit-details-marker,
    .app-off-filters-dropdown summary::marker {
        display: none;
    }

    /* O Painel vira Bottom Sheet */
    .app-off-filters-content-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 85vh;
        background: #fff;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
        z-index: 2000;
        padding: 2.5rem 1.25rem 1.25rem;
        box-shadow: 0 -0.625rem 2.5rem rgba(0, 0, 0, 0.2);
        transform: translateY(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
    }

    .app-off-filters-panel.open .app-off-filters-content-wrapper {
        transform: translateY(0);
    }

    /* Alça Visual */
    .app-off-filters-content-wrapper::before {
        content: '';
        position: absolute;
        top: 0.75rem;
        left: 50%;
        transform: translateX(-50%);
        width: 2.8125rem;
        height: 0.3125rem;
        background: #E3E3E3;
        border-radius: 0.625rem;
    }

    /* Overlay */
    body.filter-open::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1999;
        backdrop-filter: blur(0.125rem);
    }

    body.filter-open {
        overflow: hidden;
    }

    .app-off-filters-separator {
        width: 24.375rem;
        max-width: 100%;
    }
}

/* --- Paginação --- */
.pgindex-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin: 2.5rem 0;
}

.pgindex-pagination-link,
.pgindex-pagination-current {
    min-width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    text-decoration: none;
    color: #465564;
    font-family: 'Kanit', sans-serif;
}

.pgindex-pagination-current {
    color: #fff;
}