.PublicRelationListViewDetailPage__image {
    width: 120px;
    height: 120px;
    margin-bottom: 2rem;
    background-color: var(--baseLight300);
}

.PublicRelationListViewDetailPage__image--placeholder {
    background: url(logoVIV_placeholder.png) center center no-repeat;
    background-size: contain;
}

.PublicRelationListViewDetailPage__relationName {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--secondaryColor500);
}

.PublicRelationListViewDetailPage__property {
    width: 100%;
    padding: 11px 0 12px 20px;
    margin-bottom: 10px;
    font-size: .9rem;
    background: #fafafa;
    border-left: 10px solid var(--primaryColor500);
}

.PublicRelationListViewDetailPage__propertyLabel {
    display: block;
    font-weight: 700;
}

.PublicRelationListViewDetailPage__propertyIcon {
    margin-right: .4em;
    font-size: 22px;
    color: var(--primaryColor500);
}

.PublicRelationListViewDetailPage__backLinkUrl {
    display: block;
    margin-bottom: 2rem;
    font-size: .8rem;
}

@media (min-width: 450px) {
    .PublicRelationListViewDetailPage__property {
        display: flex;
    }

    .PublicRelationListViewDetailPage__propertyLabel {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .PublicRelationListViewDetailPage__propertyValue {
        flex: 0 0 66%;
        max-width: 66%;
        padding-top: .5em;
    }
}

@media (min-width: 550px) {
    .PublicRelationListViewDetailPage__image {
        width: 280px;
        height: 280px;
    }
}
