.malavoro-form-offform {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    margin-top: 15px;
}

.progress-container-offform {
    margin-bottom: 20px;
}

.progress-steps-numbers-offform {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
}

.step-number-offform {
    flex: 1;
    text-align: center;
    position: relative;
    color: #777;
}

.step-circle-offform {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}

.step-number-offform.active-offform .step-circle-offform {
    background: #2271b1;
}

.step-label-offform {
    font-size: 12px;
    margin-top: 4px;
}

.step-offform {
    display: none;
    padding-top: 20px;
}

.step-active-offform {
    display: block;
}

.form-row-offform {
    margin-bottom: 20px;
}

.form-row-offform label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.input-field-offform,
.select-field-offform,
.textarea-field-offform {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 25px !important;
}

.form-actions-offform {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 15px;
}

.button-prev-offform,
.button-next-offform,
.button-submit-offform {
    flex: 1;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 15px;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s;
}

.button-prev-offform {
    background: #cbdafc;
    color: #2271b1;
    border: 2px solid #2271b1;
}

.button-prev-offform:hover {
    background: #e9ecef;
    color: #0056b3 !important; /* blu in hover, cambia il codice come preferisci */
}


.button-next-offform:hover,
.button-submit-offform:hover {
    background: #1a5d9c;
}

.summary-offform {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.summary-offform p {
    margin: 10px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

.logo-preview-offform {
    margin-top: 10px !important;
    text-align: center !important;
}

.logo-preview-offform img {
    display: inline-block !important;
    max-height: 100px !important;
    margin-top: 10px;
}

.summary-offform img {
    display: block !important;
    margin: 10px auto !important;
}


.notice-error-offform {
    padding: 10px;
    background: #ffe6e6;
    border-left: 4px solid #cc0000;
    margin-bottom: 20px;
    border-radius: 4px;
}

.notice-warning-offform {
    padding: 10px;
    background: #fff8e1;
    border-left: 4px solid #ffc107;
    margin-bottom: 20px;
    border-radius: 4px;
}

.char-count-offform {
    font-size: 12px;
    text-align: right;
    color: #666;
}
/* Label principale sotto gli step - Nuovo Annuncio Offro */
.progress-main-label-offform {
    margin-top: 28px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #f5f5f5;
    letter-spacing: 0.02em;
    background-color: #e90514;
    border-radius: 20px;
}
