.porovnavacia-kalkulacka-wrapper {
max-width: 1200px;
margin: 30px auto;
padding: 30px;
border-radius: 12px;
background-color: #ffffff;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.porovnavacia-kalkulacka-wrapper .inputy-porovnanie {
display: flex;
flex-wrap: wrap;
gap: 25px;
margin-bottom: 40px;
justify-content: center;
}
.porovnavacia-kalkulacka-wrapper .moznost-blok {
flex: 1 1 380px;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
background: #fdfdfd;
position: relative;
}
.porovnavacia-kalkulacka-wrapper .moznost-nadpis {
font-size: 1.3em;
font-weight: 700;
margin-bottom: 15px;
color: #007bff;
text-align: center;
border: 1px solid transparent;
width: 100%;
background: #f0f4f8;
border-radius: 4px;
padding: 6px;
}
.porovnavacia-kalkulacka-wrapper .moznost-input-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 15px;
}
.porovnavacia-kalkulacka-wrapper .moznost-blok label {
display: block;
margin-bottom: 4px;
font-weight: 600;
color: #444;
font-size: 0.85em;
}
.porovnavacia-kalkulacka-wrapper .moznost-blok input[type="number"] {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 0.95em;
}
.porovnavacia-kalkulacka-wrapper .pridat-moznost-tlacidlo {
width: 100%;
padding: 12px;
background-color: #28a745;
color: white;
border: none;
border-radius: 6px;
font-weight: bold;
cursor: pointer;
}
.porovnavacia-kalkulacka-wrapper .tlacidlo-odstranit {
position: absolute;
top: -10px;
right: -10px;
background: #dc3545;
color: white;
border: none;
border-radius: 50%;
width: 28px;
height: 28px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.porovnavacia-kalkulacka-wrapper .graf-container {
height: 500px;
margin-top: 30px;
}
#najlepsiaMoznostPorovnanieText {
text-align: center;
padding: 15px;
margin-top: 20px;
border-radius: 8px;
font-weight: bold;
background-color: #e6f9f7;
color: #00796b;
}
@media (max-width: 768px) {
.porovnavacia-kalkulacka-wrapper .moznost-input-grid {
grid-template-columns: 1fr;
}
}
/* --- Tlačidlo PDF (Uložiť porovnanie) --- */
#tlacidloPdfPorovnanie {
display: block;
width: 100%;
padding: 14px;
margin-top: 30px;
background-color: #007bff; /* Tvoja pôvodná modrá */
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 1.1em;
font-weight: bold;
transition: background-color 0.3s;
}
#tlacidloPdfPorovnanie:hover {
background-color: #0056b3;
}
/* --- Pätička pre PDF (na webe skrytá) --- */
#pdfPorovnanieFooterText {
display: none; /* Toto zabezpečí, že ho na stránke neuvidíš */
font-size: 14px;
text-align: center;
padding: 30px 0 0 0;
color: #555;
font-style: italic;
}
