.elementor-409 .elementor-element.elementor-element-bc8cf76{--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-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-409 .elementor-element.elementor-element-06c8988{--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-409 .elementor-element.elementor-element-a193b6e{--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-88c4d11 *//* ==========================================================================
   LIGHT THEME SEO ARTICLE STYLES (ELEMENTOR PRO)
   Primary Color: #44a2f5
   ========================================================================== */

/* Container Setup */
.seo-article-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2c3e50;
  background-color: #ffffff;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Typography Defaults */
.seo-article-wrapper h1, 
.seo-article-wrapper h2, 
.seo-article-wrapper h3, 
.seo-article-wrapper h4 {
  color: #1e293b;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.seo-article-wrapper h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
}

.seo-article-wrapper h3 {
  font-size: 1.4rem;
  color: #334155;
}

.seo-article-wrapper p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: #475569;
}

.lead-p {
  font-size: 1.2rem !important;
  color: #334155 !important;
  font-weight: 500;
}

/* Primary Color Accents (#44a2f5) */
.seo-article-wrapper strong {
  color: #1e293b;
}

.category-badge {
  display: inline-block;
  background-color: #eef7ff;
  color: #44a2f5;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.article-title {
  font-size: 2.4rem !important;
  color: #0f172a !important;
  margin-top: 0 !important;
}

.article-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  margin-bottom: 15px;
}

.article-meta {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-bottom: 30px;
}

.divider {
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 40px 0;
}

/* Styled Lists */
.styled-list {
  padding-left: 20px;
  margin-bottom: 25px;
}

.styled-list li {
  margin-bottom: 10px;
  color: #475569;
}

/* Category Boxes */
.category-box {
  padding: 20px 25px;
  border-radius: 8px;
  margin: 30px 0 20px 0;
}

.category-box h3 {
  margin-top: 0;
}

.category-box p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.alt-bg {
  background-color: #f8fafc;
  border-left: 4px solid #94a3b8;
}

.highlight-bg {
  background-color: #eef7ff;
  border-left: 4px solid #44a2f5;
}

/* Ranking Grid & Cards */
.ranking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}

.ranking-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 20px;
  transition: all 0.2s ease;
}

.ranking-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.ranking-card.top-tier {
  border-color: #bae0ff;
  background-color: #fafdfe;
}

.ranking-card.winner {
  border: 2px solid #44a2f5;
  background-color: #f0f8ff;
}

.rank-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #94a3b8;
  min-width: 50px;
  text-align: center;
}

.primary-brand {
  color: #44a2f5 !important;
}

.winner-brand {
  color: #ffffff !important;
  background-color: #44a2f5;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
}

.rank-details {
  flex-grow: 1;
  padding-left: 15px;
}

.rank-details h4 {
  margin: 0 0 5px 0 !important;
  font-size: 1.15rem;
}

.rank-details p {
  margin: 0 0 8px 0 !important;
  font-size: 0.95rem;
}

/* Badges */
.badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

.badge.warning {
  background-color: #fef3c7;
  color: #b45309;
}

.badge.success {
  background-color: #e0f2fe;
  color: #0369a1;
}

.badge.winner-badge {
  background-color: #44a2f5;
  color: #ffffff;
}

/* Callout Box */
.callout-box {
  display: flex;
  align-items: flex-start;
  background-color: #fffbe0;
  border: 1px solid #ffe58f;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 25px 0;
}

.callout-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  line-height: 1;
}

.callout-content {
  font-size: 0.95rem;
  color: #713f12;
}

/* Info Cards (Part 2) */
.info-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.info-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
}

.info-card h3 {
  margin-top: 0;
  font-size: 1.15rem;
  color: #44a2f5;
}

.info-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

/* Formulas & Math */
.formula-box {
  background: #f0f7ff;
  border: 1px dashed #44a2f5;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 20px 0;
}

.formula-title {
  margin: 0 !important;
  font-weight: 600;
}

.formula-code {
  font-family: monospace;
  font-size: 1.2rem;
  font-weight: bold;
  color: #44a2f5;
  margin: 10px 0;
}

.formula-note {
  font-size: 0.85rem !important;
  color: #64748b !important;
  margin: 0 !important;
}

/* Tables */
.table-container {
  overflow-x: auto;
  margin: 25px 0;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  text-align: left;
}

.styled-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 12px 15px;
  font-weight: 600;
}

.styled-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f8fafc;
}

/* Flexitarian Box */
.flexitarian-box {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.flex-item {
  flex: 1;
  padding: 15px 20px;
  border-radius: 8px;
}

.flex-80 {
  background-color: #eef7ff;
  border: 1px solid #bae0ff;
}

.flex-80 h4 {
  color: #44a2f5;
  margin: 0 0 5px 0 !important;
}

.flex-20 {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
}

.flex-20 h4 {
  color: #64748b;
  margin: 0 0 5px 0 !important;
}

/* Footer Box */
.article-footer {
  background: linear-gradient(135deg, #44a2f5 0%, #2563eb 100%);
  color: #ffffff;
  padding: 35px;
  border-radius: 12px;
  margin-top: 40px;
}

.article-footer h3 {
  color: #ffffff !important;
  margin-top: 0;
}

.article-footer p {
  color: #f0f7ff !important;
  margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .article-title {
    font-size: 1.8rem !important;
  }
  .ranking-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .rank-number {
    margin-bottom: 10px;
    text-align: left;
  }
  .flexitarian-box {
    flex-direction: column;
  }
}/* End custom CSS */