﻿/* stopMoreDetailsContent */

.stopDetailsModal .stopMoreDetailsContent .modal-body ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
/*    justify-content: space-between;
*/    padding: 12px;
    margin: 0px 10px;
}

    .stopDetailsModal .stopMoreDetailsContent .modal-body ul li {
        margin-bottom: 8px;
    }

        .stopDetailsModal .stopMoreDetailsContent .modal-body ul li h3 {
            color: rgba(249, 119, 12, 0.85);
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 3px;
        }

        .stopDetailsModal .stopMoreDetailsContent .modal-body ul li p {
            color: rgba(227, 229, 234, 0.85);
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 4px;
        }
