/* Toast above fixed header */
.frontend-toast-container {
    top: 90px;
    z-index: 10050;
}

/* Auth registration steps */
.auth-steps {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.auth-steps span {
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    background: #f0f0f0;
    color: #888;
}
.auth-steps span.active {
    background: #02b842;
    color: #fff;
}
.auth-steps span.done {
    background: #e8f8ee;
    color: #02b842;
}

.dev-code-box {
    background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
    border: 1px dashed #f5a623;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}
.dev-code-box strong {
    font-size: 22px;
    letter-spacing: 6px;
    color: #c0392b;
    display: block;
    margin-top: 6px;
}

.login-reg-pg .login-main {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.login-reg-pg .form-control:focus {
    border-color: #02b842;
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 66, 0.15);
}

.google-map-canvas {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 8px;
}

.listing-distance-badge {
    display: inline-block;
    background: #e8f8ee;
    color: #02b842;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
    margin-bottom: 6px;
}

.nearby-search-bar {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}

.pac-container {
    z-index: 10060 !important;
}

