/**
 * relationDetails
 */

.relationDetails__section {
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #6f8028;
    font-size: 0.9em;
}

.relationDetails__section:last-child {
    border: none;
}

.relationDetails__item {
    display: block;
}

.relationDetails__itemLabel {
    width: 100%;
    padding-left: 0;
    vertical-align: top;
    font-weight: 400;
}

.relationDetails__itemValue {
    margin-bottom: 0.3em;
}

.relationDetails__photo .tv-photo {
    display: inline-block;
    width: 100px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top right;
}

@media (min-width: 768px) {
    .relationDetails__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .relationDetails__itemLabel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        font-weight: 700;
    }

    .relationDetails__itemValue {
        margin-bottom: 0;
    }

    .relationDetails__photo .tv-photo {
        position: absolute;
        top: 0;
        right: 0;
    }
}
