/* CSS Document */

#workspace{

    background:#ffffff;

	padding:18px;
  
    border-top:1px solid #dcdcdc;

}

#journeyHeader{

    margin-bottom:25px;

}

#journeyHeader h2{

    margin:0;

    color:#0066aa;

    font-size:28px;

}

#journeyHeader p{

    margin-top:8px;

    color:#666;

}


.workspaceBox{

    margin-top:30px;

    border-top:1px solid #ddd;

    padding-top:20px;

}

#journeyHeader{

    padding:18px;

    border-bottom:1px solid #ddd;

    background:#fff;

}

.journeyTitle{

    font-size:20px;

    font-weight:bold;

    color:#0066aa;

    margin-bottom:12px;

}

.journeyInfoBox{

    padding:20px 18px;

    background:#fafafa;

    border-bottom:1px solid #ddd;

    margin-bottom:14px;

}


.journeyTitle{

    font-size:22px;

    font-weight:700;

    color:#2b2b2b;

    margin-bottom:14px;

    line-height:1.3;

}

.journeyCountry{

    display:flex;

    align-items:center;

    gap:8px;

    margin-bottom:10px;

    font-size:17px;

    font-weight:600;

    color:#333;

}

.journeyCountry .material-symbols-outlined{

    color:#0066aa;

    font-size:20px;

}

.journeyInfo{

    display:flex;

    align-items:center;

    gap:10px;

    margin:10px 0;

    color:#555;

    font-size:14px;

    line-height:1.5;

}

.journeyInfo .material-symbols-outlined{

    color:#0066aa;

    font-size:18px;

}