@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2025 Astrolab <info@astrolab.com> and another company
*/

/*
 * =================================================
 * ==================== 1. Card ====================
*/
.mck-card {
    border: 1px solid #89C05C;
    border-radius: 25px 25px 0px 25px;
    background-color: #ffffff66;
}

.mck-card.card-plain-blue {
    border: 0px;
    background-color: #EDF5F8;
    border-radius: 25px 25px 0px 25px;
}

.mck-card.card-blue {
    border-color: #00719D;
}

.mck-tips {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--light);
}

.mck-tips.tips-circle {
    border-radius: 2.5em;
}


/*
 * =================================================
 * ==================== 2. Typography ====================
*/
h2,
h2 * {
    color: #141F39 !important;
    font-size: 36px !important;
    font-family: var(--ff-title) !important;
    font-weight: 700 !important;
}

/* Section commitment */
.mck-commitment-paragraph {
    color: #182034b3;
    font-weight: 400;
}

/* End Section commitment */