body.gmm-amalsholeh-home {
	background: #e9edf2;
}

body.gmm-amalsholeh-home .gmm-app-header {
	display: none;
}

body.gmm-amalsholeh-home .site-main {
	background: #e9edf2;
	margin: 0;
	padding: 0;
}

.gmm-app-shell {
	--gmm-app-orange: #f58220;
	--gmm-app-orange-dark: #d86b0f;
	--gmm-app-green: #166f4a;
	--gmm-app-ink: #1f2933;
	--gmm-app-muted: #6b7280;
	--gmm-app-line: #edf0f2;
	--gmm-app-bg: #f5f6f8;
	--gmm-app-soft: #fff5eb;
	background: var(--gmm-app-bg);
	box-sizing: border-box;
	color: var(--gmm-app-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 auto;
	max-width: 480px;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 0 104px;
	position: relative;
	width: min(100%, 480px);
}

.gmm-app-shell *,
.gmm-app-shell *::before,
.gmm-app-shell *::after {
	box-sizing: border-box;
}

.gmm-app-shell a {
	color: inherit;
	text-decoration: none;
}

.gmm-app-header {
	background: #fff;
	border-bottom: 1px solid rgba(237, 240, 242, 0.92);
	box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
	padding: 12px 14px 14px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.gmm-app-header__bar,
.gmm-app-section-head,
.gmm-app-header__icons,
.gmm-app-mini-meta,
.gmm-app-campaign-item__meta,
.gmm-app-store-buttons,
.gmm-app-social {
	align-items: center;
	display: flex;
}

.gmm-app-header__bar,
.gmm-app-section-head {
	justify-content: space-between;
}

.gmm-app-brand {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-width: 0;
}

.gmm-app-brand__mark {
	align-items: center;
	background: var(--gmm-app-orange);
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.gmm-app-brand__logo {
	border-radius: 12px;
	height: 42px;
	object-fit: contain;
	width: 42px;
}

.gmm-app-brand__text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.gmm-app-brand strong {
	color: var(--gmm-app-green);
	font-size: 1.08rem;
	letter-spacing: 0;
	line-height: 1.08;
}

.gmm-app-brand small {
	color: var(--gmm-app-muted);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gmm-app-header__icons {
	gap: 8px;
}

.gmm-app-menu-button {
	align-items: center;
	background: #fff7ef;
	border: 1px solid #ffd8af;
	border-radius: 14px;
	display: inline-grid;
	gap: 4px;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.gmm-app-menu-button span {
	background: var(--gmm-app-orange);
	border-radius: 999px;
	display: block;
	height: 2px;
	width: 18px;
}

.gmm-app-search {
	margin-top: 12px;
	position: relative;
}

.gmm-app-search input[type="search"] {
	background: #f7f8fa;
	border: 1px solid var(--gmm-app-line);
	border-radius: 999px;
	color: var(--gmm-app-ink);
	font: inherit;
	font-size: 0.85rem;
	font-weight: 700;
	min-height: 42px;
	outline: none;
	padding: 10px 44px 10px 16px;
	width: 100%;
}

.gmm-app-search input[type="search"]:focus {
	background: #fff;
	border-color: #ffc58d;
	box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.12);
}

.gmm-app-search button {
	background: var(--gmm-app-orange);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 30px;
}

.gmm-app-search button::before {
	border: 2px solid #fff;
	border-radius: 999px;
	content: "";
	height: 10px;
	left: 8px;
	position: absolute;
	top: 7px;
	width: 10px;
}

.gmm-app-search button::after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 7px;
	left: 19px;
	position: absolute;
	top: 19px;
	transform: rotate(45deg);
	width: 2px;
}

.gmm-app-header__icons a {
	align-items: center;
	background: #f8fafb;
	border: 1px solid var(--gmm-app-line);
	border-radius: 999px;
	display: inline-flex;
	font-size: 1rem;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.gmm-app-header-icon {
	display: block;
	height: 18px;
	position: relative;
	width: 18px;
}

.gmm-app-header-icon--bell::before {
	border: 2px solid var(--gmm-app-orange);
	border-bottom: 0;
	border-radius: 9px 9px 4px 4px;
	content: "";
	height: 13px;
	left: 3px;
	position: absolute;
	top: 2px;
	width: 12px;
}

.gmm-app-header-icon--bell::after {
	background: var(--gmm-app-orange);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 4px;
	left: 7px;
	position: absolute;
	width: 4px;
}

.gmm-app-header-icon--user::before {
	border: 2px solid var(--gmm-app-orange);
	border-radius: 999px;
	content: "";
	height: 7px;
	left: 5px;
	position: absolute;
	top: 1px;
	width: 7px;
}

.gmm-app-header-icon--user::after {
	border: 2px solid var(--gmm-app-orange);
	border-radius: 999px 999px 6px 6px;
	content: "";
	height: 8px;
	left: 2px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.gmm-app-highlight,
.gmm-app-banner,
.gmm-app-program,
.gmm-app-campaign-list,
.gmm-app-promo,
.gmm-app-footer {
	margin: 12px 0 0;
	padding: 0 14px;
}

.gmm-app-section-head {
	margin: 0 0 10px;
}

.gmm-app-section-head h2 {
	color: var(--gmm-app-ink);
	font-size: 1rem;
	line-height: 1.25;
	margin: 0;
}

.gmm-app-section-head a {
	color: var(--gmm-app-orange);
	font-size: 0.78rem;
	font-weight: 800;
}

.gmm-app-highlight__track {
	display: grid;
	gap: 10px;
	grid-auto-columns: minmax(260px, 86%);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 0 2px 6px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.gmm-app-highlight__track::-webkit-scrollbar {
	display: none;
}

.gmm-app-highlight-card {
	background: #fff;
	border: 1px solid var(--gmm-app-line);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(31, 41, 51, 0.07);
	display: grid;
	gap: 10px;
	grid-template-columns: 92px minmax(0, 1fr);
	min-height: 128px;
	padding: 10px;
	scroll-snap-align: start;
}

.gmm-app-highlight-card__image,
.gmm-app-campaign-item__thumb,
.gmm-app-banner__image {
	background: linear-gradient(135deg, #ffe0bd, #f58220);
	overflow: hidden;
	position: relative;
}

.gmm-app-highlight-card__image {
	border-radius: 12px;
	min-height: 108px;
}

.gmm-app-highlight-card__image img,
.gmm-app-campaign-item__thumb img,
.gmm-app-banner__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gmm-app-highlight-card__image span,
.gmm-app-campaign-item__thumb span,
.gmm-app-banner__image span {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.gmm-app-highlight-card__body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.gmm-app-highlight-card h3 {
	color: var(--gmm-app-ink);
	font-size: 0.88rem;
	line-height: 1.3;
	margin: 0;
}

.gmm-app-chip {
	background: var(--gmm-app-soft);
	border-radius: 999px;
	color: var(--gmm-app-orange-dark);
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 900;
	line-height: 1;
	max-width: max-content;
	padding: 5px 8px;
	text-transform: uppercase;
}

.gmm-app-progress {
	background: #f1f3f5;
	border-radius: 999px;
	height: 5px;
	overflow: hidden;
}

.gmm-app-progress span {
	background: var(--gmm-app-orange);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.gmm-app-mini-meta,
.gmm-app-campaign-item__meta {
	gap: 8px;
	justify-content: space-between;
}

.gmm-app-mini-meta span,
.gmm-app-campaign-item__meta span {
	color: var(--gmm-app-muted);
	display: grid;
	font-size: 0.66rem;
	gap: 2px;
	min-width: 0;
}

.gmm-app-mini-meta strong,
.gmm-app-campaign-item__meta strong {
	color: var(--gmm-app-ink);
	font-size: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gmm-app-banner {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.gmm-app-banner__track {
	display: flex;
	transition: transform 0.36s ease;
	width: 100%;
}

.gmm-app-banner__slide {
	aspect-ratio: 16 / 9;
	background: var(--gmm-app-orange);
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(216, 107, 15, 0.16);
	flex: 0 0 100%;
	overflow: hidden;
	position: relative;
}

.gmm-app-banner__image {
	height: 100%;
	width: 100%;
}

.gmm-app-banner__image::after {
	background: linear-gradient(90deg, rgba(26, 36, 45, 0.72), rgba(26, 36, 45, 0.12));
	content: "";
	inset: 0;
	position: absolute;
}

.gmm-app-banner__content {
	bottom: 0;
	color: #fff;
	display: grid;
	gap: 6px;
	left: 0;
	padding: 18px;
	position: absolute;
	right: 30%;
	top: 0;
	z-index: 2;
}

.gmm-app-banner__content span {
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.gmm-app-banner__content h2 {
	font-size: clamp(1rem, 4vw, 1.45rem);
	line-height: 1.15;
	margin: 0;
}

.gmm-app-banner__content p {
	font-size: 0.78rem;
	line-height: 1.35;
	margin: 0;
}

.gmm-app-banner__content a {
	align-items: center;
	background: var(--gmm-app-orange);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	margin-top: auto;
	min-height: 32px;
	padding: 8px 12px;
	width: max-content;
}

.gmm-app-banner__dots {
	align-items: center;
	bottom: 10px;
	display: flex;
	gap: 5px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 4;
}

.gmm-app-banner__dots button {
	background: rgba(255, 255, 255, 0.58);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 6px;
	padding: 0;
	width: 6px;
}

.gmm-app-banner__dots button.is-active {
	background: #fff;
	width: 18px;
}

.gmm-app-program {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(31, 41, 51, 0.05);
	margin-left: 14px;
	margin-right: 14px;
	padding: 14px;
}

.gmm-app-program__grid {
	display: grid;
	gap: 12px 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gmm-app-program__grid a {
	align-items: center;
	display: grid;
	gap: 7px;
	justify-items: center;
	min-width: 0;
}

.gmm-app-program__grid small {
	color: var(--gmm-app-ink);
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
}

.gmm-app-program__icon {
	align-items: center;
	background: var(--gmm-app-soft);
	border: 1px solid #ffe0bd;
	border-radius: 12px;
	color: var(--gmm-app-orange);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.gmm-app-program__icon::before {
	content: "□";
}

.gmm-app-program__icon--grid::before {
	content: "▦";
}

.gmm-app-program__icon--book::before {
	content: "▤";
}

.gmm-app-program__icon--hand::before {
	content: "◔";
}

.gmm-app-program__icon--heart::before {
	content: "♥";
}

.gmm-app-program__icon--mosque::before,
.gmm-app-program__icon--dome::before {
	content: "⌂";
}

.gmm-app-program__icon--smile::before {
	content: "☺";
}

.gmm-app-program__icon--teacher::before {
	content: "✦";
}

.gmm-app-program__icon {
	background: linear-gradient(135deg, #fff4e8, #ffe0bd);
	border-color: #ffd2a2;
	border-radius: 14px;
	font-size: 0.72rem;
}

.gmm-app-program__icon::before {
	content: none;
}

.gmm-app-campaign-list__items {
	display: grid;
	gap: 10px;
}

.gmm-app-campaign-item {
	background: #fff;
	border: 1px solid var(--gmm-app-line);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(31, 41, 51, 0.055);
	display: grid;
	gap: 10px;
	grid-template-columns: 122px minmax(0, 1fr);
	padding: 10px;
}

.gmm-app-campaign-item__thumb {
	aspect-ratio: 4 / 3;
	border-radius: 12px;
}

.gmm-app-campaign-item__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.gmm-app-campaign-item__top {
	display: grid;
	gap: 5px;
}

.gmm-app-campaign-item h3 {
	color: var(--gmm-app-ink);
	display: -webkit-box;
	font-size: 0.86rem;
	line-height: 1.25;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.gmm-app-campaign-item p {
	color: var(--gmm-app-muted);
	font-size: 0.72rem;
	font-weight: 700;
	margin: 0;
}

.gmm-app-load-more {
	align-items: center;
	background: #fff7ef;
	border: 1px solid #ffd8af;
	border-radius: 999px;
	color: var(--gmm-app-orange-dark);
	display: flex;
	font-size: 0.82rem;
	font-weight: 900;
	justify-content: center;
	margin: 14px auto 0;
	min-height: 42px;
	padding: 10px 16px;
	width: max-content;
}

.gmm-app-prayers {
	margin: 14px 0 0;
	padding: 0 14px;
}

.gmm-app-prayers__grid {
	display: grid;
	gap: 10px;
}

.gmm-app-prayer-card {
	background: #fff;
	border: 1px solid var(--gmm-app-line);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(31, 41, 51, 0.055);
	display: grid;
	gap: 10px;
	padding: 14px;
}

.gmm-app-prayer-card__head {
	align-items: center;
	display: flex;
	gap: 10px;
}

.gmm-app-prayer-card__head > span {
	align-items: center;
	background: #fff4e8;
	border-radius: 999px;
	color: var(--gmm-app-orange);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.gmm-app-prayer-card h3 {
	color: var(--gmm-app-ink);
	font-size: 0.9rem;
	line-height: 1.2;
	margin: 0;
}

.gmm-app-prayer-card small {
	color: var(--gmm-app-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.25;
	margin-top: 2px;
}

.gmm-app-prayer-card p {
	color: #3d4852;
	font-size: 0.84rem;
	line-height: 1.55;
	margin: 0;
}

.gmm-app-prayer-card strong {
	color: var(--gmm-app-green);
	font-size: 0.78rem;
}

.gmm-app-promo {
	background: #f4dcae;
	border-radius: 18px;
	display: grid;
	gap: 12px;
	margin-left: 14px;
	margin-right: 14px;
	padding: 22px 16px;
	text-align: center;
}

.gmm-app-promo h2 {
	color: #33250f;
	font-size: 1rem;
	line-height: 1.35;
	margin: 0;
}

.gmm-app-store-buttons {
	gap: 10px;
	justify-content: center;
}

.gmm-app-store-buttons a {
	align-items: center;
	background: #111827;
	border-radius: 9px;
	color: #fff;
	display: inline-flex;
	gap: 7px;
	min-height: 36px;
	padding: 8px 11px;
}

.gmm-app-store-buttons span {
	font-size: 0;
}

.gmm-app-store-buttons span::before {
	font-size: 0.64rem;
	font-weight: 900;
}

.gmm-app-store-buttons a:first-child span::before {
	content: "Play";
}

.gmm-app-store-buttons a:last-child span::before {
	content: "App";
}

.gmm-app-store-buttons strong {
	font-size: 0.74rem;
}

.gmm-app-footer {
	display: grid;
	gap: 8px;
	justify-items: center;
	padding-bottom: 20px;
	padding-top: 8px;
	text-align: center;
}

.gmm-app-footer h2 {
	color: var(--gmm-app-green);
	font-size: 1rem;
	margin: 0;
}

.gmm-app-footer p {
	color: var(--gmm-app-muted);
	font-size: 0.78rem;
	margin: 0;
}

.gmm-app-social {
	gap: 8px;
	justify-content: center;
}

.gmm-app-social a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--gmm-app-line);
	border-radius: 999px;
	color: var(--gmm-app-orange);
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 900;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.gmm-app-bottom-nav {
	background: #fff;
	border-top: 1px solid var(--gmm-app-line);
	bottom: 0;
	box-shadow: 0 -10px 26px rgba(31, 41, 51, 0.08);
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	left: 50%;
	max-width: 480px;
	padding: 8px 8px 10px;
	position: fixed;
	transform: translateX(-50%);
	width: min(100%, 480px);
	z-index: 80;
}

.gmm-app-bottom-nav a {
	align-items: center;
	color: #9aa3ad;
	display: grid;
	font-size: 0.62rem;
	font-weight: 900;
	gap: 4px;
	justify-items: center;
	line-height: 1;
}

.gmm-app-bottom-nav span {
	align-items: center;
	background: transparent;
	border-radius: 0;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.gmm-app-bottom-nav span::before {
	color: currentColor;
	content: "□";
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.gmm-app-bottom-nav a:nth-child(1) span::before {
	content: "⌂";
}

.gmm-app-bottom-nav a:nth-child(2) span::before {
	content: "▦";
}

.gmm-app-bottom-nav a:nth-child(3) span::before {
	content: "♡";
}

.gmm-app-bottom-nav a:nth-child(4) span::before {
	content: "✉";
}

.gmm-app-bottom-nav a:nth-child(5) span::before {
	content: "◉";
}

.gmm-app-bottom-nav a.is-active {
	color: var(--gmm-app-orange);
}

.gmm-app-invites {
	margin: 12px 0 0;
	padding: 0 14px;
}

.gmm-app-invites__track {
	display: grid;
	gap: 10px;
	grid-auto-columns: minmax(172px, 48%);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 0 2px 6px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.gmm-app-invites__track::-webkit-scrollbar,
.gmm-app-prayers__grid::-webkit-scrollbar {
	display: none;
}

.gmm-app-invite-card {
	background: #fff;
	border: 1px solid var(--gmm-app-line);
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(31, 41, 51, 0.06);
	display: grid;
	gap: 7px;
	min-height: 126px;
	padding: 14px;
	scroll-snap-align: start;
}

.gmm-app-invite-card__icon {
	align-items: center;
	background: #fff4e8;
	border-radius: 14px;
	color: var(--gmm-app-orange);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	position: relative;
	width: 38px;
}

.gmm-app-invite-card__icon::before,
.gmm-app-invite-card__icon::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	position: absolute;
}

.gmm-app-invite-card__icon::before {
	height: 14px;
	width: 14px;
}

.gmm-app-invite-card__icon::after {
	height: 4px;
	top: 25px;
	width: 18px;
}

.gmm-app-invite-card strong {
	color: var(--gmm-app-ink);
	font-size: 0.95rem;
	line-height: 1.2;
}

.gmm-app-invite-card small {
	color: var(--gmm-app-muted);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.35;
}

.gmm-app-program__grid button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 14px;
	cursor: pointer;
	display: grid;
	gap: 6px;
	justify-items: center;
	min-width: 0;
	padding: 6px 4px;
}

.gmm-app-program__grid button.is-active {
	background: #fff4e8;
	box-shadow: inset 0 0 0 1px #ffd2a2;
}

.gmm-app-program__grid strong {
	color: var(--gmm-app-ink);
	font-size: 0.66rem;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
}

.gmm-app-program__grid em {
	color: var(--gmm-app-muted);
	font-size: 0.56rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
}

.gmm-app-program__icon {
	position: relative;
}

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

.gmm-app-program__icon--all::before,
.gmm-app-program__icon--sedekah::before {
	background: currentColor;
	border-radius: 3px;
	box-shadow: 9px 0 0 currentColor, 0 9px 0 currentColor, 9px 9px 0 currentColor;
	height: 6px;
	left: 11px;
	top: 11px;
	width: 6px;
}

.gmm-app-program__icon--mengaji::before,
.gmm-app-program__icon--guru::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 18px;
	left: 10px;
	top: 10px;
	width: 22px;
}

.gmm-app-program__icon--mengaji::after,
.gmm-app-program__icon--guru::after {
	background: currentColor;
	height: 18px;
	left: 21px;
	top: 10px;
	width: 2px;
}

.gmm-app-program__icon--zakat::before,
.gmm-app-program__icon--wakaf::before {
	border: 2px solid currentColor;
	border-radius: 999px 999px 8px 8px;
	height: 20px;
	left: 11px;
	top: 12px;
	width: 20px;
}

.gmm-app-program__icon--zakat::after,
.gmm-app-program__icon--wakaf::after {
	background: currentColor;
	border-radius: 999px;
	height: 5px;
	left: 18px;
	top: 8px;
	width: 5px;
}

.gmm-app-program__icon--masjid::before {
	border: 2px solid currentColor;
	border-radius: 999px 999px 4px 4px;
	height: 18px;
	left: 10px;
	top: 11px;
	width: 22px;
}

.gmm-app-program__icon--masjid::after {
	background: currentColor;
	height: 8px;
	left: 19px;
	top: 22px;
	width: 4px;
}

.gmm-app-program__icon--yatim::before {
	border: 2px solid currentColor;
	border-radius: 999px;
	height: 12px;
	left: 15px;
	top: 8px;
	width: 12px;
}

.gmm-app-program__icon--yatim::after {
	border: 2px solid currentColor;
	border-radius: 999px 999px 8px 8px;
	height: 12px;
	left: 11px;
	top: 22px;
	width: 20px;
}

.gmm-app-category-more {
	align-items: center;
	background: var(--gmm-app-orange);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 0.78rem;
	font-weight: 900;
	justify-content: center;
	margin: 12px auto 0;
	min-height: 38px;
	padding: 9px 16px;
	width: max-content;
}

.gmm-app-campaign-count {
	color: var(--gmm-app-muted);
	font-size: 0.74rem;
	font-weight: 900;
}

.gmm-app-empty-filter {
	background: #fff;
	border: 1px dashed #ffd2a2;
	border-radius: 14px;
	color: var(--gmm-app-muted);
	font-size: 0.84rem;
	font-weight: 800;
	margin: 0;
	padding: 16px;
	text-align: center;
}

.gmm-app-prayers__grid {
	grid-auto-columns: minmax(240px, 82%);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 0 2px 6px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.gmm-app-prayer-card {
	scroll-snap-align: start;
}

.gmm-app-invites {
	overflow: hidden;
	position: relative;
}

.gmm-app-invites__track {
	display: flex;
	gap: 0;
	overflow: visible;
	padding: 0;
	transition: transform 0.36s ease;
	width: 100%;
}

.gmm-app-invite-slide {
	flex: 0 0 100%;
	padding: 0;
}

.gmm-app-invite-slide a {
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	display: block;
	overflow: hidden;
	position: relative;
}

.gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(22, 111, 74, 0.18), rgba(245, 130, 32, 0.26)),
		linear-gradient(135deg, #f58220, #166f4a);
	display: block;
	height: 100%;
	width: 100%;
}

.gmm-app-invite-slide--wakaf .gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(216, 177, 93, 0.34)),
		linear-gradient(135deg, #166f4a, #d8b15d);
}

.gmm-app-invite-slide--zakat .gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(245, 130, 32, 0.26)),
		linear-gradient(135deg, #0f5137, #f58220);
}

.gmm-app-invite-slide--kurban .gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(22, 111, 74, 0.22)),
		linear-gradient(135deg, #d8b15d, #f58220);
}

.gmm-app-invite-slide__content {
	background: linear-gradient(90deg, rgba(20, 28, 34, 0.74), rgba(20, 28, 34, 0.18));
	bottom: 0;
	color: #fff;
	display: grid;
	gap: 6px;
	left: 0;
	padding: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.gmm-app-invite-slide__content strong {
	font-size: 1.2rem;
	line-height: 1.1;
	margin-top: auto;
}

.gmm-app-invite-slide__content small {
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.35;
	max-width: 70%;
}

.gmm-app-invite-slide__content em {
	background: var(--gmm-app-orange);
	border-radius: 999px;
	font-size: 0.74rem;
	font-style: normal;
	font-weight: 900;
	justify-self: start;
	padding: 8px 12px;
}

.gmm-app-invites__dots {
	align-items: center;
	bottom: 10px;
	display: flex;
	gap: 5px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.gmm-app-invites__dots button {
	background: rgba(255, 255, 255, 0.62);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 6px;
	padding: 0;
	width: 6px;
}

.gmm-app-invites__dots button.is-active {
	background: #fff;
	width: 18px;
}

.gmm-app-campaign-item {
	display: grid;
	grid-template-columns: 1fr;
}

.gmm-app-campaign-item[hidden] {
	display: none !important;
}

.gmm-app-campaign-item__main {
	display: grid;
	gap: 10px;
	grid-template-columns: 122px minmax(0, 1fr);
}

.gmm-app-campaign-item__thumb {
	aspect-ratio: 16 / 9;
	min-height: 0;
	width: 122px;
}

.gmm-app-campaign-item h3 {
	font-size: 0.78rem;
	line-height: 1.22;
}

.gmm-app-campaign-item__meta {
	gap: 5px;
}

.gmm-app-campaign-item__meta strong {
	font-size: 0.64rem;
}

.gmm-app-campaign-donate {
	align-items: center;
	background: var(--gmm-app-orange);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	margin-top: 10px;
	min-height: 36px;
	padding: 8px 12px;
}

.gmm-app-load-more {
	border: 1px solid #ffd8af;
	cursor: pointer;
	font-family: inherit;
}

.gmm-app-load-more[hidden] {
	display: none !important;
}

.gmm-app-promo {
	display: none;
}

@media (min-width: 760px) {
	.gmm-app-shell {
		border-left: 1px solid var(--gmm-app-line);
		border-right: 1px solid var(--gmm-app-line);
		box-shadow: 0 24px 80px rgba(31, 41, 51, 0.14);
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.gmm-app-bottom-nav {
		display: none;
	}
}

@media (max-width: 380px) {
	.gmm-app-campaign-item {
		grid-template-columns: 106px minmax(0, 1fr);
	}

	.gmm-app-campaign-item__meta,
	.gmm-app-mini-meta {
		gap: 5px;
	}

	.gmm-app-banner__content {
		right: 18%;
	}
}

body.gmm-amalsholeh-home .site-main,
body.gmm-amalsholeh-home .gmm-front-page-modern,
.gmm-app-shell {
	margin-left: auto;
	margin-right: auto;
}

body.gmm-amalsholeh-home .site-main {
	max-width: 480px;
	width: min(100%, 480px);
}

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

.gmm-app-campaign-item__main {
	align-items: start;
	grid-template-columns: 124px minmax(0, 1fr);
}

.gmm-app-campaign-item__thumb {
	aspect-ratio: 16 / 9;
	width: 124px;
}

.gmm-app-campaign-item h3 {
	font-size: 0.78rem;
	line-height: 1.22;
}

.gmm-app-campaign-donate {
	box-shadow: 0 8px 18px rgba(245, 130, 32, 0.22);
	min-width: 0;
	text-align: center;
	width: 100%;
	white-space: normal;
}

.gmm-app-invites {
	margin: 16px 14px 0;
}

.gmm-app-invite-slide--donasi .gmm-app-invite-slide__image,
.gmm-app-invite-slide--sedekah .gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(22, 111, 74, 0.2)),
		linear-gradient(135deg, #f58220, #166f4a);
}

.gmm-app-invite-slide--qurban .gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(245, 130, 32, 0.24)),
		linear-gradient(135deg, #1d4ed8, #f58220);
}

.gmm-app-invite-slide--tabungan .gmm-app-invite-slide__image {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(216, 177, 93, 0.28)),
		linear-gradient(135deg, #166f4a, #f58220);
}

.gmm-cta-home {
	animation: gmmCtaFadeIn 0.55s ease both;
	background: #fff1e3;
	margin: 16px 14px 0;
	padding: 28px 16px calc(28px + env(safe-area-inset-bottom));
	text-align: center;
}

.gmm-cta-home--app {
	border-radius: 22px;
}

.gmm-cta-home h2 {
	color: #111827;
	font-size: 1.55rem;
	font-weight: 950;
	line-height: 1.12;
	margin: 0 0 18px;
	text-align: center;
}

.gmm-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.gmm-cta-button {
	align-items: center;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.12);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 950;
	gap: 9px;
	height: 52px;
	justify-content: center;
	min-width: 0;
	padding: 0 16px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gmm-cta-button:hover,
.gmm-cta-button:focus-visible {
	box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
	transform: translateY(-2px);
}

.gmm-cta-button--donasi,
.gmm-cta-button--fundraiser {
	color: #fff;
	flex: 1 1 calc(50% - 6px);
}

.gmm-cta-button--donasi {
	background: #ef4444;
}

.gmm-cta-button--fundraiser {
	background: #2563eb;
}

.gmm-cta-button--akun {
	background: #fff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	color: #111827;
	flex: 1 1 100%;
}

.gmm-cta-icon {
	font-size: 1rem;
	line-height: 1;
}

.gmm-cta-icon--donasi::before {
	content: "♥";
}

.gmm-cta-icon--fundraiser::before {
	content: "↗";
}

.gmm-cta-icon--akun::before {
	content: "◎";
}

@keyframes gmmCtaFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 520px) {
	.gmm-app-campaign-item__main {
		grid-template-columns: 138px minmax(0, 1fr);
	}

	.gmm-app-campaign-item__thumb {
		width: 138px;
	}
}

@media (max-width: 380px) {
	.gmm-app-campaign-item {
		grid-template-columns: 1fr;
	}

	.gmm-app-campaign-item__main {
		gap: 8px;
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.gmm-app-campaign-item__thumb {
		width: 104px;
	}

	.gmm-app-campaign-donate {
		font-size: 0.72rem;
		min-height: 34px;
		padding: 7px 10px;
	}
}

.gmm-app-program__icon::before,
.gmm-app-program__icon::after {
	content: none !important;
}

.gmm-app-program__icon {
	background: linear-gradient(135deg, #fff7ed, #ffedd5);
	border: 1px solid #fed7aa;
	border-radius: 16px;
	box-shadow: inset 0 -8px 18px rgba(245, 130, 32, 0.1);
	color: #ea580c;
	height: 46px;
	width: 46px;
}

.gmm-app-program__icon svg {
	display: block;
	fill: none;
	height: 26px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 26px;
}

.gmm-app-program__grid em {
	display: none;
}

.gmm-app-program__grid button:hover .gmm-app-program__icon,
.gmm-app-program__grid button:focus-visible .gmm-app-program__icon,
.gmm-app-program__grid button.is-active .gmm-app-program__icon {
	background: linear-gradient(135deg, #ffedd5, #fdba74);
	box-shadow: 0 8px 18px rgba(234, 88, 12, 0.14);
	transform: translateY(-1px);
}
