/* PHOBS booking form – stil u skladu s web stranicom */

#phobs_book {
    padding: 0;
    margin: 0 auto 24px auto;
    font: normal 15px Verdana, Arial, Helvetica, sans-serif;
    color: #004552;
    max-width: 480px;
}

#phobs_book .booking_naslov {
    font-size: 18px;
    font-weight: 600;
    color: #004552;
    margin: 0 0 16px 0;
    padding: 0;
}

#phobs_book p {
    padding: 0 0 14px 0;
    margin: 0 0 14px 0;
    line-height: 1.4;
}

#phobs_book p:last-of-type {
    margin-bottom: 0;
}

/* Oznake (Arrival date, Nights, Access key) */
#phobs_book p br + select,
#phobs_book p br + input[type="text"] {
    margin-top: 6px;
}

#phobs_book select {
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #004552;
    min-height: 44px;
    padding: 10px 14px;
    margin: 0 8px 0 0;
    margin-bottom: 4px;
    border: 1px solid #2b9ae2;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#phobs_book select:hover {
    border-color: #004552;
}

#phobs_book select:focus {
    outline: none;
    border-color: #2b9ae2;
    box-shadow: 0 0 0 2px rgba(43, 154, 226, 0.25);
}

#phobs_book .destination,
#phobs_book .hotel {
    width: 100%;
    min-width: 200px;
    max-width: 320px;
}

#phobs_book .button {
    font-size: 15px;
    font-weight: 600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    background: #2b9ae2;
    border: 1px solid #2b9ae2;
    border-radius: 4px;
    padding: 12px 24px;
    min-height: 44px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    margin-left: 8px;
    vertical-align: middle;
}

#phobs_book .button:hover {
    background: #004552;
    border-color: #004552;
    color: #fff;
}

#phobs_book .button:active,
#phobs_book .button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(43, 154, 226, 0.35);
}

#phobs_book .access_code {
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #004552;
    width: 100%;
    max-width: 320px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #2b9ae2;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#phobs_book .access_code:hover {
    border-color: #004552;
}

#phobs_book .access_code:focus {
    outline: none;
    border-color: #2b9ae2;
    box-shadow: 0 0 0 2px rgba(43, 154, 226, 0.25);
}

#phobs_book a.view_cancel {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2b9ae2;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

#phobs_book a.view_cancel:hover {
    color: #c41e3a;
    text-decoration: underline;
}
