/* Extracted from resources/views/front/pages/our_routes.blade.php
 * Block #1. Content is verbatim - no rules were added,
 * removed or reordered, so rendering is unchanged.
 */

a:hover {
            color: #000000;
        }

        .accordion-header.head {
            display: flex;
            align-items: center;
        }

        .accordion-header.head a {
            display: block;
            width: 100%;
            text-wrap-mode: nowrap;
        }

        .head {
            background: #fff;
            text-align: center;
            padding: 16px;
            margin-bottom: 8px;
            border-radius: 10px;
            box-shadow: 0px 6px 30px rgb(76 128 228 / 27%);
            border-top: 2px solid linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
            ;
        }

        .accordion-header.head a {
            display: block;
            width: 100%;
            text-wrap-mode: nowrap;
            text-align: left;
        }

        .inner-t {
            text-align: center;
            padding: 12px;
            margin-bottom: 8px;
            background: #fff;
            border: solid 1px linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            border-radius: 9px 0px;
        }

        ul {
            margin-block-end: 1em;
        }

        .accordion-item {
            overflow: hidden;
        }

        .accordion-body {
            overflow: auto;
        }

        .min-w {
            min-width: 100%;
        }

        .inner-t p,
        .inner-t a {
            word-break: break-word;
            white-space: normal;
        }
