.partner-match-content{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.location-text {
    top: 2.5rem;
    left: 0.5rem;
    font-weight: 300;
    z-index: 101;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.right-sidebar h4 {
color: #c3c3c3;    
}

.modal-overlay.active .location-text {
    right: unset;
    left: 1rem;
}

.modal-link {
    position: relative;
}
.infra-host {
    border-bottom: 1px solid #fefefe66;
    padding-bottom: 1rem;
}

.infra-host h6 {
margin: 1rem 0;
font-weight: 300;
}

@media (max-width: 500px) {
    .partner-match-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 1rem;
    }

    .entry-title {
        margin: 0;
    }

    .location-text {
        font-size: 0.6rem;
    }
    
    .modal-overlay.active {
        & .location-text {
            right: unset;
            left: unset;
        }
    }
    .modal-link {
        position: relative;
    }
    
}
