.rz-select-plan .rz-available {
	display: none !important;
}

.glamplaces-native-checkout-countdown {
	margin: 24px auto 0;
	max-width: 520px;
	padding: 18px 22px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	text-align: center;
}

.glamplaces-native-checkout-countdown__message {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
}

.glamplaces-native-checkout-countdown__number {
	font-size: 22px;
}

.glamplaces-native-checkout-countdown__link {
	font-weight: 700;
	color: #e61e4d;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.glamplaces-native-checkout-countdown {
		margin-top: 18px;
		padding: 15px;
	}

	.glamplaces-native-checkout-countdown__message {
		font-size: 14px;
	}
}

/* v1.6.0 – stav a změna plánu přímo v kartě /muj-ucet/listings/ */
.gp-listing-plan-panel {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.gp-listing-plan-panel__label {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	opacity: .58;
}

.gp-listing-plan-panel__headline {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.gp-listing-plan-panel__detail {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.45;
	opacity: .72;
}

.gp-listing-plan-panel--free .gp-listing-plan-panel__headline {
	color: #17833b;
}

.gp-listing-plan-panel--pending .gp-listing-plan-panel__headline {
	color: #9a6700;
}

.gp-listing-plan-panel--expired .gp-listing-plan-panel__headline {
	color: #b42318;
}

.gp-listing-plan-panel__actions {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.gp-listing-plan-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 11px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: opacity .15s ease, transform .15s ease;
}

.gp-listing-plan-button:hover {
	opacity: .88;
	transform: translateY(-1px);
}

.gp-listing-plan-button--primary {
	background: #e61e4d;
	color: #fff !important;
	border: 1px solid #e61e4d;
}

.gp-listing-plan-button--secondary {
	background: #fff;
	color: #222 !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 600px) {
	.gp-listing-plan-panel__actions {
		flex-direction: column;
	}

	.gp-listing-plan-button {
		width: 100%;
	}
}
