.elementor-403 .elementor-element.elementor-element-8153621{--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;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-403 .elementor-element.elementor-element-e53e003{--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;}.elementor-403 .elementor-element.elementor-element-0ec8a1c{--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-6391e2d *//* --- GLP-1 SEO Article Styles --- */
.glp1-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #2d3748;
  line-height: 1.7;
}

.glp1-container h1 {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #44a2f5;
  color: #2d3748;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.3;
}

.glp1-container h2 {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 15px;
  color: #2d3748;
  font-size: 1.6rem;
  font-weight: 700;
}

.glp1-container h2::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 5px;
  height: 70%;
  border-radius: 4px;
  background-color: #44a2f5;
}

.glp1-container h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #44a2f5;
  font-size: 1.25rem;
  font-weight: 600;
}

.glp1-intro {
  margin-bottom: 1.5rem;
  color: #4a5568;
  font-size: 1.1rem;
}

/* Nutrients Grid */
.nutrient-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.nutrient-card {
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nutrient-card:hover {
  transform: translateY(-3px);
  border-color: #44a2f5;
  box-shadow: 0 10px 15px -3px rgba(68, 162, 245, 0.15);
}

.nutrient-card h3 {
  margin-top: 0;
  color: #2d3748;
}

/* Callout Box */
.callout-box {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 5px solid #44a2f5;
  border-radius: 0 12px 12px 0;
  background-color: #eef6ff;
}

.callout-box p {
  margin: 0;
  color: #2d3748;
  font-weight: 500;
}

/* Styled Table */
.table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.custom-table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.custom-table th {
  padding: 1rem;
  background-color: #44a2f5;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

.custom-table td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
}

.custom-table tr:last-child td {
  border-bottom: none;
}

.custom-table tr:nth-child(even) {
  background-color: #f8fafc;
}

/* Timeline Meal Plan */
.meal-blueprint {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}

.meal-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #e2e8f0;
}

.meal-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.meal-badge {
  flex-shrink: 0;
  min-width: 90px;
  margin-right: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  background-color: #44a2f5;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}

.meal-desc {
  color: #2d3748;
}

/* Checklist */
.checklist {
  padding-left: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  color: #4a5568;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #44a2f5;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .glp1-container h1 {
    font-size: 1.75rem;
  }

  .meal-item {
    flex-direction: column;
  }

  .meal-badge {
    margin-bottom: 0.5rem;
  }
}/* End custom CSS */