/* Smart Address Lookup v2 */

.ga-wrap { width: 100%; }

.ga-tip {
    background: #e0f2fe;
    border: 2px solid #0ea5e9;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #0369a1;
    text-align: center;
}

.ga-load {
    display: none;
    padding: 10px;
    text-align: center;
    color: #666;
}
.ga-load.ga-show { display: block; }

.ga-drop {
    display: none;
    background: #fff;
    border: 2px solid #2563eb;
    border-radius: 12px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.ga-drop.ga-show { display: block; }

.ga-hd {
    background: #2563eb;
    color: #fff;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 14px;
}

.ga-ls { max-height: 300px; overflow-y: auto; }

.ga-it {
    padding: 15px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    font-size: 15px;
}
.ga-it:hover { background: #2563eb; color: #fff; }
.ga-it:last-child { border-bottom: none; }

.ga-msg { padding: 20px; text-align: center; color: #666; }
.ga-msg.ga-err { color: #dc2626; }

.ga-man {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.ga-bot.ga-hide { display: none; }
.ga-bot.ga-show { display: block; margin-top: 20px; }

.ga-ok input { border-color: #10b981 !important; background: #f0fdf4 !important; }

/* Post Code input styling */
input[name="input_14.5"] {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}

/* Mobile */
@media (max-width: 768px) {
    .ga-drop.ga-show {
        position: fixed;
        left: 10px;
        right: 10px;
        top: 100px;
        z-index: 99999;
        max-height: 60vh;
    }
    .ga-it { padding: 18px 15px; font-size: 16px; min-height: 55px; }
}

/* Force submit button visible on last page */
#gform_wrapper_6 .gform_page:last-child .gform_page_footer,
#gform_wrapper_6 #gform_page_6_7 .gform_page_footer {

/* Hide Your Address section heading */
#gform_6 #field_6_13 {
    display: none !important;
}
