.cv-paywall--minimal {
	margin: 2.5rem 0;
	font-family: inherit;
}

/* HR-style divider with centred lock icon */
.cv-paywall--minimal__divider {
	position: relative;
	border-top: 2px solid #1a1a1a;
	margin: 0 0 2rem;
	text-align: center;
}

.cv-paywall--minimal__lock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0 0.5rem;
	font-size: 1.25rem;
	line-height: 1;
}

/* Body */
.cv-paywall--minimal__body {
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
}

.cv-paywall--minimal__headline {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 0.5rem;
	letter-spacing: -0.01em;
}

.cv-paywall--minimal__subtext {
	font-size: 0.9375rem;
	color: #555;
	margin: 0 0 1.75rem;
}

/* Stacked full-width buttons */
.cv-paywall--minimal__actions {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-bottom: 1.25rem;
}

.cv-paywall--minimal__btn {
	display: block;
	width: 100%;
	padding: 0.875rem 1.25rem;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 2px solid #1a1a1a;
	box-sizing: border-box;
	transition: background 0.15s ease, color 0.15s ease;
}

.cv-paywall--minimal__btn:hover,
.cv-paywall--minimal__btn:focus {
	background: #fff;
	color: #1a1a1a;
	outline: none;
}

/* Log-in link */
.cv-paywall--minimal__login-line {
	font-size: 0.8125rem;
	color: #777;
	margin: 0;
}

.cv-paywall--minimal__login-line a {
	color: #1a1a1a;
	text-decoration: underline;
	font-weight: 600;
}

.cv-paywall--minimal__login-line a:hover {
	text-decoration: none;
}
