.rpl-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rpl-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}

.rpl-item:last-child {
    margin-bottom: 0;
}

.rpl-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;

    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F5A32D;
}

.rpl-link {
    text-decoration: none;
    color: inherit;
    font-size: 1rem;
    line-height: 1.4;
    transition: color .25s ease;
}

.rpl-link:hover {
    color: #F5A32D;
}
