h2.regiopartner__sectiontitle {
    font-size: 1.5rem;
}

.rpo__head p {
    margin: 0;
}
.rpo__head {
    margin-bottom: 1em;
}

.rpo__infoset + .rpo__agents {
    margin-top: 1em;
}

.rpo__agent + .rpo__agent {
    margin-top: 1.2em;
}

.rpo__agent :is( a[href^='tel'], a[href^='tel']:hover ) {
    color: inherit;
    cursor: inherit;
    text-decoration: none;
}

.rpo__agent__name {
    margin-bottom: 0;
}

.rpo__infoset {
    margin: 0;
    gap: .1em 0;
    display: grid;
    grid-template-columns: auto 1fr;
    line-height: 1.2;
}
.rpo__infoset dt {
    padding: .2em 1em .2em 0;
    font-weight: 400;
}
.rpo__infoset dd {
    display: unset;
    margin: 0;
    padding: .2em;
}


.rpl__list {
    list-style: none;
    margin: 0;
}

.rpl__item {
    margin: 0;
    padding-top: 1ch;
    padding-bottom: 1ch;
    border-bottom: 2px solid #dedede;
}

.rpl__link {
    display: block;
    padding: .5em 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #db0029;
}

a.rpl__link {
    position: relative;
    color: #db0029;
}
a.rpl__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%) rotate(45deg);
    height: 1rem;
    width: 1rem;
    border: 1px solid currentColor;
    border-width: .25rem .25rem 0 0;
}
a.rpl__link:focus,
a.rpl__link:hover {
    color: #5fa1f2;
    text-decoration: none;
}