/* Order list section with unique prefix to avoid conflicts */
.egrn-order-list-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.egrn-order-list-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.egrn-order-list-section .egrn-order-list-table-container {
    flex: 1;
    min-width: 300px;
    flex-grow: 1;
}

.egrn-order-list-section .egrn-order-list-table-container h3 {
    margin-bottom: 20px;
    color: #2c3e50;
    font-size: 1.4rem;
}

/* Responsive design for order list section */
@media (max-width: 768px) {
    .egrn-order-list-section {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
