/* Sold (Predané) price label — no rebuild of Tailwind required. */
.c-listing-card__price--sold .c-listing-card__amount--sold,
.c-listing-card--sold .c-listing-card__amount--sold {
	font-weight: 600;
}

.c-single-listing-header__sold-label {
	font-weight: 600;
	font-size: 1.25rem;
}

.c-listing-sold-interest__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}

.c-listing-sold-interest__field input {
	appearance: none;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 15px;
	font-weight: 500;
	font-family: inherit;
	color: #0f172a;
	background: #fff;
}

.c-listing-sold-interest__field input:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.c-listing-sold-interest__submit {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #003893;
	border-radius: 10px;
	background: #003893;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.c-listing-sold-interest__submit:hover,
.c-listing-sold-interest__submit:focus {
	background: #002e7a;
	border-color: #002e7a;
	color: #fff;
	outline: none;
}

.c-listing-sold-interest__submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.c-listing-sold-interest__status {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.c-listing-sold-interest__status.is-ok {
	color: #dcfce7;
}

.c-listing-sold-interest__status.is-error {
	color: #fecaca;
}

.c-listing-sold-interest__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

.c-listing-sold-interest__consent input {
	margin-top: 2px;
	flex: 0 0 auto;
}

.c-listing-sold-interest__consent a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

.c-listing-sold-interest__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.c-listing-sold-interest .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
