.matilde-aeries-show-phone-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.show-phone-button {
    background-color: transparent;
    text-decoration: underline;
    padding: 0;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #7CA8FF;
}

.show-phone-button:focus,
.show-phone-button:focus-visible {
    border: none;
    outline: none;
}

.reminder-card,
.reminder-card-2 {
    /* border: 1px solid #d0d0d0; */
    width: 100%;
    margin: 0 auto;
    display: none;
    padding: 20px 0;
    border-radius: 8px;

}

.reminder {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.reminder p {
    /* color: #BE212F; */
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.reminder code {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.input-container {
    display: flex;
    margin-top: 20px;
    width: 100%;

}

.input-container input {
    width: 100%;
    padding: 8px 12px !important;
    border-radius: 4px;
    color: white !important;
    border: 1px solid white !important;
    background-color: transparent !important;
    font-size: 18px;
}

.phone-button {
    display: none;
    margin: 20px auto;
    font-size: 16px;
    background: white;
    color: #101828;
    padding: 8px 30px;
    border-radius: 50px;
    cursor: pointer;
    border: none;
}

.phone-number {
    display: none;
    flex-direction: column;
    margin-top: 20px;
}

.phone-number>span {
    padding-bottom: 20px;
    font-weight: bold;
    color: white;
}

.phone-number p {
    color: white;
}