.covers-content-notation {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 160px;
    gap: 10px;
    height: 25px;
    color: black;
    background-color: rgba(242, 110, 34, 0.2);
}

.covers-content-notation  p {
    font-size: 13px;
    font-weight: 500;
}

.fox-icon {
    width: 20px;
    height: 20px;
}
