/* supplement.css — восполнение недостающих сгенерированных стилей
   (SiteOrigin widgets, Gutenberg block-library, ai1ec calendar cache).
   Точечные generic-фолбэки, без широких переопределений цвета/фона. */

/* --- SiteOrigin Page Builder: базовая раскладка рядов/колонок --- */
.siteorigin-panels-stretch,
.panel-grid { margin: 0 auto; }
.panel-grid-cell { box-sizing: border-box; }
.panel-grid-cell + .panel-grid-cell { margin-top: 0; }
.so-widget-image img,
.sow-image-container img { max-width: 100%; height: auto; display: block; }

/* SiteOrigin button widget (sow-button-atom не восстановлен) */
.sow-button-wrapper { text-align: center; }
.ow-button-base,
.sow-button-base {
  display: inline-block;
  padding: 10px 22px;
  background: #05aac6;
  color: #fff !important;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1.2;
}
.ow-button-base:hover,
.sow-button-base:hover { background: #06B8D7; }

/* --- Gutenberg block-library (style.min.css не восстановлен) --- */
.wp-block-image img { max-width: 100%; height: auto; }
.wp-block-image.aligncenter { text-align: center; }
.wp-block-button__link {
  display: inline-block;
  padding: 10px 22px;
  background: #05aac6;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.wp-block-columns { display: flex; flex-wrap: wrap; gap: 20px; }
.wp-block-column { flex: 1 1 0; min-width: 200px; }

/* --- All-in-One Event Calendar: parsed_css cache не восстановлен --- */
.ai1ec-calendar, .timely { max-width: 100%; }
.ai1ec-agenda-view .ai1ec-date,
.ai1ec-event-title { color: #05aac6; }
.ai1ec-calendar table { border-collapse: collapse; width: 100%; }
.ai1ec-calendar td, .ai1ec-calendar th {
  border: 1px solid #eaeaea; padding: 6px; vertical-align: top;
}

/* --- NextGen Gallery generic сетка (плагинные CSS не восстановлены) --- */
.ngg-galleryoverview { display: flex; flex-wrap: wrap; gap: 10px; }
.ngg-gallery-thumbnail-box { margin: 0; }
.ngg-gallery-thumbnail img { max-width: 100%; height: auto; display: block; }
