/* Формы обратной связи Location Plugin */

.location-form {
    max-width: 100%;
}

.location-form label {
    display: block;
    margin-bottom: 0.35em;
}

.location-form input[type="text"],
.location-form input[type="email"],
.location-form textarea {
    width: 100%;
    max-width: none;
    padding: 8px 10px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.location-form textarea {
    min-height: 80px;
    resize: vertical;
}

.location-form .location-form-privacy {
    margin: 12px 0;
}

.location-form .location-form-privacy input[type="checkbox"] {
    margin-right: 6px;
}

.location-form .location-form-privacy a {
    text-decoration: underline;
}

.location-form-errors {
    padding: 8px 10px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.location-form-errors.location-form-error {
    background: #fff0f0;
    border: 1px solid #fcc;
    color: #c00;
}

.location-form-errors.location-form-success {
    background: #f0fff0;
    border: 1px solid #cfc;
    color: #060;
}

.location-form-submit {
    margin-top: 16px;
}

.location-form-btn {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.location-form-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.location-form .required {
    color: #c00;
}

/* Скрытые поля не показываем */
.location-form-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}
