/* CD Rates sidebar widget – dedicated file for reliable cache-busting */

.hp-cd-rates {
	width: 100%;
	box-sizing: border-box;
}

.hp-cd-rates-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	color: #141723;
	margin-top: 0;
	margin-bottom: 16px;
}

.hp-cd-rates-widget {
	display: block;
	width: 100%;
	background: #ffffff;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
}

.hp-cd-rates-widget-body {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.hp-cd-rates-widget-link {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 24px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #141723;
	text-decoration: none;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.hp-cd-rates-widget-link-featured {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.hp-cd-rates-widget-link:hover,
.hp-cd-rates-widget-link:focus {
	color: #005374;
	background-color: #F8FFFF;
}

.hp-cd-rates-arrow {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #12B2CB;
	vertical-align: middle;
}

.hp-cd-rates-widget-link:hover .hp-cd-rates-arrow,
.hp-cd-rates-widget-link:focus .hp-cd-rates-arrow {
	color: #005374;
}

.hp-cd-rates-widget-label {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #385053;
	margin: 0 24px;
	padding: 14px 0 6px;
	border-top: 1px solid #DFECEF;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-sizing: border-box;
}

.hp-cd-rates-widget-links {
	display: block;
	width: 100%;
	list-style: none !important;
	margin: 0;
	padding: 0 0 4px;
	box-sizing: border-box;
}

.hp-cd-rates-widget-links > li {
	display: block;
	width: 100%;
	list-style: none !important;
	margin: 0;
	padding: 0 24px;
	box-sizing: border-box;
}

.hp-cd-rates-widget-links .hp-cd-rates-widget-link {
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #DFECEF;
}

.hp-cd-rates-widget-links > li:last-child .hp-cd-rates-widget-link {
	padding-bottom: 16px;
}

@media screen and (max-width: 990px) {
	.hp-cd-rates-title {
		font-size: 20px;
		line-height: 26px;
	}

	.hp-cd-rates-widget-link {
		padding: 10px 24px;
		font-size: 13px;
	}

	.hp-cd-rates-widget-link-featured {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.hp-cd-rates-widget-label {
		padding: 10px 0 8px;
	}

	.hp-cd-rates-widget-links .hp-cd-rates-widget-link {
		padding-left: 0;
		padding-right: 0;
	}
}
