/* ------------------------------
   FORMULARZ
------------------------------ */

.inav-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}

.inav-form label {
    display: block;
    font-weight: 600;
    margin: 12px 0 6px;
}

.inav-form select {
    width: 100%;
}

.inav-form button {
    margin-top: 15px;
    padding: 10px 18px;
    font-size: 16px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.inav-form button:hover {
    background: #005f8d;
}

/* ------------------------------
   SELECT2 – wygląd
------------------------------ */

.select2-container--default .select2-selection--single {
    height: 42px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/* ------------------------------
   WYNIK TRASY
------------------------------ */

.inav-result {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.inav-result p {
    margin: 10px 0;
    font-size: 16px;
}

/* ------------------------------
   LISTA KROKÓW
------------------------------ */

.inav-steps {
    margin: 15px 0 20px;
    padding-left: 25px;
}

.inav-steps li {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.4;
}

/* ------------------------------
   RESPONSYWNOŚĆ
------------------------------ */

@media (max-width: 600px) {
    .inav-form, .inav-result {
        padding: 15px;
    }

    .inav-form button {
        width: 100%;
    }
}
