/**
 * Custom field and paragraph templates styles
 */

/* Tour Overview Field */
.tour-overview-section .overview-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 0.95rem;
}

.tour-overview-section .overview-content p:last-child {
  margin-bottom: 0;
}

.tour-overview-section .overview-content strong {
  color: #1f6690;
  font-weight: 600;
}

.tour-overview-section .overview-content ul,
.tour-overview-section .overview-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.tour-overview-section .overview-content li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

/* Highlights Field */
.highlight-item {
  position: relative;
}

.highlights-content p {
  margin: 0;
  line-height: 1.8;
  font-size: 0.95rem;
}

.highlights-content strong {
  color: #f97316;
  font-weight: 600;
}

/* Inclusion Field */
.inclusion-section .inclusion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.inclusion-section .inclusion-content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4b5563;
}

.inclusion-section .inclusion-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(135deg, #1f6690 0%, #2980b9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inclusion-section .inclusion-content ul li:after {
  content: '✓';
  position: absolute;
  left: 0.35rem;
  top: 0.35rem;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  z-index: 1;
}

.inclusion-section .inclusion-content p {
  margin: 0;
  padding: 0;
}

/* Exclusions Field */
.exclusions-wrapper .exclusions-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.exclusions-wrapper .exclusions-content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4b5563;
}

.exclusions-wrapper .exclusions-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exclusions-wrapper .exclusions-content ul li:after {
  content: '✕';
  position: absolute;
  left: 0.35rem;
  top: 0.35rem;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  z-index: 1;
}

.exclusions-wrapper .exclusions-content p {
  margin: 0;
  padding: 0;
}

/* Information Field */
.information-content strong {
  color: #f59e0b;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.information-content p {
  margin: 0;
  line-height: 1.8;
}

.information-content ul {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
  list-style: none;
}

.information-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.information-content ul li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: bold;
}

/* Booking Policy Paragraph */
.policy-description p {
  margin: 0 0 0.5rem 0;
  line-height: 1.8;
}

.policy-description p:last-child {
  margin-bottom: 0;
}

.policy-description ul {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
  list-style: none;
}

.policy-description ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.policy-description ul li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

.policy-description strong {
  color: #10b981;
  font-weight: 600;
}
