.woocommerce-cart form.woocommerce-shipping-calculator {
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding-top: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
    font-size: 80%;
}

.sunshower-auspost-location-lookup {
    position: relative;
    border: 2px solid #15A1D2;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    background: white;
    border-bottom: 0;
}
.sunshower_auspost_location_search {
    font-weight: 900;
    color: var(--primary);
}
.sunshower-auspost-location-lookup label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.sunshower-auspost-location-lookup input {
    width: 100%;
}

.sunshower-auspost-location-lookup input.is-loading {
    background-image: linear-gradient(
        90deg,
        transparent,
        rgba(64, 196, 211, 0.18),
        transparent
    );
    background-size: 200% 100%;
    animation: sunshower-location-loading 1.2s linear infinite;
}

@keyframes sunshower-location-loading {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.sunshower-auspost-location-help {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    color: #475569;
}

.sunshower-auspost-location-suggestions {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    margin: 0.25rem 0 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.sunshower-auspost-location-suggestions li {
    padding: 0.7rem 0.85rem;
    cursor: pointer;
    border-bottom: 1px solid #e5e7eb;
}

.sunshower-auspost-location-suggestions li:last-child {
    border-bottom: none;
}

.sunshower-auspost-location-suggestions li:hover,
.sunshower-auspost-location-suggestions li:focus {
    background: #f3f4f6;
    outline: none;
}
