@charset "utf-8";

/* breadcrumb */
.widget-location-breadcrumb {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 1;
}
.widget-location-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.widget-location-breadcrumb li {
    position: relative;
}
.widget-location-breadcrumb li a {
    color: #b0b0b0
}
.widget-location-breadcrumb li:not(:last-child):after {
    content: '/';
    color: #b0b0b0;
    display: inline-block;
    margin: 0 10px;
}
.widget-location-breadcrumb li:last-child {
    color: #fff;
}

/* location */
.widget-location {
    position: relative;
    padding: 20px 0 0;
    margin: 0 0 60px;
    text-align: center;
}
.widget-location h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--second-color);
    margin: 0 0 10px;
    padding: 0;
}
.widget-location .summary {
    font-size: 30px;
    font-weight: bold;
    line-height: 150%;
    white-space: pre-line;
}

