.has-css-arrow .tabs-grid-acc-item {
  /*
  * @ OPEN
  */
}
.has-css-arrow .tabs-grid-acc-item-headline {
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
}
.has-css-arrow .tabs-grid-acc-item-headline:after {
  content: "";
  height: 24px;
  width: 24px;
  min-width: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" height="24" width="24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="%231F1F1F" d="M6 9L12 15L18 9"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
}
.has-css-arrow .tabs-grid-acc-item .gb-icon {
  order: -1;
  transform: inherit !important;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: #f9f6f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-css-arrow .tabs-grid-acc-item .gb-icon svg {
  height: 24px;
  width: 24px;
}
.has-css-arrow .tabs-grid-acc-item.gb-accordion__item-open .tabs-grid-acc-item-headline:after {
  transform: rotate(-180deg);
}
@media (max-width: 777px) {
  .has-css-arrow .tabs-grid-acc-item .btn-secondary {
    margin-top: 12px;
    margin-bottom: 24px;
    text-align: left !important;
  }
}
.has-css-arrow.clean .tabs-grid-acc-item .gb-icon {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.has-css-arrow.clean .tabs-grid-acc-item .gb-icon svg {
  height: 40px;
  width: 40px;
}