/* Web Update V56: compact mobile Cavan category states with right inset. */
@media (max-width:650px) {
  body.cavan-branch-site .quick-tab,
  body.cavan-branch-site .quick-tab:hover,
  body.cavan-branch-site .quick-tab.active {
    align-self:flex-start !important;
    flex-basis:36px !important;
    height:36px !important;
    min-height:36px !important;
    width:calc(100% - 8px) !important;
  }
}
