.btn-cell__button {background: none; color: inherit; border: none; padding: 0; font: inherit; cursor: pointer; padding-left: 1rem; padding-right: 1rem; font-weight: 500; height: 100%; outline: none; position: relative;} html[dir="rtl"] .btn-cell__button {padding-right: 1rem;} html[dir="rtl"] .btn-cell__button {padding-left: 1rem;} .btn-cell__button:hover {background-color: #f8f8f8;} .btn-cell__button:focus {background-color: #efefef;}.btn-cell__button--active {background-color: #efefef; cursor: default;} .btn-cell__button--active:after {background-color: #0079c1; bottom: 0px; content: ""; height: 2px; left: 0px; position: absolute; width: 100%;} .btn-cell__button--active:hover {background-color: #efefef;}