.content-area {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #374151;
}

.content-area ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-area li {
    margin-bottom: 0.5rem;
}

.content-area a {
    color: #2563eb;
    text-decoration: underline;
}

.content-area a:hover {
    color: #1d4ed8;
}

.content-area table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 1rem;
}

.content-area th,
.content-area td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
}

.content-area th {
    background-color: #f8fafc;
    font-weight: 600;
}

.dark .content-area th {
    background-color: #1e293b;
    border-color: #334155;
}

.dark .content-area td {
    border-color: #334155;
}

.content-area code {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #dc2626;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.content-area h1 { font-size: 2.25rem; }
.content-area h2 { font-size: 1.875rem; }
.content-area h3 { font-size: 1.5rem; }
.content-area h4 { font-size: 1.25rem; }

.content-area p {
    margin-bottom: 1.25rem;
}

.content-area ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-area ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}
.content-area img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
    display: block;
}

/* transport content */
.transport-container {
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #4b5563 !important;
}

.transport-container p {
	margin: 0 !important;
	margin-bottom: 1.25rem !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #4b5563 !important;
}

.transport-container strong,
.transport-container b {
	font-weight: 600 !important;
	color: #1f2937 !important;
}

.transport-container ul,
.transport-container ol {
	padding-left: 1.25rem !important;
	margin: 0 !important;
}

.transport-container li {
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #4b5563 !important;
}

.transport-container a {
	color: #ff691f !important; 
	text-decoration: underline !important;
}

.transport-container h1,
.transport-container h2,
.transport-container h3,
.transport-container h4,
.transport-container h5,
.transport-container h6 {
	font-size: 16px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	color: #1f2937 !important;
}

.transport-container p > span {
	display: block !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	color: #9ca3af !important;
}

/* about tour */
.hero-content-block {
	font-size: 18px !important;
	line-height: 1.7 !important;
	color: #374151 !important;
}

.hero-content-block p {
	margin: 0 !important;
	margin-bottom: 1.25rem !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
	color: #374151 !important;
}

.hero-content-block strong,
.hero-content-block b {
	font-weight: 600 !important;
	color: #1f2937 !important;
}

.hero-content-block ul,
.hero-content-block ol {
	padding-left: 1.5rem !important;
	margin: 0 !important;
}

.hero-content-block li {
	font-size: 18px !important;
	line-height: 1.7 !important;
	color: #374151 !important;
}

.hero-content-block a {
	color: #ff691f !important;
	text-decoration: underline !important;
}

.hero-content-block h1,
.hero-content-block h2,
.hero-content-block h3,
.hero-content-block h4,
.hero-content-block h5,
.hero-content-block h6 {
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	color: #1f2937 !important;
}

.program-description {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #374151 !important;
}

.program-description p {
    margin: 0 0 0.75rem !important;
}


.program-description h1,
.program-description h2,
.program-description h3,
.program-description h4,
.program-description h5,
.program-description h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 0.5rem !important;
    color: #111827 !important;
}
.program-description ul {
	list-style: none;
}

.program-description li {
    margin-bottom: 0.5rem !important;
}

.program-description ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}


.program-description ol {
    list-style-type: decimal !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

.program-description strong,
.program-description b {
    font-weight: 600 !important;
    color: #111827 !important;
}

.program-description a {
    color: #ff691f !important;
    text-decoration: underline !important;
}

.program-description a:hover {
    text-decoration: none !important;
}

.program-description img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0.5rem !important;
    margin: 0.75rem 0 !important;
}

.program-description table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0.75rem 0 !important;
    font-size: 14px !important;
}

.program-description th,
.program-description td {
    border: 1px solid #e5e7eb !important;
    padding: 0.5rem !important;
}

.program-description th {
    background-color: #f9fafb !important;
    font-weight: 600 !important;
}
