﻿.checkpoint-container {
font-family: 'Poppins', sans-serif;
}

.checkpoint-container .logo img {
    height: 50px;
    margin-left: 20px;
}

.checkpoint-container .label {
    background-color: #2090c2;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.checkpoint-container .time img {
    width: 16px;
    height: 16px;
}

.checkpoint-container .time span {
    font-size: 1em;
}

.checkpoint-container .time .bold {
    font-weight: 700; /* Poppins Bold */
}

.checkpoint-container .time .medium {
    font-weight: 500; /* Poppins Medium */
}

.checkpoint-container .title {
    font-size: 1.5em;
    margin: 0;
    line-height: 1.2;
}

.checkpoint-container .checkpoint {
    font-weight: 500; /* Poppins Medium */
}

.checkpoint-container .wait-times {
    font-weight: 700; /* Poppins Bold */
}
