/* Small final Hub desktop interaction overrides. */
.hub-layout .hub-area-radius__choices button.is-selected,
.hub-layout .hub-area-radius__choices button[aria-pressed="true"]{
    border-color:#55b7ff!important;
    background:linear-gradient(180deg,#167ed8,#0d5fae)!important;
    color:#ffffff!important;
    box-shadow:0 0 0 1px rgba(85,183,255,.2),0 6px 16px rgba(15,111,199,.28),inset 0 1px rgba(255,255,255,.16)!important;
}
.hub-layout .hub-area-radius__choices button.is-selected:hover,
.hub-layout .hub-area-radius__choices button[aria-pressed="true"]:hover{
    background:linear-gradient(180deg,#2392ee,#126fc6)!important;
}
