.ifag-club-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ifag-club-header {
    background-color: #001838;
    padding: 50px 40px;
    color: #ffffff;
}

.ifag-club-badge {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ce2139;
    color: #ce2139;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    background-color: rgba(206, 33, 57, 0.05);
    font-family: inherit;
    line-height: 1;
}

.ifag-club-title {
    font-family: inherit;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.ifag-club-subtitle {
    font-size: 16px;
    color: #9ca3af;
    margin: 0;
    font-family: inherit;
    font-weight: 500;
}

.ifag-club-body {
    padding: 45px 40px;
}

.ifag-club-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 35px;
    font-family: inherit;
}

.ifag-club-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ifag-club-list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #111827;
    font-weight: 600;
    line-height: 1.4;
    font-family: inherit;
}

.ifag-club-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #ce2139;
}

@media (max-width: 768px) {
    .ifag-club-header, .ifag-club-body {
        padding: 35px 25px;
    }
    .ifag-club-title {
        font-size: 28px;
    }
    .ifag-club-badge {
        margin-bottom: 20px;
    }
}
