#guru-hotel-kalendar {
  	display: flex;
    flex-direction: row;
    width: 100%;
}
.guru-hotel-rezervacia-left {
	width: 50%
}
.guru-hotel-rezervacia-right {
	width: 50%
}
#guru-hotel-kalendar input,
#guru-hotel-kalendar select,
#guru-hotel-kalendar textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
}

.hotel-calendar {
    position: relative;
}

.hotel-calendar .flatpickr-calendar {
    width: 100%;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.hotel-calendar-loading {
    padding: 12px;
    text-align: center;
    font-size: 0.95rem;
    color: #666;
}

.hotel-calendar-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}

.hotel-calendar-clear {
    margin-top: 12px;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background-color: black;
    cursor: pointer;
    color: white;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, text-decoration-color 0.3s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
}

.hotel-calendar-clear:hover {
    text-decoration-color: white;
}

