/* static/css/crea_squadra/export.css */

#export-wrapper {
    background: white;
    padding: 20px;
    border-radius: 10px;
}
#export-wrapper .campo-calcio {
    background: linear-gradient(135deg, #2d7d2d 0%, #3a9d3a 100%);
}
#export-wrapper .card {
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: auto !important;
    overflow: visible !important;
}
#export-wrapper .card-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
#export-wrapper .riepilogo-section .card {
    height: 100%;
}
#export-wrapper .card-body {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}
#export-wrapper .table-responsive {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}
#export-wrapper .table {
    height: auto !important;
}
#export-wrapper .config-section {
    display: none !important;
}

.exporting .card-body {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}
.exporting .table-responsive {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}