.elementor-562381 .elementor-element.elementor-element-505f027{--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-562381 .elementor-element.elementor-element-2154c40 .elementor-drop-cap{margin-inline-end:10px;}.elementor-562381 .elementor-element.elementor-element-8e67fc7 .elementor-toc__header-title{text-align:start;}.elementor-562381 .elementor-element.elementor-element-8e67fc7{--header-background-color:#E4E1E1;--item-text-hover-decoration:underline;}.elementor-562381 .elementor-element.elementor-element-8e67fc7 .elementor-toc__header{flex-direction:row;}.elementor-562381 .elementor-element.elementor-element-0f0960d{font-size:17px;font-weight:300;line-height:20px;color:#302727;}/* Start custom CSS for table-of-contents, class: .elementor-element-8e67fc7 */.elementor-toc__list-item:nth-child(n+11){
display:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cec34d1 */.seasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0;
}

.season-card {
  background: #f9fafb;
  border-radius: 20px;
  padding: 1.2rem;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.season-card:hover {
  background: #ffffff;
  border-color: #d1d5db;
  transform: translateY(-2px);
}

.season-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 0.25rem;
  border-left: 3px solid #2a9d8f;
  padding-left: 0.6rem;
}

.season-months {
  font-size: 0.85rem;
  font-weight: 500;
  color: #2a9d8f;
  margin-bottom: 0.75rem;
  letter-spacing: -0.2px;
}

.season-desc {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2c3e50;
  margin-bottom: 0.6rem;
}

.season-tradeoff {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2c3e50;
  border-top: 1px solid #e5e7eb;
  padding-top: 0.6rem;
  margin-top: 0.4rem;
}

.season-tradeoff strong {
  font-weight: 600;
  color: #1e3a5f;
}

/* Mobile */
@media (max-width: 640px) {
  .seasons-grid {
    gap: 1rem;
  }
  .season-card {
    padding: 1rem;
  }
  .season-title {
    font-size: 1.1rem;
  }
  .season-desc, .season-tradeoff {
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73cdaab */.avoid-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.avoid-card {
  background: transparent;
  padding: 0;
  border: none;
}

.avoid-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  border-left: 3px solid #2a9d8f;
  padding-left: 0.5rem;
}

.avoid-section {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  color: #2c3e50;
}

.avoid-section strong {
  font-weight: 600;
  color: #1e3a5f;
}

/* Optional: subtle background only for sweet spot */
.sweet-spot .avoid-title {
  border-left-color: #e9b35f;
}

/* Mobile: single column */
@media (max-width: 640px) {
  .avoid-grid {
    gap: 1.2rem;
  }
  .avoid-title {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11068c3 */.climate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0;
}

.climate-card {
  background: #eef2f5;
  border-radius: 20px;
  padding: 1.2rem;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.climate-card:hover {
  background: #ffffff;
  border-color: #d1d5db;
  transform: translateY(-2px);
}

.climate-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  border-left: 3px solid #2a9d8f;
  padding-left: 0.6rem;
}

.climate-places {
  font-size: 0.85rem;
  font-weight: 500;
  color: #2a9d8f;
  margin-bottom: 0.6rem;
  letter-spacing: -0.2px;
}

.climate-desc {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2c3e50;
}

/* Mobile */
@media (max-width: 640px) {
  .climate-grid {
    gap: 1rem;
  }
  .climate-card {
    padding: 1rem;
  }
  .climate-title {
    font-size: 1.1rem;
  }
  .climate-desc {
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92fedcd */.monthly-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.month-card {
  background: #f9fafb;
  border-radius: 20px;
  padding: 1.25rem;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.month-card:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-color: #d1d5db;
}

.month-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1e3a5f;
  border-left: 4px solid #2a9d8f;
  padding-left: 0.75rem;
}

.month-line {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.month-line strong {
  font-weight: 600;
  color: #1e3a5f;
}

/* Mobile */
@media (max-width: 640px) {
  .monthly-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .month-card {
    padding: 1rem;
  }
  .month-name {
    font-size: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e28b6dd */.economic-box {
  background: #f0f4ea;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
}

.economic-intro {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #1e3a5f;
}

.economic-item {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.economic-item strong {
  font-weight: 600;
  color: #1e3a5f;
  display: inline-block;
  min-width: 110px;
}

.economic-item em {
  font-style: italic;
  color: #6c757d;
  font-size: 0.9rem;
}

.economic-item span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  color: #2c3e50;
}

.economic-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .economic-box {
    padding: 1rem;
  }
  .economic-item strong {
    display: block;
    margin-bottom: 0.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ad8620 */.coffee-note {
  background: #fff8e7;
  border: 2px solid #facc15;
  padding: 22px 24px;
  margin: 15px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #1f2937;
}

.coffee-note p {
  margin: 0 0 18px;
}

.coffee-note a {
  display: inline-block;
  background: #facc15;
  color: #111827 !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 15px;
  transition: 0.3s ease;
}

.coffee-note a:hover {
  background: #eab308;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30056a8 */.verdict-card {
  background: #f5f5f5;  /* very light gray */
  border-radius: 20px;
  padding: 1.2rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.verdict-card:hover {
  background: #fafafa;
  border-color: #d1d5db;
  transform: translateY(-2px);
}

.verdict-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
}

.verdict-text {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #2c3e50;
}

/* Mobile adjustment */
@media (max-width: 640px) {
  .verdict-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .verdict-card {
    padding: 1rem;
  }
  .verdict-icon {
    font-size: 1.5rem;
  }
  .verdict-text {
    font-size: 0.9rem;
  }
}/* End custom CSS */