.rmb-text-xsbase {
    font-size: 12px;
    line-height: 16px;
}

.rmb-text-xbase {
    font-size: 14px;
    line-height: 20px;
}

.rmb-text-base {
    font-size: 16px;
    line-height: 24px;
}

.rmb-text-default-bold {
    color: #1F2122;
    font-weight: 700;
}

.rmb-text-default-semibold {
    color: #1F2122;
    font-weight: 500;
}

.rmb-text-default-light {
    color: #1F2122;
    font-weight: 400;
}

.rmb-text-weak-bold {
    color: #414346;
    font-weight: 700;
}

.rmb-text-weak-semibold {
    color: #414346;
    font-weight: 500;
}

.rmb-text-weak-light {
    color: #414346;
    font-weight: 400;
}

.rmb-wrapper-promotion {
    display: grid;
    align-items: center;
    margin: 24px 0;
    float: left;
}

.rmb-price {
    margin: 0 !important;
}

.rmb-wrapper-promotion.rmb-revo-theme {
    grid-template-columns: auto 1fr;
    gap: 24px;
}

.rmb-wrapper-promotion.rmb-storefront-theme {
    grid-template-columns: 1fr;
    gap: 8px;
}

.rmb-label-promotion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.rmb-label-promotion .rmb-label-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #414346;
}

.rmb-badge {
    background-color: #A204011A;
    color: #1F2122;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 16px;
}

#rmb-gift {
    color: #A20401;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.rmb-wrapper-promotion .rmb-label-btn button {
    color: #FF4D00;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: 0.05s;
}

.rmb-wrapper-promotion .rmb-label-btn button:hover {
    background-color: #f1f1f1;
    scale: 0.95
}

@media (max-width: 568px) {
    .rmb-wrapper-promotion {
        grid-template-columns: 1fr;
        gap: 20px;
        border-radius: 4px;
    }

    .rmb-label-promotion {
        flex-direction: column;
    }
}
