/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 16:08:02 */
.tabs-grid-left {
  position: relative;
  /*
	* Move arrow on active one
	*/
  /*
	* GP questions, ads     fill: currentColor;
	*/
}
@media (min-width: 777px) {
  .tabs-grid-left {
    --tab-height: -59px;
  }
  .tabs-grid-left .tabs-grid-right-content {
    position: absolute;
    right: calc(-100% - 32px);
    top: 0;
    width: 100%;
  }
  .tabs-grid-left .tabs-grid-right-content iframe {
    height: 350px;
  }
}
.tabs-grid-left .gb-accordion__item.gb-accordion__item-open .gb-icon {
  transform: rotate(-180deg);
}
.tabs-grid-left button.gb-button .gb-icon svg {
  fill: transparent;
}
