﻿.ga-layout {
    padding: 8px 0 36px;
}

.ga-filter-panel,
.guide-panel {
    border: 1px solid #edf2fb;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    padding:10px;
}

.guide-panel__title{
    font-size:16px;
    font-weight:800;
    margin:10px 0 16px 0;
}

.ga-filter-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ga-filter-label {
    font-size: 13px;
    font-weight: 700;
    color: #2166AE;
    margin-bottom: 4px;
}

.ga-filter-chip {
    display: block;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 10px;
    background: #F6F7FA;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    transition: 120ms ease;
    border: 1px solid transparent;
}

    .ga-filter-chip:hover {
        color: #2166AE;
        border-color: #dbe8fb;
        background: #f8fbff;
    }

    .ga-filter-chip.is-active {
        background: #eaf2ff;
        color: #2166AE;
        border-color: #dbe8fb;
    }

.ga-results-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.ga-results-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #2166AE;
    line-height: 1.8;
}

.ga-results-subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    color: #8c96a3;
    line-height: 2;
}

.ga-results-count {
    font-size: 12px;
    color: #6b7280;
    background: #f8fafc;
    border: 1px solid #edf2fb;
    border-radius: 999px;
    padding: 8px 12px;
}

.ga-card-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.ga-guide-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #F6F7FA;
    border: 1px solid #edf2fb;
    border-radius: 12px;
    padding: 18px 16px;
    transition: 120ms ease;
}

    .ga-guide-card:hover {
        transform: translateY(-1px);
        border-color: #dde6f7;
    }

.ga-guide-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ga-guide-card__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #2166AE;
    font-size: 12px;
    font-weight: 600;
}

.ga-guide-card__date {
    font-size: 12px;
    color: #9aa3ad;
    white-space: nowrap;
}

.ga-guide-card__title {
    margin: 0;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
}

.ga-empty-state {
    padding: 32px 20px;
    border-radius: 14px;
    border: 1px dashed #d9e2f1;
    background: #fafcff;
    text-align: center;
}

.ga-empty-state__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #2166AE;
}

.ga-empty-state__text {
    margin: 0;
    font-size: 13px;
    color: #8c96a3;
}

@media (max-width: 991.98px) {
    .ga-layout {
        padding-top: 0;
    }
}
