/* Layout de base pour la carte */
.kfc-wrapper-622ab31d {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f6f5f1; /* Couleur par défaut */
    border-radius: 20px;
    padding: 40px;
    min-height: 450px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

/* Section haute (Texte + Bouton) */
.kfc-content-top-622ab31d {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 2;
    position: relative;
}

.kfc-top-text-622ab31d {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.3;
    max-width: 80%;
}

.kfc-btn-622ab31d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dab66f;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.kfc-btn-622ab31d:hover,
.kfc-btn-622ab31d:focus {
    color: #ffffff;
    text-decoration: none;
}

/* Section basse (Chiffre + Texte) */
.kfc-content-bottom-622ab31d {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    margin-top: 40px;
}

.kfc-number-622ab31d {
    font-size: 80px;
    font-weight: 800;
    color: #2c2c2c;
    line-height: 1;
    margin-bottom: 5px;
}

.kfc-bottom-text-622ab31d {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
}
