/**
 * /app/code/RStore/OrderSummary/view/frontend/web/css/order-summary-widget.css
 * @category RStore
 * @package RStore_OrderSummary
 *
 * Stili dell'accordion generato da templates/widget/summary.phtml (e riusati
 * dall'order history del theme). Recuperati 1:1 dal valore di produzione UNIPD
 * di core_config_data `design/head/includes` (HTML Head > Scripts and Style
 * Sheets): in produzione vivevano a DB, qui diventano asset versionato del
 * modulo che genera il markup.
 */

.accordion {
    border: 1px solid #ddd;
    margin-bottom: 1px;
}

.accordion-header {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.accordion-panel {
    padding: 10px;
    display: none;
}

.accordion .accordion-header .icon {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-container {
    margin-bottom: 50px;
}
