/* Frontend styles for Viniideas Forms */
.viniideas-reservation-form input, .viniideas-reservation-form select, .viniideas-reservation-form textarea {
    padding: 8px;
    margin: 4px 0 12px 0;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.viniideas-reservation-form label {
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}
.viniideas-reservation-form .error {
    color: #b32d2e;
    background: #fbeaea;
    border: 1px solid #b32d2e;
    padding: 10px;
    margin-bottom: 10px;
}
.viniideas-reservation-form input[type="submit"] {
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 16px;
}
.viniideas-reservation-form input[type="submit"]:hover {
    background: #005177;
}
.sfc-calendar-table td.sfc-disabled {
  background: #eee;
  color: #bbb;
  cursor: not-allowed;
}
.sfc-calendar-table td.sfc-today {
  border: 2px solid #0073aa;
}
