.tc-smart-address-input {
    background-image: linear-gradient(90deg, transparent, transparent),
        radial-gradient(circle, #2869c8 2px, transparent 3px);
    background-position: 0 0, calc(100% - 17px) 50%;
    background-repeat: no-repeat;
    padding-right: 42px !important;
}

.tc-smart-address-menu {
    position: absolute;
    z-index: 999999;
    width: min(560px, calc(100vw - 32px));
    max-height: 310px;
    overflow: auto;
    margin-top: 5px;
    border: 1px solid #b7c9dc;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(12, 35, 66, 0.2);
}

.tc-smart-address-menu[hidden] {
    display: none !important;
}

.tc-smart-address-field {
    position: relative !important;
}

.tc-smart-address-option {
    display: block;
    width: 100%;
    min-height: 44px;
    border: 0;
    border-bottom: 1px solid #e5edf5;
    padding: 10px 13px;
    color: #102d50;
    text-align: left;
    background: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    line-height: 1.45;
}

.tc-smart-address-option:hover,
.tc-smart-address-option:focus {
    outline: 0;
    color: #0d4ea3;
    background: #edf5ff;
}

.tc-smart-address-notice,
.tc-provider-attribution {
    padding: 10px 13px;
    color: #5e7085;
    background: #f7fafc;
    font-size: 0.72rem;
    line-height: 1.45;
}

.tc-provider-attribution {
    display: block;
    color: #52677f;
    text-align: right;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-address-fields .form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.tc-pickup label {
    position: relative;
}

@media (max-width: 620px) {
    .tc-smart-address-menu {
        right: 0;
        left: 0;
        width: 100%;
        max-height: 250px;
    }

    .tc-smart-address-option {
        min-height: 48px;
        font-size: 0.9rem;
    }
}
