.mundi-bold {
    font-weight: bold !important;
}

.mundi-error {
    color: red !important;
}

.mundi-banner-wrap {
    border-radius: 10px;
    border: 1px solid rgba(2, 3, 31, 0.10);
    background: #FFF;
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

iframe.mundi-plugin-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mundi-banner-label {
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--mundi-card-bg, #02031F);
    font-family: var(--typography, 'Manrope', sans-serif);
}

.mundi-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mundi-banner-description {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: var(--typography, 'Manrope', sans-serif);
}

.mundi-banner-checkbox-label {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: var(--typography, 'Manrope', sans-serif);
}

.mundi-banner-title {
    margin: auto 8px auto 0;
}

.mundi-banner-checkbox-wrap {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mundi-banner-checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mundi-banner-checkbox-custom {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 3px;
    border: 1px solid rgba(2, 3, 31, 0.10);
    background-color: #fff;
}

.mundi-banner-checkbox-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.mundi-banner-checkbox-wrap input:checked ~ .mundi-banner-checkbox-custom:after {
    display: block !important;
}

.mundi-banner-checkbox-wrap .mundi-banner-checkbox-custom:after {
    left: 7px;
    top: 3px;
    width: 8px;
    border-radius: 1px;
    height: 14px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mundi-radio-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mundi-radio-wrap label span {
    color: #333;
    font-family: var(--typography, 'Manrope', sans-serif);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

input[type="radio"] {
    accent-color: #737373;
    scale: 1.2;
}

.mundi-image-wrap {
    width: 50px;
    height: 25px;
}

#mundiProductImages {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#coinDiscount {
    margin-right: 5px;
}

#discountPercentage {
    margin-left: 5px;
}

.mundi-checkbox-thank-you {
    margin-right: 8px;
}

