.tab-group__tab-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.tab-group__tab-btn {
  border: none; }

.tab-group__tab-li {
  float: left; }

.tab-group__tab-ul {
  list-style: none; }

.tab-group__tab-ul {
  margin: 0; }

.tab-group__tab-ul {
  padding: 0; }

.tab-group__tab-btn {
  width: 100%; }

.tab-group__tab-ul:before, .tab-group__tab-ul:after {
  display: table;
  content: "";
  line-height: 0; }
.tab-group__tab-ul:after {
  clear: both; }

.tab-group {
  border: 0.1rem solid #a51818;
  border-radius: 0.5rem;
  margin: 1rem 0; }

.tab-group__tab-nav {
  background-color: #b51c1c;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.tab-group__tab-li:first-child > .tab-group__tab-btn {
  border-top-left-radius: 0.5rem; }
.tab-group__tab-li:last-child > .tab-group__tab-btn {
  border-top-right-radius: 0.5rem; }

.tab-group__tab-btn {
  background-color: #b51c1c;
  color: #fff;
  padding: 0.5rem 1.5rem; }

.tab-group__tab-content {
  padding: 0.5rem; }

.tab-group__tab-btn_selected {
  background-color: #fafafa;
  color: #690e0e; }

/*# sourceMappingURL=aria-tabs.css.map */
