
/* partial: breadcrumb */

.breadcrumb {
    border-bottom: 2px solid Red;
    margin-bottom: 0.75rem;
}

.breadcrumb ol {

}

.breadcrumb ol li {
    display: inline;
    font-weight: bold;
}

.breadcrumb ol li:last-child {
    font-weight: normal;
}

.breadcrumb ol li:after {
    color: Red;
    content: ">";
}

.breadcrumb ol li:last-child:after {
    content: "";
}


/* template: place */

.place {
    display: flex;
    flex-direction: row-reverse;
}

.place > article {
    flex: 4;
    padding-right: 1rem;
}

.place > aside {
    flex: 3;
    border-left: 1px solid #ccc;
    padding: 0 1rem;
}

.place .address {
    font-weight: bolder;
}
