.rcs-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.rcs-switcher button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #ececec;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: .2s;
}

.rcs-switcher button:hover {
    background: #dcdcdc;
}

.rcs-switcher button.active {
    background: #33cccc;
    color: #fff;
}

.rcs-price {
    font-weight: inherit;
    color: inherit;
}