.mc-fb-events-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mc-fb-events-header {
    text-align: center;
    margin: 0 0 24px;
}

.mc-fb-events-header h2 {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.15;
    letter-spacing: 0.02em;
}

.mc-fb-events-card {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    overflow: hidden;
}

.mc-fb-events-card--wide {
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 500px);
    gap: 38px;
    align-items: center;
    padding: 38px;
}

.mc-fb-events-info {
    color: #202020;
}

.mc-fb-events-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(24, 119, 242, 0.10);
    color: #0f4fa8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.mc-fb-events-info h3 {
    margin: 0 0 12px;
    font-size: clamp(34px, 3.8vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #202020;
}

.mc-fb-events-info p {
    margin: 0 0 22px;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
}

.mc-fb-events-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #1877f2;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(24,119,242,0.25);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mc-fb-events-button:hover {
    background: #0f66d6;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(24,119,242,0.30);
}

.mc-fb-events-feed {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    text-align: center;
}

.mc-fb-events-iframe {
    display: block;
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

.mc-fb-events-note {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 1.45;
    opacity: 0.75;
}

@media (max-width: 900px) {
    .mc-fb-events-card--wide {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px 20px;
        gap: 26px;
    }

    .mc-fb-events-info p {
        margin-left: auto;
        margin-right: auto;
    }

    .mc-fb-events-feed {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 560px) {
    .mc-fb-events-card,
    .mc-fb-events-card--wide {
        padding: 14px;
        border-radius: 18px;
    }

    .mc-fb-events-info h3 {
        font-size: 32px;
    }

    .mc-fb-events-info p {
        font-size: 16px;
    }

    .mc-fb-events-button {
        width: 100%;
    }
}
