/* LC Booking plugin styles ; inherits theme CSS variables */

.lcb-wrap { max-width: 640px; }

.lc-hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
    overflow: hidden;
}

.lc-form__message--success {
    background: rgba(46, 204, 113, 0.12);
    border: 1px solid rgba(46, 204, 113, 0.4);
    color: #27ae60;
    padding: 1rem;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.lc-form__message--error {
    background: rgba(231, 76, 60, 0.08);
    border: 1px solid rgba(231, 76, 60, 0.3);
    color: #E74C3C;
    padding: 1rem;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
