.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==== EXPERIMENT CARD STYLING ==== */
.experiment-card {
  background: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 12px;
  padding: 2em;
  margin: 2em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', sans-serif;
  transition: all 0.3s ease;
}

.experiment-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.experiment-card h2,
.experiment-card h3 {
  color: #222;
  margin-top: 0;
}

.experiment-card .experiment-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.experiment-card .experiment-meta {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 1.5em;
}

.experiment-card .experiment-section {
  margin-bottom: 1.5em;
}

.experiment-card .experiment-section-title {
  font-size: 1.2em;
  color: #444;
  margin-bottom: 0.5em;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3em;
}

.experiment-card ul,
.experiment-card ol {
  padding-left: 1.5em;
  margin: 0;
}

.experiment-card li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.experiment-card .experiment-notes {
  font-size: 0.95em;
  background: #f9f9f9;
  border-left: 4px solid #d9d9d9;
  padding: 1em;
  border-radius: 6px;
  color: #333;
}

.experiment-card .experiment-label {
  display: inline-block;
  background: #f0c808;
  color: #000;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  margin-bottom: 1em;
}/* End custom CSS */