/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Tutorial Header Styles */
.tutorial-header {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #f1f5f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 968px) {
  .tutorial-header {
    grid-template-columns: 300px 1fr 1fr;
    align-items: start;
  }
}
.tutorial-header-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 0rem;
  font-weight: 500;
}
.header-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Tutorial Step Styles */
.tutorial-step {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  align-items: start;
}
/* Mobile layout adjustments */
@media (max-width: 767px) {
  .tutorial-step {
    grid-template-columns: 1fr;
  }
  .step-image-container {
    grid-row: 1;
  }
  .step-content {
    grid-row: 2;
  }
}
/* Tablet and up - maintain left-right layout */
@media (min-width: 768px) {
  .step-content {
    padding-right: 1rem;
  }
  .step-image-container {
    justify-self: end;
  }
}
/* Content styling */
.step-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
}
.step-title {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.step-image-container {
  width: 300px;
  flex-shrink: 0;
}
.step-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
}
/* Inline image specific styling */
.inline-diagram {
  margin: 1rem 0;
  max-width: 100%;
  height: auto;
}
/* Typography enhancements */
p {
  margin-bottom: 0.5rem;
}
strong.keyword {
  color: #2c3e50;
  background-color: #e9ecef;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-weight: 600;
}
em {
  color: #666;
}
.page-header h1 {
  font-size: 2rem;
  /* Sets exact font size */
  color: #2c3e50;
  /* Dark blue-gray color */
  padding-top: 0px;
  /* Top spacing */
  padding-bottom: 10px;
  /* Bottom spacing */
  margin: 0;
  /* Removes default margins */
  font-weight: 500;
  /* Makes font semi-bold */
  line-height: 1.2;
  /* Controls line height */
}
/* Centering Title and Description in Owl Showcase Particle */
.g-owlcarousel-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-overlay .item-overlay-desc {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  max-width: 90%;
  margin: 0 auto;
}
.g-owlcarousel-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-overlay .item-overlay-title {
  text-align: center;
}
/* Setting the menu to the front of the ecwid pages */
#g-navigation {
  position: relative;
  z-index: 9999;
}
/*# sourceMappingURL=custom_17.css.map */