body.hcp-hide-page-title .entry-header,
body.hcp-hide-page-title .page-header,
body.hcp-hide-page-title .entry-title,
body.hcp-hide-page-title .page-title,
body.hcp-hide-page-title h1.title:not(.hcp-calendar-title),
body.hcp-hide-page-title .gmr-box-content > .entry-header,
body.hcp-hide-page-title .gmr-single > .entry-header,
body.hcp-hide-page-title .gmr-metacontent,
body.hcp-hide-page-title .byline,
body.hcp-hide-page-title .entry-meta {
	display: none !important;
}

.hcp-calendar-wrapper {
	--hcp-primary: #00a360;
	--hcp-primary-dark: #008a52;
	--hcp-primary-soft: rgba(0, 163, 96, 0.08);
	--hcp-primary-border: rgba(0, 163, 96, 0.16);
	--hcp-text: #172033;
	--hcp-muted: #6b7c93;
	--hcp-border: #e5ecef;
	--hcp-border-soft: #edf2f4;
	--hcp-bg-soft: #f7faf8;
	font-family: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--hcp-text);
	background: transparent;
	max-width: 1100px;
	margin: 18px auto;
	direction: rtl;
}

.hcp-calendar-shell {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.hcp-calendar-head {
	margin-bottom: 12px;
}

.hcp-calendar-head-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.hcp-calendar-title {
	margin: 0;
	font-size: clamp(1.9rem, 3.6vw, 2.75rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	font-weight: 900;
	color: var(--hcp-text);
}

.hcp-calendar-subtitle {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px 8px 10px;
	border-radius: 999px;
	background: rgba(0, 163, 96, 0.08);
	border: 1px solid rgba(0, 163, 96, 0.12);
	color: #5f738b;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}


.hcp-year-archive-wrapper .hcp-calendar-subtitle {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--hcp-muted);
	font-size: 0.98rem;
	white-space: normal;
}

.hcp-toolbar {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.hcp-calendar-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, max-content));
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.hcp-calendar-nav-year {
	grid-template-columns: repeat(4, minmax(0, max-content));
}

.hcp-nav-btn-next {
	justify-self: start;
}

.hcp-nav-btn-current {
	justify-self: center;
}

.hcp-nav-btn-prev {
	justify-self: end;
}

.hcp-nav-btn-page {
	justify-self: end;
}

.hcp-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	min-height: 42px;
	border-radius: 999px;
	background: rgba(0, 163, 96, 0.08);
	color: var(--hcp-primary) !important;
	text-decoration: none !important;
	font-weight: 800;
	border: 1px solid rgba(0, 163, 96, 0.16);
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
	box-shadow: none;
}

.hcp-nav-btn-secondary {
	background: rgba(0, 163, 96, 0.08);
	color: var(--hcp-primary) !important;
}

.hcp-nav-btn-outline {
	background: rgba(255, 255, 255, 0.78);
	color: var(--hcp-primary) !important;
	border: 1px solid rgba(0, 163, 96, 0.22);
}

.hcp-nav-btn-next,
.hcp-nav-btn-prev,
.hcp-nav-btn-current,
.hcp-nav-btn-page {
	min-width: 138px;
}

.hcp-nav-btn:hover,
.hcp-month-pill:hover,
.hcp-year-pill:hover,
.hcp-month-grid-card:hover {
	opacity: 0.97;
	transform: translateY(-1px);
}

.hcp-nav-btn:hover {
	background: rgba(0, 163, 96, 0.11);
	border-color: rgba(0, 163, 96, 0.22);
}

.hcp-nav-btn-current,
.hcp-nav-btn-page {
	background: rgba(255, 255, 255, 0.82);
}

.hcp-calendar-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 0 !important;
	border-radius: 0;
	background: transparent;
	box-shadow: none !important;
	outline: 0 !important;
}

.hcp-calendar-table {
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	table-layout: fixed;
	min-width: 720px;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.hcp-calendar-table thead,
.hcp-calendar-table tbody,
.hcp-calendar-table tr,
.hcp-calendar-table th,
.hcp-calendar-table td {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background-clip: padding-box;
}

.hcp-calendar-table thead th {
	background: transparent;
	color: var(--hcp-text);
	font-weight: 800;
	font-size: 0.76rem;
	padding: 0 4px 8px;
	border: 0;
}

.hcp-weekday-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 5px 7px;
	border-radius: 11px;
	background: rgba(0, 163, 96, 0.09);
	color: var(--hcp-primary);
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
}

.hcp-weekday-full {
	font-size: 0.8rem;
}

.hcp-weekday-short {
	display: none;
}

.hcp-calendar-table td {
	border: 0 !important;
	vertical-align: top;
	height: 148px;
	padding: 6px;
	background: transparent !important;
}

.hcp-calendar-table tr td:last-child,
.hcp-calendar-table thead th:last-child {
	border-left: 0;
}

.hcp-calendar-table tbody tr:last-child td {
	border-bottom: 0;
}

.hcp-empty-cell {
	background: transparent !important;
	border: 0 !important;
}

.hcp-calendar-table tbody tr:first-child .hcp-empty-cell,
.hcp-calendar-table tbody tr:last-child .hcp-empty-cell {
	border: 0 !important;
}


.hcp-day-card {
	position: relative;
	height: 100%;
	padding: 15px 10px 13px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	text-align: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(23, 32, 51, 0.07);
	border-radius: 18px;
	box-sizing: border-box;
}

.hcp-day-card.has-occasion {
	background: #fff9db;
	border-color: rgba(0, 163, 96, 0.16);
}

.hcp-day-cell.is-today .hcp-day-card {
	background: linear-gradient(180deg, rgba(0, 163, 96, 0.08) 0%, rgba(0, 163, 96, 0.035) 100%);
	border-color: rgba(0, 163, 96, 0.28);
}

.hcp-day-cell.is-today .hcp-day-card.has-occasion {
	background: linear-gradient(180deg, rgba(255, 249, 219, 0.98) 0%, rgba(255, 249, 219, 0.92) 100%);
	border-color: rgba(0, 163, 96, 0.32);
}

.hcp-day-cell.is-today .hcp-occasion-chip {
	background: #fff1b8;
}


.hcp-day-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex: 1;
	width: 100%;
}

.hcp-day-topline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 20px;
	width: 100%;
}

.hcp-day-topline.has-both {
	justify-content: space-between;
	gap: 6px;
}

.hcp-day-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--hcp-primary);
	font-size: 0.64rem;
	font-weight: 900;
	line-height: 1;
	border: 1px solid rgba(0, 163, 96, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.hcp-occasion-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 249, 219, 0.95);
	color: #8f6b00;
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	border: 1px solid rgba(143, 107, 0, 0.14);
}

.hcp-occasion-eid {
	background: #fff4c7;
	color: #7b5e00;
	border-color: rgba(123, 94, 0, 0.15);
}

.hcp-occasion-major {
	background: #fff7d6;
}

.hcp-occasion-night {
	background: #fff4dd;
	color: #7d6135;
	border-color: rgba(125, 97, 53, 0.14);
}

.hcp-hijri-day {
	font-size: 2rem;
	font-weight: 900;
	line-height: 0.95;
	color: var(--hcp-primary);
	letter-spacing: -0.03em;
}

.hcp-gregorian-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: min(100%, 110px);
	max-width: 100%;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(23, 32, 51, 0.045);
	box-sizing: border-box;
}

.hcp-gregorian-pill.is-month-start {
	background: rgba(0, 163, 96, 0.11);
}

.hcp-day-cell.is-today .hcp-gregorian-pill {
	background: rgba(0, 163, 96, 0.13);
}

.hcp-gregorian-day,
.hcp-gregorian-month {
	font-size: 0.82rem;
	color: #62748a;
	font-weight: 800;
	line-height: 1;
}

.hcp-link-section {
	margin-top: 22px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.hcp-link-section-head {
	margin-bottom: 14px;
}

.hcp-link-section-head h2 {
	margin: 0 0 8px;
	font-size: 1.22rem;
	font-weight: 900;
	color: var(--hcp-text);
}

.hcp-link-section-head p {
	margin: 0;
	color: var(--hcp-muted);
	font-weight: 700;
	line-height: 1.8;
}

.hcp-month-pills,
.hcp-year-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hcp-year-pills {
	margin-top: 14px;
}

.hcp-month-pill,
.hcp-year-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #e4ebee;
	color: var(--hcp-text);
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 0.15s ease, border-color 0.15s ease;
}

.hcp-month-pill.is-current,
.hcp-year-pill.is-current {
	background: var(--hcp-primary-soft);
	border-color: rgba(0, 163, 96, 0.24);
	color: var(--hcp-primary);
}

.hcp-month-pill:hover,
.hcp-year-pill:hover,
.hcp-month-grid-card:hover {
	border-color: rgba(0, 163, 96, 0.24);
}

.hcp-month-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hcp-month-grid-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #e4ebee;
	text-decoration: none !important;
}

.hcp-month-grid-card strong {
	color: var(--hcp-text);
	font-size: 1.08rem;
}

.hcp-month-grid-card span {
	color: var(--hcp-muted);
	font-weight: 700;
	line-height: 1.6;
}

.hcp-month-grid-card.is-current {
	background: var(--hcp-primary-soft);
	border-color: rgba(0, 163, 96, 0.24);
}


.hcp-link-subgroup {
	margin-top: 16px;
}

.hcp-link-subgroup h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 900;
	color: var(--hcp-text);
}

.hcp-tools-grid,
.hcp-tools-grid-unified {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.hcp-tools-grid-unified.is-compact {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.hcp-tool-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	min-height: 84px;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 163, 96, 0.12);
	text-decoration: none !important;
	transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.hcp-tool-card.is-title-only,
.hcp-tools-grid-unified.is-compact .hcp-tool-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(0, 163, 96, 0.05);
}

.hcp-tool-card strong {
	color: var(--hcp-text);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.4;
}

.hcp-tool-card.is-title-only strong,
.hcp-tools-grid-unified.is-compact .hcp-tool-card strong {
	font-size: 0.96rem;
	text-align: center;
}

.hcp-tool-card span {
	color: var(--hcp-muted);
	font-weight: 700;
	line-height: 1.7;
	font-size: 0.92rem;
}

.hcp-tool-card.is-title-only span,
.hcp-tools-grid-unified.is-compact .hcp-tool-card span {
	display: none;
}

.hcp-tool-card:hover {
	border-color: rgba(0, 163, 96, 0.24);
	background: rgba(0, 163, 96, 0.07);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.hcp-calendar-table {
		min-width: 640px;
	}

	.hcp-calendar-table thead th {
		padding: 0 2px 6px;
	}

	.hcp-weekday-pill {
		min-height: 38px;
		border-radius: 12px;
		padding: 5px 4px;
	}

	.hcp-weekday-full {
		font-size: 0.8rem;
	}
}

@media (max-width: 767px) {
	.hcp-calendar-shell {
		padding: 0;
		border-radius: 0;
	}

	.hcp-calendar-head {
		margin-bottom: 10px;
	}

	.hcp-calendar-head-main {
		gap: 8px;
	}

	.hcp-calendar-title {
		font-size: 1.34rem;
		line-height: 1.2;
	}

	.hcp-calendar-subtitle {
		font-size: 0.8rem;
		padding: 8px 10px;
		white-space: normal;
		gap: 7px;
		border-radius: 18px;
	}

	.hcp-toolbar {
		overflow: visible;
		padding-bottom: 2px;
	}

	.hcp-calendar-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		min-width: 0;
		gap: 6px;
	}

	.hcp-nav-btn,
	.hcp-nav-btn-next,
	.hcp-nav-btn-current,
	.hcp-nav-btn-prev {
		justify-self: stretch;
		width: 100%;
		padding: 8px 10px;
		font-size: 0.84rem;
		min-height: 42px;
	}

	.hcp-calendar-table {
		min-width: 420px;
	}

	.hcp-calendar-table thead th {
		padding: 0 2px 6px;
	}

	.hcp-weekday-pill {
		min-height: 30px;
		padding: 4px 2px;
		border-radius: 10px;
	}

	.hcp-weekday-full {
		display: none;
	}

	.hcp-weekday-short {
		display: inline;
		font-size: 0.66rem;
		font-weight: 800;
	}

	.hcp-calendar-table td {
		height: 118px;
		padding: 3px;
	}

	.hcp-day-card {
		padding: 11px 6px 10px;
		border-radius: 14px;
		gap: 6px;
	}

	.hcp-day-main {
		gap: 4px;
	}

	.hcp-day-topline {
		gap: 4px;
		min-height: 17px;
	}

	.hcp-day-topline.has-both {
		gap: 4px;
	}

	.hcp-day-badge {
		font-size: 0.56rem;
		padding: 2px 6px;
	}

	.hcp-occasion-chip {
		font-size: 0.52rem;
		padding: 3px 6px;
	}


	.hcp-hijri-day {
		font-size: 1.55rem;
	}

	.hcp-gregorian-pill {
		gap: 3px;
		min-width: 0;
		width: 100%;
		padding: 5px 7px;
		border-radius: 999px;
	}

	.hcp-gregorian-day,
	.hcp-gregorian-month {
		font-size: 0.72rem;
	}

	.hcp-link-section {
		padding: 0;
		border-radius: 0;
	}

	.hcp-month-grid {
		grid-template-columns: 1fr;
	}

	.hcp-tools-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.hcp-calendar-wrapper {
		margin: 18px auto;
	}

	.hcp-calendar-title {
		font-size: 1.22rem;
	}

	.hcp-calendar-subtitle {
		font-size: 0.76rem;
		padding: 7px 9px;
		gap: 6px;
	}

	.hcp-calendar-table {
		min-width: 390px;
	}

	.hcp-weekday-short {
		font-size: 0.62rem;
	}

	.hcp-calendar-table td {
		height: 110px;
	}

	.hcp-day-card {
		padding: 9px 5px 8px;
		border-radius: 12px;
	}

	.hcp-day-topline {
		min-height: 15px;
	}

	.hcp-day-badge {
		font-size: 0.52rem;
		padding: 2px 5px;
	}

	.hcp-hijri-day {
		font-size: 1.4rem;
	}

	.hcp-gregorian-day,
	.hcp-gregorian-month {
		font-size: 0.72rem;
	}
}


.hcp-calendar-subtitle {
	align-self: flex-start;
}

.hcp-calendar-subtitle .hcp-subtitle-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: var(--hcp-primary);
	font-weight: 900;
	font-size: 0.78em;
	line-height: 1;
}

.hcp-calendar-subtitle .hcp-subtitle-range {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	unicode-bidi: isolate;
}

.hcp-calendar-subtitle .hcp-subtitle-separator {
	color: rgba(23, 32, 51, 0.35);
	font-weight: 700;
}

.hcp-calendar-subtitle .hcp-subtitle-date {
	color: #5f738b;
	font-weight: 800;
}

.hcp-calendar-table tbody tr:first-child .hcp-empty-cell,
.hcp-calendar-table tbody tr:last-child .hcp-empty-cell,
.hcp-calendar-table tbody tr .hcp-empty-cell:first-child,
.hcp-calendar-table tbody tr .hcp-empty-cell:last-child {
	background: transparent !important;
}

.hcp-calendar-table tbody tr .hcp-empty-cell {
	position: relative;
}

.hcp-calendar-table tbody tr .hcp-empty-cell::after {
	content: none;
}

.hcp-calendar-table tbody tr:first-child .hcp-empty-cell::after,
.hcp-calendar-table tbody tr:last-child .hcp-empty-cell::after {
	background: transparent;
}

@media (max-width: 767px) {
	.hcp-calendar-nav {
		gap: 6px;
	}

	.hcp-calendar-subtitle .hcp-subtitle-range {
		flex-wrap: wrap;
		gap: 4px;
	}
}



.hcp-calendar-table caption {
	display: none;
}


.hcp-today-wrapper {
	max-width: 980px;
}

.hcp-today-head {
	margin-bottom: 8px;
}

.hcp-tool-title {
	font-size: clamp(1.62rem, 3vw, 2.1rem);
	line-height: 1.12;
}

.hcp-today-intro {
	display: inline-flex;
	max-width: max-content;
	padding: 7px 14px;
	font-size: 0.84rem;
	font-weight: 800;
}

.hcp-today-panels {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 14px;
	margin-bottom: 8px;
}

.hcp-today-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	padding: 18px 22px;
	border-radius: 24px;
	background: rgba(0, 163, 96, 0.05);
	border: 1px solid rgba(0, 163, 96, 0.12);
	overflow: hidden;
	min-height: 198px;
}

.hcp-today-hero::before {
	content: '';
	position: absolute;
	inset-inline-start: -58px;
	top: -44px;
	width: 170px;
	height: 170px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(0, 163, 96, 0.075) 0%, rgba(0, 163, 96, 0) 72%);
	pointer-events: none;
}

.hcp-today-hero-primary {
	background: linear-gradient(180deg, rgba(0, 163, 96, 0.09) 0%, rgba(0, 163, 96, 0.045) 100%);
	border-color: rgba(0, 163, 96, 0.16);
}

.hcp-today-hero.has-occasion {
	background: linear-gradient(180deg, rgba(255, 249, 219, 0.95) 0%, rgba(255, 255, 255, 0.92) 100%);
	border-color: rgba(0, 163, 96, 0.16);
}

.hcp-today-hero-gregorian {
	background: linear-gradient(180deg, rgba(49, 103, 194, 0.07) 0%, rgba(49, 103, 194, 0.035) 100%);
	border-color: rgba(49, 103, 194, 0.12);
}

.hcp-today-hero-gregorian::before {
	background: radial-gradient(circle, rgba(49, 103, 194, 0.07) 0%, rgba(49, 103, 194, 0) 72%);
}

.hcp-today-hero-top {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin-bottom: 2px;
}

.hcp-today-kicker,
.hcp-today-occasion {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1.2;
}

.hcp-today-kicker {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 163, 96, 0.11);
	color: var(--hcp-primary);
}

.hcp-today-kicker-gregorian {
	color: #2457c5;
	border-color: rgba(49, 103, 194, 0.12);
}

.hcp-today-occasion {
	background: rgba(255, 249, 219, 0.98);
	border: 1px solid rgba(143, 107, 0, 0.14);
	color: #8f6b00;
}

.hcp-today-date-numeric {
	position: relative;
	z-index: 1;
	font-size: clamp(2.2rem, 5vw, 3.35rem);
	line-height: 1.02;
	font-weight: 900;
	color: var(--hcp-text);
	letter-spacing: -0.03em;
	direction: ltr;
	unicode-bidi: isolate;
}

.hcp-today-date-readable {
	position: relative;
	z-index: 1;
	font-size: 0.98rem;
	font-weight: 800;
	color: var(--hcp-primary);
}

.hcp-today-hero-gregorian .hcp-today-date-readable {
	color: #2457c5;
}

.hcp-today-meta {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	font-size: 0.94rem;
	font-weight: 700;
	color: var(--hcp-muted);
}

.hcp-today-meta strong {
	font-weight: 900;
	color: var(--hcp-text);
}

.hcp-today-meta-sep {
	color: rgba(15, 23, 42, 0.28);
	font-size: 0.8em;
}

.hcp-today-toolbar {
	margin-top: 4px;
	margin-bottom: 6px;
}

.hcp-calendar-nav-single {
	grid-template-columns: minmax(0, max-content);
	justify-content: center;
}

.hcp-today-wrapper .hcp-nav-btn {
	min-width: 220px;
	padding-inline: 22px;
}

.hcp-today-wrapper .hcp-related-tools-section {
	margin-top: 8px;
}

.hcp-today-wrapper .hcp-related-tools-today .hcp-link-section-head {
	margin-bottom: 10px;
}

.hcp-today-wrapper .hcp-related-tools-today .hcp-link-section-head p {
	display: none;
}

@media (max-width: 782px) {
	.hcp-today-head {
		margin-bottom: 8px;
	}

	.hcp-today-intro {
		max-width: 100%;
		padding: 7px 12px;
		font-size: 0.8rem;
	}

	.hcp-today-hero {
		padding: 16px 15px;
		border-radius: 20px;
		gap: 7px;
	}

	.hcp-today-date-numeric {
		font-size: 1.92rem;
	}

	.hcp-today-date-readable {
		font-size: 0.9rem;
	}

	.hcp-today-meta {
		font-size: 0.88rem;
		gap: 6px;
	}

	.hcp-today-panels {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hcp-today-hero {
		min-height: auto;
	}

	.hcp-today-wrapper .hcp-tools-grid,
	.hcp-today-wrapper .hcp-tools-grid-unified {
		grid-template-columns: 1fr;
	}

	.hcp-tools-grid-unified.is-compact {
		gap: 8px;
	}

	.hcp-tools-grid-unified.is-compact .hcp-tool-card {
		width: auto;
		min-width: 132px;
		justify-content: center;
	}

	.hcp-calendar-nav-single {
		grid-template-columns: 1fr;
	}

	.hcp-calendar-nav-single .hcp-nav-btn {
		width: 100%;
	}

	.hcp-converter-submit {
		min-height: 52px;
		font-size: 0.98rem;
	}
}


.hcp-converter-wrapper {
	max-width: 1180px;
}

.hcp-converter-intro {
	max-width: 760px;
	white-space: normal;
}

.hcp-converter-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 8px;
}

.hcp-converter-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(0, 163, 96, 0.06) 0%, rgba(255,255,255,0.92) 100%);
	border: 1px solid rgba(0, 163, 96, 0.14);
}

.hcp-converter-panel-secondary {
	background: linear-gradient(180deg, rgba(32, 92, 163, 0.06) 0%, rgba(255,255,255,0.96) 100%);
	border-color: rgba(32, 92, 163, 0.14);
}

.hcp-converter-panel.is-active {
	box-shadow: 0 10px 30px rgba(23, 32, 51, 0.04);
}

.hcp-converter-panel-head {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hcp-converter-panel-head h2 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 900;
	color: var(--hcp-text);
}

.hcp-converter-panel-head p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.7;
	color: var(--hcp-muted);
}

.hcp-converter-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(0, 163, 96, 0.1);
	color: var(--hcp-primary);
	font-size: 0.78rem;
	font-weight: 800;
}

.hcp-converter-kicker-secondary {
	background: rgba(32, 92, 163, 0.1);
	color: #205ca3;
}


.hcp-converter-submit {
	width: 100%;
	min-height: 50px;
	padding: 10px 18px;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	border-radius: 999px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.06);
	justify-content: center;
	background: var(--hcp-primary);
	color: #fff !important;
	border: 1px solid rgba(0, 163, 96, 0.18);
}

.hcp-converter-submit-primary,
.hcp-converter-submit-secondary {
	background: var(--hcp-primary);
	color: #fff !important;
	border: 1px solid rgba(0, 163, 96, 0.18);
}

.hcp-converter-submit:hover,
.hcp-converter-submit:focus,
.hcp-converter-submit:active {
	color: #fff !important;
}

.hcp-converter-submit:hover {
	transform: translateY(-1px);
	filter: brightness(0.98);
}

.hcp-converter-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hcp-converter-fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.hcp-converter-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.hcp-converter-field label {
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--hcp-text);
}

.hcp-converter-field select {
	width: 100%;
	min-height: 50px;
	padding: 0 12px;
	border-radius: 16px;
	border: 1px solid rgba(0, 163, 96, 0.16);
	background: rgba(255,255,255,0.96);
	color: var(--hcp-text);
	font-family: inherit;
	font-size: 0.98rem;
	font-weight: 700;
}

.hcp-converter-panel-secondary .hcp-converter-field select {
	border-color: rgba(32, 92, 163, 0.16);
}

.hcp-converter-field select:focus {
	outline: none;
	border-color: rgba(0, 163, 96, 0.32);
	box-shadow: 0 0 0 3px rgba(0, 163, 96, 0.08);
}

.hcp-converter-result-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(0, 163, 96, 0.14);
}

.hcp-converter-result-card-secondary {
	border-color: rgba(32, 92, 163, 0.14);
}

.hcp-converter-result-label {
	display: inline-flex;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0, 163, 96, 0.08);
	color: var(--hcp-primary);
	font-size: 0.76rem;
	font-weight: 800;
}

.hcp-converter-result-card-secondary .hcp-converter-result-label {
	background: rgba(32, 92, 163, 0.08);
	color: #205ca3;
}

.hcp-converter-result-main {
	font-size: clamp(1.8rem, 3.2vw, 2.45rem);
	line-height: 1.08;
	font-weight: 900;
	color: var(--hcp-text);
	letter-spacing: -0.03em;
}

.hcp-converter-result-readable {
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 800;
	color: #42536a;
}

.hcp-converter-result-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 0.92rem;
	color: var(--hcp-muted);
}

.hcp-converter-result-badge,
.hcp-converter-message {
	display: inline-flex;
	width: fit-content;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 800;
}

.hcp-converter-result-badge {
	background: #fff9db;
	color: #8b6b00;
	border: 1px solid rgba(139, 107, 0, 0.18);
}

.hcp-converter-message.is-error {
	background: rgba(220, 38, 38, 0.08);
	color: #b42318;
	border: 1px solid rgba(220, 38, 38, 0.14);
}

@media (max-width: 900px) {
	.hcp-converter-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.hcp-converter-intro {
		max-width: 100%;
		white-space: normal;
	}

	.hcp-converter-panel {
		padding: 18px 16px;
		border-radius: 22px;
	}

	.hcp-converter-fields {
		grid-template-columns: 1fr;
	}

	.hcp-converter-result-main {
		font-size: 1.9rem;
	}

}


.hcp-month-links-section {
	margin-top: 18px;
}

.hcp-month-links-section .hcp-link-section-head {
	margin-bottom: 12px;
}

.hcp-month-links-section .hcp-link-section-head p {
	font-size: 0.98rem;
}

.hcp-month-links-section .hcp-link-subgroup {
	margin-top: 14px;
}

.hcp-month-links-section .hcp-link-subgroup h3 {
	margin-bottom: 9px;
	font-size: 1.02rem;
}

.hcp-month-links-section .hcp-month-pills,
.hcp-month-links-section .hcp-year-pills {
	gap: 8px;
}

.hcp-month-links-section .hcp-month-pill {
	padding: 8px 14px;
	min-height: 42px;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(15, 23, 42, 0.08);
	color: var(--hcp-text);
}

.hcp-month-links-section .hcp-month-pill.is-current {
	background: rgba(0, 163, 96, 0.08);
	border-color: rgba(0, 163, 96, 0.22);
	color: var(--hcp-primary);
}

.hcp-month-links-section .hcp-year-pill {
	padding: 8px 15px;
	min-height: 42px;
	background: #faf7ef;
	border-color: #ece2c8;
	color: #5a4630;
}

.hcp-month-links-section .hcp-year-pill.is-current {
	background: #f3ead0;
	border-color: #dbc890;
	color: #6a501c;
}

.hcp-related-tools-section {
	margin-top: 18px;
	padding-top: 4px;
}

.hcp-related-tools-section .hcp-link-section-head {
	margin-bottom: 12px;
}

.hcp-related-tools-section .hcp-link-section-head p {
	font-size: 0.98rem;
}

.hcp-related-tools-section .hcp-tools-grid-unified.is-compact {
	gap: 12px;
}

.hcp-related-tools-section .hcp-tool-card,
.hcp-related-tools-section .hcp-tool-card.is-title-only,
.hcp-related-tools-section .hcp-tools-grid-unified.is-compact .hcp-tool-card {
	background: linear-gradient(180deg, rgba(0, 163, 96, 0.07) 0%, rgba(0, 163, 96, 0.04) 100%);
	border-color: rgba(0, 163, 96, 0.18);
	border-radius: 16px;
	min-height: 52px;
	padding: 12px 18px;
}

.hcp-related-tools-section .hcp-tool-card strong {
	font-size: 0.94rem;
	color: var(--hcp-primary);
}

.hcp-related-tools-section .hcp-tool-card span {
	font-size: 0.9rem;
	line-height: 1.6;
}

.hcp-related-tools-section .hcp-tool-card:hover {
	background: linear-gradient(180deg, rgba(0, 163, 96, 0.1) 0%, rgba(0, 163, 96, 0.06) 100%);
	border-color: rgba(0, 163, 96, 0.24);
}

@media (max-width: 767px) {
	.hcp-nav-btn,
	.hcp-nav-btn-next,
	.hcp-nav-btn-current,
	.hcp-nav-btn-prev,
	.hcp-nav-btn-page {
		min-width: 0;
		min-height: 40px;
		padding: 8px 12px;
		font-size: 0.94rem;
	}

	.hcp-month-links-section .hcp-link-section-head p,
	.hcp-related-tools-section .hcp-link-section-head p {
		font-size: 0.9rem;
		line-height: 1.75;
	}

	.hcp-month-links-section .hcp-month-pill,
	.hcp-month-links-section .hcp-year-pill,
	.hcp-related-tools-section .hcp-tool-card,
	.hcp-related-tools-section .hcp-tool-card.is-title-only,
	.hcp-related-tools-section .hcp-tools-grid-unified.is-compact .hcp-tool-card {
		min-height: 46px;
		padding: 9px 13px;
	}
}
