.rpb-review-access {
    margin-top: 25px;
    padding: 24px;
    border: 1px solid #cfe2e2;
    border-radius: 20px;
    background: #f3faf8;
}

.rpb-review-access strong {
    display: block;
    color: #102b3f;
    font-size: 1.05rem;
}

.rpb-review-access p {
    margin: 7px 0 16px;
}

.rpb-review-card > small {
    display: block;
    margin-top: 9px;
    color: #087e7b;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.rpb-network-review-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #edf9f6;
}

.rpb-network-review-action a,
.rpb-network-review-action strong {
    color: #066560;
    font-weight: 800;
}

.rpb-network-review-action small {
    text-align: right;
}

@media (max-width: 560px) {
    .rpb-network-review-action {
        align-items: flex-start;
        flex-direction: column;
    }

    .rpb-network-review-action small {
        text-align: left;
    }
}
