.elementor-2282 .elementor-element.elementor-element-428e3f2{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS */.zaal-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: #eef0e6;
  padding: 2rem;
  border-radius: 1.5rem;
  align-items: start;
}

.zaal-info {
  background-color: #eef0e6;
  padding: 1rem;
  border-radius: 1rem;
}

.zaal-info h2 {
  font-family: 'CustomBoldFont';
  color: #a1461e;
  font-size: 2rem;
  margin: 0;
}

.zaal-info h3 {
  font-family: 'CustomRegularFont';
  color: #f48d3b;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.zaal-features {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.zaal-features div {
  background: #fff;
  border-radius: 50%;
  padding: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-family: 'CustomMonoFont';
}

.zaal-buttons {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

button.primary {
  background-color: #b4c596;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.75rem;
  color: #a14324;
  font-weight: bold;
}

button.secondary {
  background-color: #f3f3dc;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.75rem;
  color: #a17f24;
  font-weight: bold;
}

.zaal-gallery .main-image img {
  width: 100%;
  border-radius: 1.5rem;
}

.thumbnails {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.thumbnails img {
  width: 30%;
  border-radius: 1rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.thumbnails img:hover {
  opacity: 1;
}/* End custom CSS */