/*********************************************
 * AE – Custom 5 (finale)
 * Ordini & Fatture - coerente con il carrello
 *********************************************/
/* Evidenzia Data e Numero Ordine */
#hikashop_order_main .hikashop_order_right_part {
    font-weight: bold;
    margin-bottom: 10px; /* spazio per separare dal resto */
}


/* Base */
#hikashop_order_main {
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

/* Titoli */
#hikashop_order_main h1,
#hikashop_order_main h2,
#hikashop_order_main h3,
#hikashop_order_main fieldset legend {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

/* Tabelle */
#hikashop_order_main table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Roboto", Arial, sans-serif !important;
}

#hikashop_order_main th {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    border-bottom: 1px solid #ccc;
    padding: 10px 12px;
    white-space: nowrap;
}

#hikashop_order_main td {
    font-size: 15px;
    padding: 10px 12px;
    vertical-align: middle;
}

/* Colonne numeriche */
#hikashop_order_main .hikashop_order_item_price_value,
#hikashop_order_main .hikashop_order_item_quantity_value,
#hikashop_order_main .hikashop_order_item_total_value,
#hikashop_order_main .hikashop_order_subtotal_value,
#hikashop_order_main .hikashop_order_shipping_value,
#hikashop_order_main .hikashop_order_tax_value,
#hikashop_order_main .hikashop_order_total_value {
    text-align: right;
    font-family: "Roboto", Arial, sans-serif !important;
}

/* Totali */
#hikashop_order_main .hikashop_order_subtotal_title,
#hikashop_order_main .hikashop_order_shipping_title,
#hikashop_order_main .hikashop_order_tax_title,
#hikashop_order_main .hikashop_order_total_title {
    padding: 6px 12px;
    font-weight: 500;
}

#hikashop_order_main .hikashop_order_subtotal_value,
#hikashop_order_main .hikashop_order_shipping_value,
#hikashop_order_main .hikashop_order_tax_value,
#hikashop_order_main .hikashop_order_total_value {
    padding: 6px 12px;
    font-weight: 400;
}

/* Totale finale */
#hikashop_order_main .hikashop_order_total_value {
    font-weight: bold;
    font-size: 16px;
    color: #a00000;
    border-top: 2px solid #444;
    padding-top: 10px;
}
#hikashop_order_main .hikashop_order_total_title {
    font-weight: bold;
    font-size: 16px;
    border-top: 2px solid #444;
    padding-top: 10px;
}

/* Indirizzi */
#hikashop_order_main #htmlfieldset_billing,
#hikashop_order_main #htmlfieldset_shipping {
    font-size: 15px;
    line-height: 1.6;
    font-family: "Roboto", Arial, sans-serif !important;
}
#hikashop_order_main #htmlfieldset_billing legend,
#hikashop_order_main #htmlfieldset_shipping legend {
    font-size: 15px;
    font-weight: 500;
}

/* Campi extra (es. GDPR, seriali) */
#hikashop_order_main .hikashop_order_custom_fields_table .key {
    font-weight: 500;
    font-size: 15px;
    width: 40%;
}
#hikashop_order_main .hikashop_order_custom_fields_table td + td {
    font-weight: normal;
    text-align: left;
    font-size: 15px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif !important;
}

/* Tabella seriali */
#hikashop_order_main .hikashop_serials_table th {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
}
#hikashop_order_main .hikashop_serials_table td {
    font-size: 15px;
    padding: 8px 10px;
}

/* Campi extra (es. GDPR, seriali) - ottimizzazione spazi */
#hikashop_order_main .hikashop_order_custom_fields_table td {
    padding: 4px 8px;     /* meno spazio verticale */
    line-height: 1.3;     /* più compatto */
}

#hikashop_order_main .hikashop_order_custom_fields_table .key {
    font-weight: bold;
    font-size: 15px;
    width: 35%;           /* leggermente più stretta per guadagnare spazio */
    padding-right: 5px;
}
#hikashop_order_main .hikashop_order_custom_fields_table td + td {
    font-weight: normal;
    font-size: 15px;
    color: #333;
}

