﻿/* Mastercard notice on checkout css start here */

.mastercard-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 15px 0;
    padding: 14px 18px;
    background: #e7e9ed;
    border-radius: 10px;
    color: #101828;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    border: 2px solid #E7001F;

}

.mastercard-notice__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.mastercard-notice strong {
    font-weight: 700;
}
/* Mastercard notice on checkout css end here */