/*
Theme Name: GMM Peduli Theme
Theme URI: https://gmmpeduli.local/
Author: Gerakan Masyarakat Mengaji
Author URI: https://gmmpeduli.local/
Description: Theme WordPress custom untuk website donasi profesional GMM Peduli.
Version: 1.9.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gmm-peduli
Tags: custom-theme, donation, nonprofit, responsive
*/

.gmm-wallet {
	display: grid;
	gap: 20px;
}

.gmm-wallet-hero,
.gmm-wallet-card,
.gmm-wallet-payment-card,
.gmm-wallet-history {
	background: #ffffff;
	border: 1px solid rgba(232, 226, 215, 0.88);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(31, 42, 36, 0.1);
}

.gmm-wallet-hero {
	align-items: center;
	background:
		radial-gradient(circle at 15% 10%, rgba(242, 140, 40, 0.18), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #fff7ef 100%);
	display: grid;
	gap: 16px;
	padding: 24px;
}

.gmm-wallet-hero h2,
.gmm-wallet-card h3,
.gmm-wallet-payment-card h3,
.gmm-wallet-history h3 {
	color: #0f5137;
	margin: 0;
}

.gmm-wallet-hero strong {
	color: #f28c28;
	display: block;
	font-size: clamp(2rem, 8vw, 3.5rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	margin-top: 8px;
}

.gmm-wallet-grid {
	display: grid;
	gap: 16px;
}

.gmm-wallet-card,
.gmm-wallet-payment-card,
.gmm-wallet-history {
	padding: 20px;
}

.gmm-wallet-card__head {
	margin-bottom: 16px;
}

.gmm-wallet-card__head span {
	color: #f28c28;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gmm-wallet-form {
	display: grid;
	gap: 14px;
}

.gmm-wallet-form label {
	display: grid;
	gap: 7px;
}

.gmm-wallet-form label span {
	color: #65736c;
	font-size: 0.86rem;
	font-weight: 800;
}

.gmm-wallet-form input,
.gmm-wallet-form select,
.gmm-wallet-form textarea {
	background: #fbfcfa;
	border: 1px solid #e8e2d7;
	border-radius: 14px;
	color: #1f2a24;
	font: inherit;
	padding: 12px 14px;
	width: 100%;
}

.gmm-wallet-form-grid {
	display: grid;
	gap: 12px;
}

.gmm-wallet-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.gmm-wallet-alert {
	border-radius: 18px;
	font-weight: 800;
	padding: 14px 16px;
}

.gmm-wallet-alert p {
	margin: 0;
}

.gmm-wallet-alert--error {
	background: #fff0f0;
	border: 1px solid #ffd0d0;
	color: #9c1b1b;
}

.gmm-wallet-alert--success {
	background: #effaf3;
	border: 1px solid #c8efd5;
	color: #0f5137;
}

.gmm-wallet-alert--success a {
	color: #f28c28;
	display: inline-block;
	margin-top: 6px;
}

.gmm-wallet-history {
	overflow: hidden;
}

.gmm-payment-check-status {
	display: inline-flex;
	margin: 0;
}

@media (min-width: 760px) {
	.gmm-wallet-hero {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 30px;
	}

	.gmm-wallet-grid,
	.gmm-wallet-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmm-wallet-form-grid label:last-child {
		grid-column: 1 / -1;
	}
}

.gmm-global-nav-icon--laporan::before {
	background: currentColor;
	border-radius: 2px;
	height: 3px;
	left: 7px;
	top: 8px;
	width: 12px;
	box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.gmm-global-nav-icon--laporan::after {
	border: 2px solid currentColor;
	border-radius: 4px;
	height: 18px;
	left: 5px;
	top: 4px;
	width: 16px;
}

.gmm-home-stats {
	background: #f6faf8;
	padding: 18px 0 8px;
}

.gmm-home-stats__card {
	background:
		radial-gradient(circle at 12% 8%, rgba(181, 221, 244, 0.72) 0 72px, transparent 73px),
		radial-gradient(circle at 86% 16%, rgba(255, 235, 198, 0.86) 0 88px, transparent 89px),
		linear-gradient(135deg, #ffffff, #fffdf7);
	border: 1px solid rgba(232, 226, 215, 0.72);
	border-radius: 20px;
	box-shadow: 0 18px 46px rgba(31, 42, 36, 0.11);
	overflow: hidden;
	padding: 22px;
	position: relative;
	text-align: center;
}

.gmm-home-stats__card::after {
	background: rgba(22, 112, 74, 0.08);
	border-radius: 999px;
	content: "";
	height: 120px;
	position: absolute;
	right: -54px;
	top: 72px;
	width: 120px;
}

.gmm-home-stats__main,
.gmm-home-stats__grid {
	position: relative;
	z-index: 1;
}

.gmm-home-stats__main span,
.gmm-home-stats__grid span {
	color: #65736c;
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
}

.gmm-home-stats__main strong {
	color: #0f5137;
	display: block;
	font-size: clamp(2rem, 8vw, 4.8rem);
	font-weight: 950;
	line-height: 1;
	margin-top: 8px;
}

.gmm-home-stats__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.gmm-home-stats__grid div {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(232, 226, 215, 0.72);
	border-radius: 16px;
	padding: 14px 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gmm-home-stats__grid div:hover {
	box-shadow: 0 12px 28px rgba(31, 42, 36, 0.1);
	transform: translateY(-2px);
}

.gmm-home-stats__grid strong {
	color: #1f2a24;
	display: block;
	font-size: clamp(1.2rem, 4vw, 1.8rem);
	font-weight: 950;
	line-height: 1.1;
	margin-bottom: 5px;
}

.gmm-program-icons {
	background: #ffffff;
	padding: 18px 0 8px;
}

.gmm-program-icons__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gmm-program-icons__head h2 {
	color: #0f5137;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
}

.gmm-program-icons__rail {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gmm-program-icons__rail a {
	align-items: center;
	color: #1f2a24;
	display: grid;
	font-size: 0.72rem;
	font-weight: 900;
	gap: 7px;
	justify-items: center;
	line-height: 1.15;
	min-width: 0;
	text-align: center;
}

.gmm-program-icons__icon {
	align-items: center;
	background: #fff1e3;
	border: 1px solid #ffd9b2;
	border-radius: 12px;
	color: #f28c28;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	position: relative;
	width: 42px;
}

.gmm-program-icons__icon::before,
.gmm-program-icons__icon::after {
	box-sizing: border-box;
	content: "";
	position: absolute;
}

.gmm-program-icons__icon::before {
	background: currentColor;
	border-radius: 999px;
	height: 16px;
	width: 16px;
}

.gmm-program-icons__icon--all::before {
	box-shadow: 10px 0 0 currentColor, 0 10px 0 currentColor, 10px 10px 0 currentColor;
	height: 6px;
	left: 12px;
	top: 12px;
	width: 6px;
}

.gmm-program-icons__icon--mengaji::before,
.gmm-program-icons__icon--menghafal::before {
	background: transparent;
	border: 3px solid currentColor;
	border-left-width: 6px;
	border-radius: 3px;
	height: 20px;
	width: 24px;
}

.gmm-program-icons__icon--gemeni::before {
	border-radius: 4px 4px 12px 12px;
	height: 18px;
	transform: rotate(-45deg);
	width: 18px;
}

.gmm-program-icons__icon--gemas::before,
.gmm-program-icons__icon--gemes::before {
	background: transparent;
	border: 3px solid currentColor;
	border-radius: 4px;
	height: 20px;
	width: 22px;
}

.gmm-program-icons__icon--gemari::before {
	border-radius: 3px;
	height: 18px;
	transform: rotate(45deg);
	width: 18px;
}

.gmm-program-icons__icon--zakat::before,
.gmm-program-icons__icon--wakaf::before,
.gmm-program-icons__icon--qurban::before {
	background: transparent;
	border: 3px solid currentColor;
	border-radius: 999px 999px 7px 7px;
	height: 22px;
	width: 20px;
}

.gmm-campaign-list {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campaign-card__media {
	aspect-ratio: 16 / 9;
	height: auto;
}

.campaign-archive-item {
	min-width: 0;
}

.gmm-campaign-list-card {
	background: #ffffff;
	border: 1px solid rgba(232, 226, 215, 0.86);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(31, 42, 36, 0.09);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gmm-campaign-list-card:hover {
	box-shadow: 0 18px 42px rgba(31, 42, 36, 0.13);
	transform: translateY(-3px);
}

.gmm-campaign-list-card__main {
	display: block;
	min-width: 0;
}

.gmm-campaign-list-card__thumb {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #f28c28, #16704a);
	color: #ffffff;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.gmm-campaign-list-card__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gmm-campaign-list-card__thumb em {
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 10px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 950;
	height: 76px;
	line-height: 76px;
	text-align: center;
	width: 76px;
}

.gmm-campaign-list-card__body {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.gmm-campaign-list-card__badge {
	background: #fff1e3;
	border-radius: 999px;
	color: #d97313;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	padding: 7px 10px;
	width: max-content;
}

.gmm-campaign-list-card__title {
	color: #0f5137;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.25;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gmm-campaign-list-card__org {
	color: #65736c;
	font-size: 0.78rem;
	font-weight: 800;
}

.gmm-campaign-list-card__progress {
	background: #edf1eb;
	border-radius: 999px;
	display: block;
	height: 9px;
	overflow: hidden;
}

.gmm-campaign-list-card__progress span {
	background: linear-gradient(90deg, #f28c28, #d8b15d);
	display: block;
	height: 100%;
}

.gmm-campaign-list-card__meta {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmm-campaign-list-card--wakaf .gmm-campaign-list-card__meta {
	grid-template-columns: 1fr;
}

.gmm-campaign-list-card__meta b {
	color: #1f2a24;
	display: block;
	font-size: 0.86rem;
	font-weight: 950;
	line-height: 1.2;
}

.gmm-campaign-list-card__meta small {
	color: #65736c;
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 3px;
}

.gmm-campaign-list-card__button {
	align-items: center;
	background: linear-gradient(135deg, #f28c28, #d97313);
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	font-size: 0.86rem;
	font-weight: 950;
	justify-content: center;
	margin: auto 16px 16px;
	min-height: 42px;
	padding: 10px 16px;
	text-align: center;
}

.gmm-home-bottom-cta,
.gmm-app-final-cta {
	background: #fff1e3;
	padding: 36px 0 calc(36px + env(safe-area-inset-bottom));
	text-align: center;
}

.gmm-home-bottom-cta__inner,
.gmm-app-final-cta {
	border-radius: 24px;
}

.gmm-home-bottom-cta__inner {
	margin: 0 auto;
	max-width: 720px;
}

.gmm-home-bottom-cta h2,
.gmm-app-final-cta h2 {
	color: #0f5137;
	font-size: clamp(1.7rem, 7vw, 3rem);
	line-height: 1.08;
	margin: 0 0 22px;
	text-align: center;
}

.gmm-home-bottom-cta__actions,
.gmm-app-final-cta__actions {
	display: grid;
	gap: 12px;
}

.gmm-home-bottom-cta__button,
.gmm-app-final-cta__button {
	align-items: center;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(31, 42, 36, 0.12);
	display: inline-flex;
	font-weight: 950;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 13px 20px;
}

.gmm-home-bottom-cta__button--black,
.gmm-app-final-cta__button--black {
	background: #161b18;
	color: #ffffff;
}

.gmm-home-bottom-cta__button--orange,
.gmm-app-final-cta__button--orange {
	background: linear-gradient(135deg, #f28c28, #d97313);
	color: #ffffff;
}

.gmm-home-bottom-cta__button--white,
.gmm-app-final-cta__button--white {
	background: #ffffff;
	border: 1px solid rgba(232, 226, 215, 0.9);
	color: #0f5137;
	width: 100%;
}

.gmm-home-bottom-cta__icon,
.gmm-app-final-cta__icon {
	border: 2px solid currentColor;
	border-radius: 999px;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.gmm-home-bottom-cta__icon::before,
.gmm-home-bottom-cta__icon::after,
.gmm-app-final-cta__icon::before,
.gmm-app-final-cta__icon::after {
	background: currentColor;
	content: "";
	position: absolute;
}

.gmm-home-bottom-cta__icon--donasi::before,
.gmm-app-final-cta__icon--donasi::before {
	height: 10px;
	left: 7px;
	top: 3px;
	width: 2px;
}

.gmm-home-bottom-cta__icon--donasi::after,
.gmm-app-final-cta__icon--donasi::after {
	height: 2px;
	left: 3px;
	top: 7px;
	width: 10px;
}

.gmm-home-bottom-cta__icon--fundraiser::before,
.gmm-app-final-cta__icon--fundraiser::before {
	height: 2px;
	right: 3px;
	top: 5px;
	transform: rotate(35deg);
	width: 10px;
}

.gmm-home-bottom-cta__icon--fundraiser::after,
.gmm-app-final-cta__icon--fundraiser::after {
	border-radius: 999px;
	height: 6px;
	left: 4px;
	top: 9px;
	width: 6px;
}

.gmm-home-bottom-cta__icon--akun::before,
.gmm-app-final-cta__icon--akun::before {
	border-radius: 999px;
	height: 6px;
	left: 5px;
	top: 3px;
	width: 6px;
}

.gmm-home-bottom-cta__icon--akun::after,
.gmm-app-final-cta__icon--akun::after {
	border-radius: 999px 999px 5px 5px;
	height: 6px;
	left: 3px;
	top: 11px;
	width: 10px;
}

.gmm-zakat-landing__card {
	background: #ffffff;
	border: 1px solid rgba(232, 226, 215, 0.9);
	border-radius: 24px;
	box-shadow: 0 16px 42px rgba(31, 42, 36, 0.1);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
	padding: 28px;
}

.gmm-zakat-landing__card h2 {
	color: #0f5137;
	font-size: clamp(1.8rem, 5vw, 3rem);
	line-height: 1.08;
	margin: 14px 0;
}

.gmm-zakat-landing__card p {
	color: #65736c;
	margin: 0 0 22px;
}

.page-template-page-zakat .gmm-zakat-landing .container,
.page-template-page-zakat-php .gmm-zakat-landing .container,
.page-template-page-zakat .section--soft .container,
.page-template-page-zakat-php .section--soft .container {
	max-width: 560px;
}

.page-template-page-zakat .gmm-zakat-landing__card,
.page-template-page-zakat-php .gmm-zakat-landing__card {
	grid-template-columns: 1fr;
	padding: 22px;
}

.page-template-page-zakat .gmm-zakat,
.page-template-page-zakat-php .gmm-zakat {
	max-width: 520px;
}

.page-template-page-zakat .gmm-zakat__header,
.page-template-page-zakat-php .gmm-zakat__header {
	max-width: none;
	text-align: left;
}

.page-template-page-zakat .gmm-zakat__header h2,
.page-template-page-zakat-php .gmm-zakat__header h2 {
	font-size: clamp(1.65rem, 6vw, 2.2rem);
}

.page-template-page-zakat .gmm-zakat-calculator__grid,
.page-template-page-zakat-php .gmm-zakat-calculator__grid {
	grid-template-columns: 1fr;
}

.page-template-page-zakat .gmm-zakat-card,
.page-template-page-zakat .gmm-zakat-result,
.page-template-page-zakat-php .gmm-zakat-card,
.page-template-page-zakat-php .gmm-zakat-result {
	border-radius: 20px;
	padding: 22px;
}

.page-template-page-zakat .gmm-zakat-result,
.page-template-page-zakat-php .gmm-zakat-result {
	min-height: auto;
}

body.gmm-amalsholeh-home .gmm-home-stats {
	background: transparent;
	padding: 12px 14px 4px;
}

body.gmm-amalsholeh-home .gmm-home-stats .container {
	padding: 0;
}

body.gmm-amalsholeh-home .gmm-home-stats__card {
	border-radius: 20px;
	padding: 20px 14px;
}

body.gmm-amalsholeh-home .gmm-home-stats__main strong {
	font-size: clamp(1.8rem, 9vw, 3.2rem);
}

body.gmm-amalsholeh-home .gmm-home-stats__grid {
	gap: 8px;
}

body.gmm-amalsholeh-home .gmm-home-stats__grid div {
	border-radius: 14px;
	padding: 12px 6px;
}

body.gmm-amalsholeh-home .gmm-app-program__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.gmm-amalsholeh-home .gmm-app-program__grid button {
	border-radius: 14px;
	min-height: 94px;
	padding: 10px 5px;
}

body.gmm-amalsholeh-home .gmm-app-program__icon {
	background: #fff1e3;
	border-color: #ffd9b2;
	color: #f28c28;
	height: 40px;
	width: 40px;
}

body.gmm-amalsholeh-home .gmm-app-program__icon--menghafal::before,
body.gmm-amalsholeh-home .gmm-app-program__icon--gemeni::before,
body.gmm-amalsholeh-home .gmm-app-program__icon--gemas::before,
body.gmm-amalsholeh-home .gmm-app-program__icon--gemes::before,
body.gmm-amalsholeh-home .gmm-app-program__icon--gemari::before,
body.gmm-amalsholeh-home .gmm-app-program__icon--qurban::before {
	background: currentColor;
	border-radius: 6px;
	content: "";
	display: block;
	height: 18px;
	width: 18px;
}

body.gmm-amalsholeh-home .gmm-app-program__icon--menghafal::before {
	background: transparent;
	border: 3px solid currentColor;
	border-left-width: 6px;
}

body.gmm-amalsholeh-home .gmm-app-program__icon--gemeni::before {
	border-radius: 4px 4px 12px 12px;
	transform: rotate(-45deg);
}

body.gmm-amalsholeh-home .gmm-app-program__icon--gemas::before,
body.gmm-amalsholeh-home .gmm-app-program__icon--gemes::before {
	background: transparent;
	border: 3px solid currentColor;
}

body.gmm-amalsholeh-home .gmm-app-program__icon--gemari::before {
	transform: rotate(45deg);
}

body.gmm-amalsholeh-home .gmm-app-program__icon--qurban::before {
	background: transparent;
	border: 3px solid currentColor;
	border-radius: 999px 999px 7px 7px;
	height: 22px;
	width: 20px;
}

body.gmm-amalsholeh-home .gmm-app-campaign-list__items {
	grid-template-columns: 1fr;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow: hidden;
	padding: 0;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item__main {
	display: block;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item__thumb {
	aspect-ratio: 16 / 9;
	border-radius: 0;
	width: 100%;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item__body {
	padding: 14px;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item__top {
	display: flex;
	flex-direction: column-reverse;
	gap: 9px;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item h3 {
	font-size: 1rem;
	line-height: 1.25;
}

body.gmm-amalsholeh-home .gmm-app-campaign-item__meta {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.gmm-amalsholeh-home .gmm-app-campaign-donate {
	margin: 0 14px 14px;
}

body.gmm-amalsholeh-home .gmm-app-final-cta {
	margin: 14px;
	padding: 24px 14px;
}

.gmm-single-campaign__media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #f28c28, #16704a);
	color: #ffffff;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-height: 560px;
	overflow: hidden;
	width: 100%;
}

.gmm-single-campaign__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gmm-single-campaign__media span {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 12px;
	font-size: 3rem;
	font-weight: 950;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}

.gmm-single-campaign__content {
	background: #f8faf7;
	padding: 18px 0 32px;
}

.gmm-single-campaign__title h1 {
	color: #0f5137;
	font-size: clamp(1.55rem, 6vw, 3.4rem);
	line-height: 1.12;
	margin: 14px 0 18px;
}

.gmm-campaign-progress-card,
.gmm-campaign-tabs,
.gmm-campaign-fundraiser-cta,
.gmm-related-campaigns {
	background: #ffffff;
	border: 1px solid rgba(232, 226, 215, 0.9);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(31, 42, 36, 0.09);
	margin-top: 16px;
	padding: 18px;
}

.gmm-campaign-progress-card__top {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gmm-campaign-progress-card span,
.gmm-campaign-progress-card__facts span {
	color: #65736c;
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
}

.gmm-campaign-progress-card strong {
	color: #0f5137;
	display: block;
	font-size: clamp(1.15rem, 4vw, 1.7rem);
	font-weight: 950;
	line-height: 1.1;
	margin-top: 4px;
}

.gmm-campaign-progress-card__facts {
	border-top: 1px solid #edf1eb;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
	padding-top: 14px;
}

.gmm-campaign-progress-card__facts b {
	color: #1f2a24;
	display: block;
	font-size: 0.98rem;
	font-weight: 950;
}

.gmm-campaign-fundraiser-cta {
	align-items: center;
	background: #eaf7ff;
	border-color: #c9e9fb;
	display: grid;
	gap: 18px;
	grid-template-columns: 92px minmax(0, 1fr);
}

.gmm-campaign-fundraiser-cta__art {
	background: #ffffff;
	border-radius: 20px;
	display: block;
	height: 92px;
	position: relative;
}

.gmm-campaign-fundraiser-cta__art::before {
	background: #f28c28;
	border-radius: 999px;
	content: "";
	height: 30px;
	left: 18px;
	position: absolute;
	top: 16px;
	width: 30px;
}

.gmm-campaign-fundraiser-cta__art::after {
	background: #16704a;
	clip-path: polygon(0 25%, 72% 0, 100% 100%, 0 75%);
	content: "";
	height: 34px;
	position: absolute;
	right: 14px;
	top: 26px;
	width: 48px;
}

.gmm-campaign-fundraiser-cta h2 {
	color: #0f5137;
	font-size: clamp(1.35rem, 5vw, 2rem);
	line-height: 1.08;
	margin: 0 0 14px;
}

.gmm-campaign-fundraiser-cta h2 span {
	color: #f28c28;
}

.gmm-campaign-fundraiser-cta__button,
.gmm-campaign-sticky-bar__share {
	align-items: center;
	background: #ffffff;
	border: 1px solid #f28c28;
	border-radius: 8px;
	color: #d97313;
	display: inline-flex;
	font-weight: 950;
	gap: 9px;
	min-height: 42px;
	padding: 10px 14px;
}

.gmm-share-icon {
	border: 2px solid currentColor;
	border-radius: 999px;
	display: inline-block;
	height: 18px;
	position: relative;
	width: 18px;
}

.gmm-share-icon::before,
.gmm-share-icon::after {
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	transform-origin: right center;
	width: 10px;
}

.gmm-share-icon::before {
	transform: rotate(-32deg);
}

.gmm-share-icon::after {
	transform: rotate(32deg);
}

.gmm-campaign-tabs__nav {
	background: #f6f7f6;
	border-radius: 14px;
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 16px;
	padding: 5px;
}

.gmm-campaign-tabs__nav button {
	background: transparent;
	border: 0;
	border-radius: 11px;
	color: #65736c;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 950;
	min-height: 42px;
	padding: 8px;
}

.gmm-campaign-tabs__nav button.is-active {
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(31, 42, 36, 0.08);
	color: #0f5137;
}

.gmm-campaign-description {
	color: #1f2a24;
	position: relative;
}

.gmm-campaign-description.is-collapsed {
	max-height: 320px;
	overflow: hidden;
}

.gmm-campaign-description.is-collapsed::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
	bottom: 0;
	content: "";
	height: 90px;
	left: 0;
	position: absolute;
	right: 0;
}

.gmm-read-more {
	background: #fff1e3;
	border: 1px solid #ffd9b2;
	border-radius: 999px;
	color: #d97313;
	cursor: pointer;
	font-weight: 950;
	margin-top: 14px;
	min-height: 42px;
	padding: 10px 16px;
}

.gmm-campaign-donor-list {
	display: grid;
	gap: 10px;
}

.gmm-campaign-donor-item {
	align-items: center;
	background: #fbfcfa;
	border: 1px solid #edf1eb;
	border-radius: 14px;
	display: grid;
	gap: 10px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	padding: 12px;
}

.gmm-campaign-donor-item > span {
	align-items: center;
	background: #fff1e3;
	border-radius: 999px;
	color: #f28c28;
	display: inline-flex;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.gmm-campaign-donor-item strong,
.gmm-campaign-donor-item b {
	color: #0f5137;
	font-weight: 950;
}

.gmm-campaign-donor-item small {
	color: #65736c;
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
}

.gmm-related-campaigns__head h2 {
	color: #0f5137;
	font-size: 1.25rem;
	margin: 0 0 14px;
}

.gmm-related-campaigns__rail {
	display: grid;
	gap: 14px;
	grid-auto-columns: minmax(250px, 76%);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding-bottom: 6px;
	scroll-snap-type: x mandatory;
}

.gmm-related-campaigns__rail .gmm-campaign-list-card {
	scroll-snap-align: start;
}

body.single-campaign .site-main {
	padding-bottom: 180px;
}

.gmm-campaign-sticky-bar {
	background: #ffffff;
	border-top: 1px solid rgba(232, 226, 215, 0.92);
	bottom: calc(82px + env(safe-area-inset-bottom));
	box-shadow: 0 -14px 34px rgba(31, 42, 36, 0.13);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(108px, 0.8fr) minmax(0, 1.2fr);
	left: 0;
	padding: 10px max(14px, env(safe-area-inset-left)) 10px max(14px, env(safe-area-inset-right));
	position: fixed;
	right: 0;
	z-index: 998;
}

.gmm-campaign-sticky-bar__share {
	background: #ffffff;
	border-color: #2f80ed;
	color: #2f80ed;
	justify-content: center;
	min-height: 52px;
}

.gmm-campaign-sticky-bar__share b,
.gmm-campaign-sticky-bar__share small {
	display: block;
	line-height: 1.05;
}

.gmm-campaign-sticky-bar__share small {
	font-size: 0.68rem;
	font-weight: 800;
	opacity: 0.78;
}

.gmm-campaign-sticky-bar__donate {
	align-items: center;
	background: #f28c28;
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	font-weight: 950;
	justify-content: center;
	min-height: 52px;
	padding: 10px 14px;
}

.gmm-share-modal {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 1300;
}

.gmm-share-modal.is-open {
	display: block;
}

.gmm-share-modal__overlay {
	background: rgba(15, 20, 18, 0.54);
	inset: 0;
	position: absolute;
}

.gmm-share-modal__dialog {
	background: #ffffff;
	border-radius: 20px 20px 0 0;
	bottom: 0;
	box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.18);
	left: 0;
	padding: 22px;
	position: absolute;
	right: 0;
}

.gmm-share-modal__close {
	background: #f6f7f6;
	border: 0;
	border-radius: 999px;
	color: #65736c;
	cursor: pointer;
	font-weight: 950;
	height: 34px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 34px;
}

.gmm-share-modal h2 {
	color: #0f5137;
	font-size: 1.35rem;
	margin: 0 42px 8px 0;
}

.gmm-share-modal p {
	color: #65736c;
	margin: 0 0 16px;
}

.gmm-campaign-share__copy {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.gmm-campaign-share__copy input {
	border: 1px solid #e8e2d7;
	border-radius: 10px;
	font: inherit;
	min-height: 44px;
	min-width: 0;
	padding: 0 12px;
}

.gmm-campaign-share__copy button,
.gmm-share-modal__actions a {
	background: #fff1e3;
	border: 1px solid #ffd9b2;
	border-radius: 999px;
	color: #d97313;
	font-weight: 950;
	min-height: 44px;
	padding: 10px 14px;
}

.gmm-share-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.gmm-fundraiser-global-links__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gmm-fundraiser-global-link-card {
	background: #ffffff;
	border: 1px solid rgba(232, 226, 215, 0.9);
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(31, 42, 36, 0.075);
	display: grid;
	gap: 14px;
	padding: 16px;
}

.gmm-fundraiser-global-link-card span {
	color: #0f5137;
	display: block;
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.2;
}

.gmm-fundraiser-global-link-card p {
	color: #65736c;
	font-size: 0.86rem;
	font-weight: 700;
	margin: 6px 0 0;
}

.gmm-fundraiser-global-link-card .gmm-fundraiser-copy {
	display: grid;
	gap: 8px;
}

.gmm-fundraiser-global-link-card .gmm-fundraiser-copy input {
	min-width: 0;
}

@media (min-width: 720px) {
	.gmm-home-bottom-cta__actions,
	.gmm-app-final-cta__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmm-home-bottom-cta__button--white,
	.gmm-app-final-cta__button--white {
		grid-column: 1 / -1;
	}

	.gmm-campaign-fundraiser-cta {
		grid-template-columns: 132px minmax(0, 1fr);
		padding: 24px;
	}

	.gmm-campaign-fundraiser-cta__art {
		height: 132px;
	}

	.gmm-share-modal__dialog {
		border-radius: 20px;
		bottom: 50%;
		left: 50%;
		max-width: 480px;
		right: auto;
		transform: translate(-50%, 50%);
		width: calc(100% - 32px);
	}
}

@media (max-width: 920px) {
	.gmm-campaign-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmm-fundraiser-global-links__grid {
		grid-template-columns: 1fr;
	}

	.gmm-zakat-landing__card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.gmm-home-stats__grid {
		grid-template-columns: 1fr;
	}

	.gmm-program-icons__rail {
		display: grid;
		grid-auto-columns: 76px;
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.gmm-campaign-list {
		grid-template-columns: 1fr;
	}

	.gmm-campaign-list-card {
		border-radius: 18px;
	}

	.gmm-campaign-list-card__body {
		padding: 14px;
	}

	.gmm-campaign-progress-card__top,
	.gmm-campaign-progress-card__facts {
		grid-template-columns: 1fr;
	}

	.gmm-campaign-fundraiser-cta {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 16px;
	}

	.gmm-campaign-fundraiser-cta__art {
		border-radius: 16px;
		height: 72px;
	}

	.gmm-campaign-tabs__nav {
		overflow-x: auto;
	}

	.gmm-campaign-tabs__nav button {
		font-size: 0.76rem;
	}

	.gmm-campaign-donor-item {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.gmm-campaign-donor-item b {
		grid-column: 2;
	}

	.gmm-campaign-sticky-bar {
		grid-template-columns: minmax(104px, 0.78fr) minmax(0, 1.22fr);
	}

	.gmm-campaign-share__copy {
		grid-template-columns: 1fr;
	}
}
