/* TeleHealth Grow — location landing pages */
.thg-loc summary::-webkit-details-marker { display: none; }
.thg-loc h1, .thg-loc h2, .thg-loc h3 { line-height: 1.15; }

/* Long-form content */
.thg-prose { color: #334155; font-size: 17px; line-height: 1.75; }
.thg-prose h2 { color: #0f172a; font-size: 28px; line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; margin: 2.2em 0 0.7em; }
.thg-prose h2:first-child { margin-top: 0; }
.thg-prose h3 { color: #0f172a; font-size: 20px; font-weight: 700; margin: 1.6em 0 0.5em; }
.thg-prose p { margin: 0 0 1.1em; }
.thg-prose strong { color: #0f172a; font-weight: 700; }
.thg-prose a { color: #0c2993; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.thg-prose ul, .thg-prose ol { margin: 0 0 1.3em; padding-left: 1.3em; }
.thg-prose ul { list-style: disc; }
.thg-prose ol { list-style: decimal; }
.thg-prose li { margin: 0 0 0.6em; padding-left: 0.2em; }
.thg-prose li::marker { color: #0c2993; }
.thg-prose .thg-note { font-size: 14px; color: #64748b; background: #f8fafc; border-left: 3px solid #44edfe; padding: 12px 16px; border-radius: 0 12px 12px 0; }

.thg-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 0.5em 0 1.6em; font-size: 15px; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; }
.thg-table caption { caption-side: top; text-align: left; font-weight: 700; color: #0f172a; padding: 0 0 10px; font-size: 15px; }
.thg-table th, .thg-table td { padding: 12px 16px; border-bottom: 1px solid #e2e8f0; text-align: left; vertical-align: top; }
.thg-table tr:last-child th, .thg-table tr:last-child td { border-bottom: 0; }
.thg-table th { color: #64748b; font-weight: 600; width: 58%; background: #f8fafc; }
.thg-table td { color: #0f172a; font-weight: 700; }

/* Form */
.thg-field { display: grid; gap: 6px; }
.thg-field > span { font-size: 13px; font-weight: 600; color: #334155; }
.thg-field input, .thg-field select, .thg-field textarea {
	width: 100%; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 12px;
	padding: 12px 14px; font-size: 15px; color: #0f172a; font-family: inherit; transition: border-color .15s, box-shadow .15s, background .15s;
}
.thg-field textarea { resize: vertical; min-height: 84px; }
.thg-field input:focus, .thg-field select:focus, .thg-field textarea:focus { outline: none; border-color: #0c2993; background: #fff; box-shadow: 0 0 0 4px rgba(12, 41, 147, 0.10); }
.thg-field.is-invalid input, .thg-field.is-invalid select { border-color: #dc2626; background: #fef2f2; }
.thg-consent.is-invalid { color: #dc2626; }
.thg-field-error { font-size: 12px; color: #dc2626; font-weight: 600; }
.thg-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.thg-form-msg.is-success { color: #047857; }
.thg-form-msg.is-error { color: #dc2626; }
.thg-loc-form button[disabled] { opacity: .7; cursor: wait; }

/* Link chips */
.thg-chip { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 16px; border: 1px solid #e2e8f0; border-radius: 14px; font-size: 15px; font-weight: 600; color: #0f172a; background: #fff; transition: border-color .15s, color .15s, box-shadow .15s; }
.thg-chip span { font-size: 12px; color: #94a3b8; font-weight: 500; }
.thg-chip:hover { border-color: #0c2993; color: #0c2993; box-shadow: 0 6px 18px rgba(12, 41, 147, 0.08); }
.thg-chip-sm { display: inline-flex; padding: 6px 12px; font-size: 13px; border-radius: 999px; }

@media (max-width: 640px) {
	.thg-prose { font-size: 16px; }
	.thg-prose h2 { font-size: 24px; }
	.thg-table th { width: 55%; }
	.thg-table th, .thg-table td { padding: 10px 12px; font-size: 14px; }
}
