#ahb_cancel_body {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: inherit;
    background: linear-gradient(135deg, #f0f8f5 0%, #e8f5e8 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(92,137,132,0.15);
}

#ahb_cancel_header {
    text-align: center;
    margin-bottom: 0 !important; /* ZERO */
}

/* Logo - MARGINE MINIMO */
#ahb_cancel_header::before {
    content: '';
    display: block;
    width: 260px !important;
    height: 260px !important;
    margin: 0 auto 0 !important; /* ZERO SPAZIO sotto logo */
    background-image: url(https://babyamore.de/wp-content/uploads/2023/07/Logo-Verticale.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#ahb_cancel_header h1 {
    color: #5c8984 !important;
    font-size: 28px;
    margin: 5px 0 0 0 !important; /* Titolo attacca al logo */
    font-weight: 600;
}

#ahb_cancel_form {
    margin-top: -30px !important; /* Tira form SU verso logo */
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(92,137,132,0.12);
    border: 1px solid rgba(92,137,132,0.2);
}

/* Resto invariato */
#ahb_cancel_form label {
    color: #2c5a54;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
}

#ahb_cancel_form input[type="text"], #ahb_cancel_form input[type="submit"] {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e0e8e5;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

#ahb_cancel_form input[type="text"]:focus {
    border-color: #5c8984 !important;
    outline: none;
    box-shadow: 0 0 0 4px rgba(92,137,132,0.15);
}

#ahb_cancel_form input[type="submit"] {
    background: linear-gradient(135deg, #5c8984 0%, #4a716d 100%);
    color: white !important;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

#ahb_cancel_form input[type="submit"]:hover {
    background: linear-gradient(135deg, #4a716d 0%, #3d5a56 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(92,137,132,0.35);
}

#ahb_cancel_footer {
    text-align: center;
    color: #7a9a96;
    font-size: 14px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(92,137,132,0.2);
}

@media (max-width: 768px) {
    #ahb_cancel_body { padding: 25px 15px; }
    #ahb_cancel_header::before { width: 200px !important; height: 200px !important; margin-bottom: 0 !important; }
    #ahb_cancel_form { margin-top: -5px !important; }
}
