.elementor-681 .elementor-element.elementor-element-df2276b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5ddd14b */.google-table-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  background: #fff;
}

/* Сам iframe */
.google-table-frame {
  width: 100%;
  height: 600px; /* базова висота */
  border: none;
}

/* 📱 Мобільна адаптація */
@media (max-width: 768px) {
  .google-table-frame {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .google-table-frame {
    height: 420px;
  }
}/* End custom CSS */