.rcfb-block {
    --rcfb-green: #379a66;
    --rcfb-border: #8bc6ab;
    --rcfb-bg: #eef8f4;
    --rcfb-field: #fbfaf8;
    --rcfb-text: #111111;
    background: var(--rcfb-bg);
    color: var(--rcfb-text);
    font-family: inherit;
    width: 100%;
}

.rcfb-switch {
    border: 2px solid var(--rcfb-border);
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}

.rcfb-switch-button {
    appearance: none;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid var(--rcfb-border);
    color: var(--rcfb-text);
    cursor: pointer;
    display: block;
    font: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 20px;
    text-align: left;
    width: 100%;
}

.rcfb-switch-button:last-child {
    border-bottom: 0;
}

.rcfb-switch-button.is-active {
    background: var(--rcfb-green);
    color: #ffffff;
    font-weight: 700;
}

.rcfb-switch-button:focus-visible {
    outline: 3px solid rgba(55, 154, 102, 0.35);
    outline-offset: -3px;
}

.rcfb-panel[hidden] {
    display: none;
}

.rcfb-notice {
    background: #ffffff;
    border: 1px solid var(--rcfb-border);
    border-radius: 6px;
    font-size: 14px;
    margin: 0;
    padding: 14px 16px;
}
