.udp-delivery-checker {
    margin: 20px 0;
    max-width: 560px;
}

.udp-delivery-checker h3 {
    margin: 0 0 12px;
}

.udp-row {
    display: flex;
    width: 100%;
    border: 1px solid #f3d0d5;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
}

.udp-row input {
    flex: 1;
    min-width: 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 14px 18px;
    background: transparent;
}

/* Delivery Checker - use the same two-color system as the size buttons */
.udp-delivery-checker .udp-row .udp-check-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;

    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;

    background: #CFAEAF !important;
    background-color: #CFAEAF !important;
    color: #3D292A !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: none !important;

    cursor: pointer !important;
    transition: background-color .2s ease, color .2s ease !important;
}

.udp-delivery-checker .udp-row .udp-check-button:hover,
.udp-delivery-checker .udp-row .udp-check-button:focus,
.udp-delivery-checker .udp-row .udp-check-button:active {
    background: #B98286 !important;
    background-color: #B98286 !important;
    color: #FFFFFF !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.udp-delivery-checker .udp-row .udp-check-button:disabled {
    background: #B98286 !important;
    background-color: #B98286 !important;
    color: #FFFFFF !important;
    opacity: 0.8 !important;
    cursor: wait !important;
}

.udp-result {
    margin-top: 12px;
}

.udp-message {
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
}

.udp-success {
    background: #eef8f0;
    border: 1px solid #cfe8d3;
}

.udp-error {
    background: #fff1f1;
    border: 1px solid #f0cccc;
}

.udp-success p {
    margin: 8px 0;
}

.udp-extra {
    margin-top: 8px;
}

@media (max-width: 480px) {
    .udp-delivery-checker .udp-row .udp-check-button {
        padding: 0 18px !important;
    }
}
