]:c
border-color: #2E8555;
background-color: #2E8555; /* Užpildome žaliai */
}
input[type="checkbox"]:checked + .custom-checkbox::after {
content: '✓'; /* Varnelė */
color: white;
font-size: 16px; /* Varnelės dydis */
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) translateY(-1px); /* Tikslus pozicionavimas */
}
/* Kainos ir mygtukas */
.price-results {
margin-top: 35px;
padding-top: 25px;
border-top: 1px solid #e8e8e8; /* Šviesesnė linija */
}
.price-line {
display: flex;
justify-content: space-between;
font-size: 16px; /* Šiek tiek mažesnis šriftas kainoms */
margin-bottom: 12px;
}
.price-line .price-label {
font-weight: 400;
color: #555;
}
.price-line .price-value {
font-weight: 700; /* Paryškinta kaina */
color: #2c3e50;
}
.submit-btn {
width: 100%;
padding: 14px; /* Šiek tiek mažesnis padding */
background-color: #2E8555; /* Žalia mygtuko spalva */
color: white;
border: none;
border-radius: 6px; /* Atitinka kitų elementų suapvalinimą */
font-size: 17px;
font-weight: 600;
cursor: pointer;
margin-top: 25px;
transition: background-color 0.2s ease-in-out;
}
.submit-btn:hover {
background-color: #256F47; /* Tamsesnė žalia užvedus pelę */
}
/* Paslėpti sub-stogo tipą pagal nutylėjimą */
#roof-type-sub-group {
display: none;
}