/* Loaded while premium subscriptions are disabled by the deployment profile. */
#rt-mainbody-surround .cb_template div .cbregPlan:not(.not-available) {
    pointer-events: auto;
}
#rt-mainbody-surround .cb_template div .cbregPlan.not-available {
    pointer-events: none;
}
#rt-mainbody-surround .cb_template .cbregUpgradePlanForm input[type="submit"].premium-disabled,
#rt-mainbody-surround .cb_template .cbregUpgradePlanForm button[type="submit"].premium-disabled {
    cursor: not-allowed;
    opacity: .55;
}
#rt-mainbody-surround .cb_template div .cbregPlan :focus-visible {
    outline: 3px solid #1261a0;
    outline-offset: 3px;
}
