.tab-wrapper .tab-menu {
  list-style-type: none;
}
.tab-wrapper .tab-menu .tab-title {
  margin: 0;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-wrapper .tab-menu .tab-title p {
  font-family: var(--theme-body-font) !important;
  font-weight: 500 !important;
}
.tab-wrapper .tab-menu .tab-title.active, .tab-wrapper .tab-menu .tab-title:hover {
  background-color: var(--theme-color-base-medium);
}
.tab-wrapper .tab-content {
  padding: 64px;
  background-color: var(--theme-color-base-medium);
}
.tab-wrapper .tab-content .tab-content-img {
  aspect-ratio: 1.28;
}
.tab-wrapper .tab-content .tab-content__wrapper .row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.tab-content-mobile .tab-mobile-wrapper {
  background-color: var(--theme-color-base-medium);
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap {
  border-bottom: 1px solid var(--theme-color-base-dark);
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap:last-child {
  border-bottom: 0;
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-topic {
  padding: 24px;
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-topic p {
  font-family: var(--theme-body-font) !important;
  font-weight: 500 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-topic p::after {
  content: "\f078";
  font-family: fontawesome;
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-information {
  padding: 0 24px 24px;
  display: none;
}
.tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap.active .tab-topic p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.theme-corner-round section.block-cs-tab-content .tab-wrapper .tab-content .tab-content__wrapper .row picture.tab-content-img {
  border-radius: 10px !important;
  overflow: hidden !important;
}
body.theme-corner-round section.block-cs-tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-information picture.tab-content-img {
  border-radius: 10px !important;
  overflow: hidden !important;
}/*# sourceMappingURL=cs-tab-content.css.map */