#address-confirm-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10050 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.45);
    border: 0;
}

#address-confirm-overlay[hidden] {
    display: none !important;
}

.address-confirm-panel {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    max-width: 420px;
    width: 100%;
    overflow: hidden;
}

.address-confirm-header {
    padding: 12px 16px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

.address-confirm-body {
    padding: 8px 16px;
    color: #333;
    margin: 0;
}

.address-confirm-actions {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid #e5e5e5;
}

.smarty-ui:has(.smarty-popup) {
    display: none !important;
    pointer-events: none !important;
}

.smarty-ui.smarty-blocking-overlay {
    display: none !important;
    pointer-events: none !important;
}

.address-line1-input-wrap {
    position: relative;
}

.address-line1-input-wrap #field2 {
    padding-right: 72px;
}

.smarty-tag {
    cursor: pointer;
}

.smarty-tag-text {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    white-space: nowrap;
}
