/* presunul so mto zatial*/

.material-symbols-outlined {
	font-size: 16px;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
}

/* Program toggle buttons */
.btn-program {
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 0;
	border: none;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	background: #ccc;
	color: #666;
	transition: background 0.2s, color 0.2s;
}
.btn-program.active {
	background: #4caf50;
	color: #fff;
}
.btn-program:hover {
	opacity: 0.85;
}

/* No contract message */
.no-contract-msg {
	max-width: 500px;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	background: #fff8e1;
	border: 1px solid #ffe082;
	border-radius: 8px;
}
.no-contract-msg p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.btn-zaujem {
	display: inline-block;
	padding: 10px 28px;
	background: #4caf50;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}
.btn-zaujem:hover {
	background: #388e3c;
	color: #fff;
}

/* Contract error on summary page */
.contract-error {
	margin-top: 20px;
	padding: 20px;
	background: #ffebee;
	border: 1px solid #ef5350;
	border-radius: 6px;
	color: #c62828;
}
.contract-error p {
	margin: 5px 0;
}