/* Scoped styles for HTML pasted into blog / page bodies.
   Supports guide markup: intro-section, place-card, info-section, etc.
   Do not paste a full <html>/<style> document into the Content field. */

.article-content {
  color: #3f4942;
  line-height: 1.75;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content h2 {
  color: #1f7a53;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 2.25rem 0 0.85rem;
  padding-left: 0.85rem;
  border-left: 4px solid #ff7a3d;
}

.article-content h3 {
  color: #b94708;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.4rem 0 0.55rem;
}

.article-content p {
  margin: 0 0 1rem;
}

.article-content ul,
.article-content ol {
  margin: 0.75rem 0 1.1rem 1.35rem;
  padding: 0;
}

.article-content li {
  margin-bottom: 0.45rem;
}

.article-content a {
  color: #056c47;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-content strong {
  color: #181d1a;
}

.article-content .intro-section,
.article-content .info-section,
.article-content .place-card,
.article-content .weather-section,
.article-content .travel-info,
.article-content .tip-box,
.article-content .beach-box,
.article-content .lake-box,
.article-content .fly-box,
.article-content .pilgrimage-box,
.article-content .adventure-box,
.article-content .trek-box,
.article-content .ski-box,
.article-content .seasonal-box,
.article-content .spiritual-box,
.article-content .cultural-box,
.article-content .warning-box,
.article-content .cta-section {
  margin: 1.25rem 0 1.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1.25rem;
}

.article-content .intro-section h2,
.article-content .info-section h2,
.article-content .place-card h2,
.article-content .weather-section h2,
.article-content .travel-info h2,
.article-content .tip-box h2,
.article-content .warning-box h2,
.article-content .cta-section h2 {
  margin-top: 0;
}

.article-content .intro-section {
  background: #fff3eb;
  border-left: 5px solid #ff7a3d;
}

.article-content .info-section {
  background: #f7faf5;
  border: 1px solid #bec9c0;
}

.article-content .place-card {
  background: #fff8f0;
  border-left: 4px solid #ff7a3d;
}

.article-content .place-card h3:first-child {
  margin-top: 0;
  color: #ff7a3d;
}

.article-content .weather-section {
  background: #e8f5ee;
}

.article-content .weather-section h3 {
  color: #1f7a53;
}

.article-content .travel-info {
  background: #fff;
  border-left: 5px solid #1f7a53;
  box-shadow: 0 8px 24px rgba(24, 29, 26, 0.06);
}

.article-content .tip-box {
  background: #fff8e1;
  border-left: 4px solid #e6b800;
}

.article-content .beach-box {
  background: #e8f4fc;
  border-left: 4px solid #0277bd;
  margin-top: 1rem;
}

.article-content .lake-box {
  background: #e8f4fc;
  border-left: 4px solid #0277bd;
  margin-top: 1rem;
}

.article-content .fly-box {
  background: #fff9e6;
  border-left: 4px solid #f57f17;
  margin-top: 1rem;
}

.article-content .pilgrimage-box {
  background: #fff9e6;
  border-left: 4px solid #f57f17;
  margin-top: 1rem;
}

.article-content .adventure-box {
  background: #f3edf7;
  border-left: 4px solid #7b1fa2;
}

.article-content .trek-box {
  background: #e8f4fc;
  border-left: 4px solid #01579b;
  margin-top: 1rem;
}

.article-content .ski-box {
  background: #e8f4fc;
  border-left: 4px solid #01579b;
  margin-top: 1rem;
}

.article-content .seasonal-box {
  background: #f3edf7;
  border-left: 4px solid #7b1fa2;
}

.article-content .spiritual-box {
  background: #f3edf7;
  border-left: 4px solid #7b1fa2;
  margin-top: 1rem;
}

.article-content .cultural-box {
  background: #f3edf7;
  border-left: 4px solid #7b1fa2;
  margin-top: 1rem;
}

.article-content .warning-box {
  background: #fdecea;
  border-left: 4px solid #c62828;
}

.article-content .cta-section {
  background: linear-gradient(135deg, #1f7a53 0%, #ff7a3d 100%);
  color: #fff;
  text-align: center;
  padding: 1.75rem 1.5rem;
}

.article-content .cta-section h2 {
  color: #fff;
  border-left: none;
  padding-left: 0;
}

.article-content .cta-section p,
.article-content .cta-section strong {
  color: #fff;
}

.article-content .table-wrapper {
  overflow-x: auto;
  margin: 1.25rem 0;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.article-content table th {
  background: #1f7a53;
  color: #fff;
  text-align: left;
  padding: 0.7rem 0.8rem;
  font-weight: 600;
}

.article-content table td {
  border: 1px solid #bec9c0;
  padding: 0.7rem 0.8rem;
}

.article-content table tr:nth-child(even) td {
  background: #f7faf5;
}

.article-content .cost-block {
  background: #f7faf5;
  border: 1px solid #bec9c0;
  border-radius: 12px;
  padding: 1.1rem 1.15rem 0.4rem;
  margin: 1.25rem 0 1.5rem;
}

.article-content .cost-block h3 {
  margin-top: 0;
  margin-bottom: 0.35rem;
  border-left: none;
  padding-left: 0;
  font-size: 1.15rem;
}

.article-content .cost-hint {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  color: #3f4942;
}

.article-content .cost-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
}

.article-content .cost-row {
  background: #fff;
  border: 1px solid #d5ddd6;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.article-content .cost-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
}

.article-content .cost-what {
  font-weight: 650;
  color: #181d1a;
}

.article-content .cost-tag {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #1f7a53;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.article-content .cost-price {
  font-weight: 700;
  color: #1f7a53;
  white-space: nowrap;
}

.article-content .cost-note {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  color: #3f4942;
}

@media (max-width: 640px) {
  .article-content h2 {
    font-size: 1.35rem;
  }

  .article-content .cost-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
