/*
Theme Name: GHW Native Shell
Description: Native Guardian Health & Wealth header and footer on the Hello Elementor parent theme.
Template: hello-elementor
Version: 1.1.0
*/

.ghw-article-shell { max-width: 1180px; margin: 0 auto; padding: 48px 24px 72px; }
.ghw-article-shell__header { max-width: 900px; margin: 0 auto 32px; }
.ghw-article-shell__title { margin: 0 0 12px; color: #1a1f2c; font-size: clamp(2rem, 5vw, 3.75rem); line-height: 1.08; }
.ghw-article-shell__excerpt { color: #4d5565; font-size: 1.2rem; line-height: 1.6; }
.ghw-article-shell__image { display: block; width: 100%; max-height: 620px; margin: 0 auto 36px; border-radius: 15px; object-fit: cover; }
.ghw-article-shell__content { max-width: 900px; margin: 0 auto; font-size: 1.08rem; line-height: 1.75; }
.ghw-article-shell__content img { max-width: 100%; height: auto; }

.ghw-post-grid { display: grid; grid-template-columns: repeat(var(--ghw-columns, 2), minmax(0, 1fr)); gap: 24px; }
.ghw-post-card { overflow: hidden; border: 1px solid #e2e7ef; border-radius: 16px; background: #fff; box-shadow: 0 6px 22px rgba(19, 47, 84, .08); }
.ghw-post-card__image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.ghw-post-card__body { padding: 22px; }
.ghw-post-card__date { margin: 0 0 8px; color: #697386; font-size: .88rem; }
.ghw-post-card__title { margin: 0 0 16px; color: #2259a1; font: 600 22px/1.2 Helvetica, Arial, sans-serif; }
.ghw-post-card__title a { color: inherit; text-decoration: none; }
.ghw-post-card__link { color: #2259a1; font-weight: 600; text-decoration: none; }
.ghw-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.ghw-pagination a, .ghw-pagination span { padding: 8px 12px; border-radius: 7px; }
.ghw-pagination .current { color: #fff; background: #2259a1; }

.ghw-toc { margin: 24px 0; padding: 20px 22px; border: 1px solid #dbe3ef; border-radius: 12px; background: #f7faff; }
.ghw-toc__title { margin: 0 0 10px; color: #1a1f2c; font-weight: 700; }
.ghw-toc ol { margin: 0; padding-left: 22px; }
.ghw-toc a { color: #2259a1; }

.ghw-contact-form { display: grid; gap: 15px; }
.ghw-contact-form label { display: grid; gap: 6px; font-weight: 600; }
.ghw-contact-form input, .ghw-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(2,1,1,.35); border-radius: 5px; color: #000; background: #fff; }
.ghw-contact-form button { width: fit-content; padding: 12px 22px; border: 0; border-radius: 6px; color: #fff; background: #2259a1; font-weight: 700; cursor: pointer; }

@media (max-width: 767px) {
	.ghw-post-grid { grid-template-columns: 1fr; }
	.ghw-article-shell { padding: 32px 18px 52px; }
}
