#imaco-carrello-container {
    max-width: 800px;
    margin: 3rem auto;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

#imaco-carrello-container h2 {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.imaco-carrello-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    position: relative;
}

.imaco-carrello-item h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 0.4rem 0;
}

.imaco-carrello-item p {
    margin: 0.2rem 0;
    color: #666;
    font-size: 0.95rem;
}

.imaco-carrello-remove {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: red;
    color: white;
    border: none;
    font-size: 1rem;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
}

.wpcf7-form {
    margin-top: 2.5rem;
}

.wpcf7-form label {
    display: block;
    margin: 1rem 0 0.3rem;
    font-weight: 400;
    color: #333;
    font-size: 0.95rem;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    background-color: #fff;
    transition: border-color 0.2s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #6b4ed2;
    outline: none;
    background-color: #fff;
}

.wpcf7-form input[type="submit"] {
    background-color: #6b4ed2;
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #563bc0;
}

#imaco-carrello-dettaglio {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    font-family: monospace;
    font-size: 0.95rem;
    color: #111;
}

/* === GRUPPO FORM SEZIONE === */
.imaco-form-group {
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fafafa;
    margin-bottom: 2rem;
}

.imaco-form-group h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #311b92;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.95rem;
    border: 1px solid #bbb !important;
    border-radius: 6px;
    background-color: #fff !important;
    box-shadow: none !important;
    margin-bottom: 1rem;
    transition: border-color 0.2s;
}

input.wpcf7-submit {
    background-color: #6b4ed2 !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 180px;
}

input.wpcf7-submit:hover {
    background-color: #533bc0 !important;
}

#imaco-modal-successo {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.imaco-modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-family: 'Segoe UI', sans-serif;
}

.imaco-modal-content h2 {
    font-size: 1.4rem;
    color: #4CAF50;
    margin-bottom: 1rem;
}

.imaco-modal-content button {
    background: #6b4ed2;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
}

.imaco-modal-content button:hover {
    background-color: #563bc0;
}

#imaco-torna-ai-prodotti {
    margin-bottom: 5rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #5b2dc4;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

#imaco-richiesta {
    height: 140px !important;
    min-height: 140px !important;
}

