* {
    font-family: "rawline", Arial, sans-serif;
}

.breadcrumbs a {
    text-decoration: none;
}


.list-inline .section>div,
.application-detail .section>div {
    display: inline-flex;
}

.header a {
    text-decoration: none;
}

.application .section > div {
    vertical-align: top;
    display: inline-block;
}

.list-inline .section > div,
.application-detail .section > div {
    display: inline-flex;
}
.icon-area {
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    vertical-align: middle;
    align-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
    max-width: var(--icon-size-grid);
}
.location-tags, .keywords-container ul {
    padding-top: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.location-tag {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 4px;
}

/* .location-card {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    padding: 0;
    transition: 0.2s;
    margin-top: 2em;
} */
.keywords-container ul {    
    margin-top: 2em;
}
.flag-container {
    position: relative;
    top: -14px;
    right: 30px;
}

.detail-content li {
    margin-bottom: 20px;
}

.additional-info .card {
    display: inline-flex;
    width: 100%;
}

.location-tags li {
    margin-bottom: 10px;
}
header .menu {
    padding: 16px 0 0 0;
}
header .menu ul li{
    list-style-type: none;
    font-size: .7em;
    display: inline-block;
}

header .menu ul li:after{
    content: " \02022 ";
}
header .menu ul li:last-of-type::after{
    content: '';
}

table.location{    
    margin-top: 2em;
}
table.location td {
    border-bottom-style: solid;
    text-align: center;
}
table.location td:first-child{
    text-align: left;
}