.prayer-wall {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
}

.prayer-wall-count {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 400;
	color: #6f6f6f;
}

.prayer-wall .prayer-wall-action {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f0e0bd66 !important;
	color: #3c2c20 !important;
	font-size: 0.75rem !important;
	font-weight: 500 !important;
	line-height: 1;
	padding: 0.45rem 0.8rem !important;
	cursor: pointer;
	transition: filter 0.2s ease-in-out, transform 0.1s ease-in-out;
	text-transform: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.prayer-wall .prayer-wall-action:hover {
	background: #e7d3a9b3 !important;
	color: #3c2c20 !important;
	filter: none;
	transform: translateY(-1px);
}

.prayer-wall .prayer-wall-action:active {
	transform: translateY(1px);
}

.prayer-wall .prayer-wall-action:disabled {
	cursor: default;
	opacity: 1;
}

.prayer-wall-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
}

.prayer-wall.is-prayed .prayer-wall-action {
	background: #f0e0bd66 !important;
	color: #3c2c20 !important;
}
