
.fogis-match__article {
    margin: 0 auto 3rem;
    max-width: 960px;
    padding: 0 1.5rem;
}

.fogis-match__card {
    background: #f5f5f5;
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    gap: 1.5rem;
    color: #111;
}

.fogis-match__card-left {
    flex: 1 1 220px;
    min-width: 200px;
}

.fogis-match__badge {
    background: #e0e0e0;
    border-radius: 999px;
    color: #111;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.fogis-match__date {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

.fogis-match__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.fogis-match__time {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.fogis-match__card-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex: 1 1 260px;
    min-width: 240px;
}

.fogis-match__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.fogis-match__team-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.fogis-match__team-name {
    font-size: 0.95rem;
    font-weight: 600;
}

.fogis-match__divider {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
}

.fogis-match__card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.fogis-match__cta {
    background: #111;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0.9rem 2.4rem;
    text-decoration: none;
}

.fogis-match__cta:hover,
.fogis-match__cta:focus {
    background: #333;
}

.fogis-match__tickets {
    color: rgba(0, 0, 0, 0.65);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fogis-match__content {
    margin-top: 2rem;
    color: #1f1f1f;
}

.fogis-match__footer {
    margin-top: 1.5rem;
}

.fogis-match__status {
    display: inline-block;
    background: rgba(0, 0, 0, 0.08);
    color: #111;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.fogis-match__status--inline {
    background: transparent;
    padding: 0;
}

@media (max-width: 768px) {
    .fogis-match__card {
        padding: 1.5rem;
    }

    .fogis-match__card-center {
        order: 3;
    }

    .fogis-match__card-right {
        width: 100%;
        align-items: center;
        order: 2;
    }

    .fogis-match__cta {
        width: 100%;
        text-align: center;
    }
}

.beit-fms-match-list {
    display: grid;
    gap: 2rem;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.beit-fms-match-list-wrapper {
    margin: 0 auto 3rem;
    max-width: 960px;
}

.beit-fms-match-filters {
    display: flex;
    gap: 0.75rem;
    margin: 0 auto 1.5rem;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.beit-fms-match-filter {
    border: 1px solid #ccc;
    border-radius: 999px;
    background: #fff;
    color: #111;
    padding: 0.45rem 1.2rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.beit-fms-match-filter.is-active {
    background: #111;
    color: #fff;
}

.beit-fms-match-filter:focus {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.fogis-match__article--list {
    margin: 0;
    padding: 0;
}

.fogis-match__article--list + .fogis-match__article--list {
    margin-top: 0;
}


.beit-fms-results-wrapper {
    margin: 0 auto 3rem;
    max-width: 960px;
    padding: 0 1.5rem;
}
