 .vehicle-price {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
        }
        .price-details {
            margin-bottom: 10px;
            line-height: 1.4;
        }
        .price-per-person {
            font-size: 14px;
            color: #666;
        }
        .total-price {
            font-size: 24px;
            font-weight: bold;
            color: #2a6496;
        }
        .round-trip-note {
            font-size: 12px;
            color: #e67e22;
            margin-top: 5px;
        }
        .btn-book {
            margin-top: auto;
        }
        #routeMap {
            height: 400px;
            width: 100%;
            margin-top: 30px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .map-container {
            padding: 0 15px;
        }
        .map-title {
            text-align: center;
            margin: 20px 0;
            font-size: 24px;
            color: #2a6496;
        }
        .gm-style .gm-style-iw-d {
            overflow: hidden !important;
        }
        .gm-bundled-control, .gmnoprint, .gm-style-cc {
            display: none !important;
        }
        .traffic-legend {
            background: white;
            padding: 5px 10px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            position: absolute;
            bottom: 20px;
            left: 20px;
            z-index: 1000;
            font-size: 12px;
            color: #333;
        }
        .traffic-legend span {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 5px;
            border-radius: 2px;
        }
        .traffic-green { background-color: #00ff00; }
        .traffic-yellow { background-color: #ffff00; }
        .traffic-red { background-color: #ff0000; }
        .traffic-dark-red { background-color: #990000; }