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

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

.app-oficiais-div-infor-titulos {
    max-width: 1076px;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

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

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

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

.app-oficiais-card {
    background: #FEFEFE;
    border: 1px solid #C5C5C5;
    border-radius: 16px;
    padding: 24px;
}

.app-oficiais-image-wrap {
    width: 96px;
    height: 96px;
    border-radius: 4px;
    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: 18px;
    font-weight: 500;
    color: #465564;
    margin-bottom: 8px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-link img {
    height: 32px;
    width: auto;
}

.app-oficiais-desc {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #465564;
    margin-top: 15px;
    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: 10px;
    margin-bottom: 6px;
}

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

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

/* --- Cabeçalho do sheet mobile --- */
.app-off-filters-sheet-header {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    margin-bottom: 8px;
}

.app-off-filters-sheet-header .material-symbols-outlined {
    width: 18px;
    height: 18px;
    font-size: 24px;
    color: #465564;
}

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

@media (max-width: 767px) {
    .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: 8px;
    cursor: pointer;
    margin-bottom: 8px;
}

.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: 225px;
    height: 2px;
    background: #E3E3E3;
    margin: 20px auto;
    opacity: 1;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #929292;
    border-radius: 4px;
    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: 991px) {
    .app-oficiais-titulo-da-pagina {
        height: auto;
        padding: 30px 16px;
    }

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

    .mb-4 {
        margin-bottom: 0px !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: 24px;
        border-top-right-radius: 24px;
        z-index: 2000;
        padding: 40px 20px 20px;
        box-shadow: 0 -10px 40px 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: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 45px;
        height: 5px;
        background: #E3E3E3;
        border-radius: 10px;
    }

    /* 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(2px);
    }

    body.filter-open {
        overflow: hidden;
    }

    .app-off-filters-separator {
        width: 390px;
        max-width: 100%;
    }
}

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

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

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