/* ── Placeholder text
================================================== */
::placeholder {
    color: #e2e1de !important;
    opacity: 1;
}

/* ── Parsley Form Validation
================================================== */
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border-color: #d9534f !important;
    background-color: #fff8f8 !important;
}

input.parsley-success,
textarea.parsley-success,
select.parsley-success {
    border-color: #5cb85c !important;
}

ul.parsley-errors-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
}

ul.parsley-errors-list li {
    list-style: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #c0392b !important;
    font-family: 'Lato', sans-serif !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
    margin: 0 !important;
}

ul.parsley-errors-list li::before {
    content: '\f06a';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #c0392b;
    flex-shrink: 0;
    line-height: 1;
}

/* ── Google Places Autocomplete dropdown ── */
.pac-container {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-top: 2px;
    z-index: 9999;
}

.pac-item {
    padding: 8px 14px;
    cursor: pointer;
}

.pac-item:hover,
.pac-item-selected {
    background: #FFF9EE;
}

.pac-item-query {
    font-size: 14px;
    color: #1a1a2e;
}

.pac-matched {
    font-weight: 700;
}
