ol.dc-reviews {
    padding-left: 0px;
    font-size: medium;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, calc(100%/3));
}

.dc-reviews h5 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 2rem;
    font-weight: bolder;
}

.dc-reviews .type{
    margin: 0px;
    color: gray;
    font: 0.8rem;
}

.dc-reviews p {
    font-size: 1rem;
}

.dc-reviews a {
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.4s ease;
    color: #404040;
}

.dc-reviews a:hover {
    color: #202060
}

.dc-reviews a:focus {
    color: black;
}

.dc-reviews > .review-item {
    padding: 12px;
    max-width: 100%;
    margin: 8px;
}

.dc-reviews ul.media {
    margin-bottom: 12px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.dc-reviews ul.media > li {
    height: 15rem;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
}
