/**
 * Roskam — [direct_schakelen] shortcode
 */

.rk-direct {
	background: #f3f7fb;
	border-radius: 1rem;
	padding: 1.5rem;
	font-family: 'Inter', sans-serif;
}

.rk-direct__label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #4a545e;
}

.rk-direct__tel {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 900;
	color: #006dc2;
	text-decoration: none;
	transition: color 0.15s ease;
}

.rk-direct__tel:hover,
.rk-direct__tel:focus {
	color: #d40c1a;
}

.rk-direct__icon {
	display: inline-flex;
}

.rk-direct__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.rk-direct__hours {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	color: #555f69;
}
