/* ==========================
   KALENDER
   ========================== */

.kose-rent-calendar-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.kose-rent-calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.kose-rent-calendar th,
.kose-rent-calendar td {
    padding: 8px 4px;
    text-align: center;
    width: 14.28%;
}

.kose-rent-calendar td.free {
    background: #f5fff7;
}

.kose-rent-calendar td.booked {
    background: #ffe5e5;
    color: #777;
}

/* Valitud vahemik */
.kose-rent-calendar td.selected {
    background: #0069c7;
    color: #fff;
    border-radius: 6px;
}

/* Kalendri header */
.kose-rent-calendar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}

.kose-month-nav {
    text-decoration: none;
    font-weight: bold;
}

/* Legendikastid */
.kose-rent-legend {
    margin-top: 10px;
    font-size: 14px;
}

.kose-rent-legend .legend-box {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.kose-rent-legend .legend-box.free {
    background: #f5fff7;
    border: 1px solid #c3e5cb;
}

.kose-rent-legend .legend-box.booked {
    background: #ffe5e5;
    border: 1px solid #f0b5b5;
}

/* Valiku tekst kalendri all */
.kose-rent-selected {
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
}

/* ==========================
   VORM
   ========================== */

/* Vormi wrapper – võtab kogu popupi / kolumni laiuse */
.kose-rent-form-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Vorm ise */
.kose-rent-form {
    width: 100%;
    box-sizing: border-box;
}

/* Labelid */
.kose-rent-form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

/* Sisendväljad ja textarea */
.kose-rent-form input[type="text"],
.kose-rent-form input[type="email"],
.kose-rent-form input[type="date"],
.kose-rent-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
}

/* Checkboxi rida – renditingimused */
.kose-terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 13px;
}

.kose-terms input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.kose-terms a {
    text-decoration: underline;
}

/* Nupp */
.kose-rent-submit {
    margin-top: 12px;
    padding: 12px 18px;
    border: none;
    cursor: pointer;
    border-radius: 999px;
}

/* Alumine märkus */
.kose-rent-note {
    margin-top: auto;
    font-size: auto;
}

/* Edu / vea teated – kui hiljem kasutame */
.kose-rent-notice-success {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 10px;
}

.kose-rent-notice-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 10px;
}
