.tbk-fin-simulador {
	font-family: inherit;
	max-width: 500px;
	margin: 0 auto;
}

.tbk-fin-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.tbk-fin-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
}

.tbk-fin-tin {
	background: #e30613;
	color: #fff;
	padding: 4px 12px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
}

.tbk-fin-preu-producte {
	font-size: 16px;
	color: #71717A;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e7eb;
}

.tbk-fin-preu-producte strong {
	color: #1a1a1a;
	font-size: 20px;
}

.tbk-fin-taula {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.tbk-fin-taula thead th {
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #71717A;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 8px 12px;
	border-bottom: 2px solid #e5e7eb;
}

.tbk-fin-taula tbody tr {
	border-bottom: 1px solid #f3f4f6;
	transition: background 0.15s;
}

.tbk-fin-taula tbody tr:hover {
	background: #f9fafb;
}

.tbk-fin-taula tbody td {
	padding: 12px;
	font-size: 15px;
	color: #1a1a1a;
}

.tbk-fin-quota {
	font-weight: 700;
	color: #e30613;
	font-size: 17px;
}

.tbk-fin-footer {
	margin-top: 10px;
}

.tbk-fin-footer p {
	font-size: 12px;
	color: #9ca3af;
	margin: 0;
	line-height: 1.4;
}
