@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.ci-1112b38e-container {
    font-family: 'DM Sans', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.ci-1112b38e-title {
    font-weight: 700;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}

.ci-1112b38e-main-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 5px;
}

.ci-1112b38e-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin: 0;
}

/* Bloc Email */
.ci-1112b38e-block-email {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
}

.ci-1112b38e-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3EBE4;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    min-width: 42px;
}

.ci-1112b38e-icon-wrapper svg,
.ci-1112b38e-icon-wrapper i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ci-1112b38e-email-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ci-1112b38e-email-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.9;
}

.ci-1112b38e-email-link {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2B3F35;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ci-1112b38e-email-link:hover {
    opacity: 0.8;
}

.ci-1112b38e-email-desc {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

/* Cards */
.ci-1112b38e-card {
    padding: 24px;
}

.ci-1112b38e-card .ci-1112b38e-subtitle {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.ci-1112b38e-card .ci-1112b38e-text {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
}

.ci-1112b38e-card-beige {
    background-color: #F9F8F6;
}

.ci-1112b38e-card-sage {
    background-color: #F0F4F1;
}
