.property-entity-template-detail .property-row {
    line-height: 1.5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.property-entity-template-detail .property-row:hover {
    background-color: #f7f7f7;
}

.property-entity-template-detail .property-row:nth-child(even) {
    background-color: #fbfbfb;
}

.property-entity-template-brief .property-row {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.property-entity-template-brief .property-value--title {
    font-size: 1.2rem;
    font-weight: 500;
}

.property-entity-template-brief .property-label {
    margin-right: 0.5rem;
}

.property-entity-template-brief .property-row--primaryAuthors {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-breadcrumb-container {
    padding: 0.75rem 1.25rem;
    background-color: #fafafa;
}

.footer-container .fa-icon {
    min-width: 2rem;
    text-align: left;
    justify-content: center;
    display: inline-flex;
}

.footer-container .copyright-info {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    background-color: #fafafa;
}
