/* OGC brand archive page styles
   Loaded only by taxonomy-ogc_brand.php
*/

.ogc-brand-archive .container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.ogc-brand-header {
    text-align: center;
    margin: 0 auto 28px;
    padding: 26px 0 8px;
}

.ogc-brand-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.ogc-brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 240px;
    max-height: 120px;
    object-fit: contain;
    margin: 0 auto;
}

.ogc-brand-header h1 {
    margin: 0;
    text-align: center;
    font-size: clamp(2.1rem, 4vw, 3.75rem);
    line-height: 1.05;
    color: #1f5b2f;
}

.ogc-brand-header .archive-description {
    max-width: 760px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
}

.ogc-brand-filter-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 28px;
    text-align: center;
}

.ogc-brand-filter-main {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ogc-brand-filter-label {
    font-weight: 700;
}

.ogc-brand-filter-form select {
    min-width: 220px;
    padding: 8px 12px;
    border: 1px solid rgba(31, 91, 47, 0.25);
    border-radius: 8px;
    background: #fff;
}

.ogc-brand-filter-status {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

.ogc-brand-filter-clear {
    font-weight: 700;
    color: #1f5b2f;
}

.ogc-brand-archive .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 36px auto 12px;
    text-align: center;
}

.ogc-brand-archive .pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(31, 91, 47, 0.2);
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1;
}

.ogc-brand-archive .pagination .page-numbers.current {
    background: #1f5b2f;
    border-color: #1f5b2f;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 640px) {
    .ogc-brand-logo {
        max-width: 190px;
        max-height: 95px;
    }

    .ogc-brand-filter-main,
    .ogc-brand-filter-status {
        width: 100%;
    }

    .ogc-brand-filter-form select {
        width: 100%;
        max-width: 340px;
    }
}
