.rc-template__button-group .rc-radio {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
    flex: 1 1 50%;
    }
.rc-template__button-group .rc-radio.rc-option--active {
    box-shadow: 0 0 0 1px #ccc;
    }
.rc-template__button-group .rc-radio:first-child {
    margin-right: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.rc-template__button-group .rc-radio:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.rc-template__button-group .rc-radio .rc-radio__input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    }
.rc-template__button-group .rc-radio .rc-radio__input:focus-visible + .rc-radio__label {
    outline: 0.2rem solid var(--rc-active-color);
    outline-offset: 0.3rem;
    }
.rc-template__button-group .rc-radio .rc-radio__label {
    margin-left: 0;
    line-height: 1;
    width: 100%;
    }
.rc-template__button-group .rc-radio .rc-option__price {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-top: 8px;
    }
.rc-template__button-group .rc-button-group__options {
    justify-content: center;
    }
.rc-template__button-group .rc-radio-group__options {
    display: flex;
    justify-content: center;
    }
.rc-template__button-group .rc-radio-group__options + .rc-selling-plans {
    margin-top: 12px;
    }

    .nav .navbar-nav ul.level-1 .dropdown-toggle:after {
    border: none;
    transition: transform .3s;
    content: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}