.single-actual {
    background-color: white;
    border-radius: 25px;
}

.single-actual img {
    border-radius: 50%;
    aspect-ratio: 1;
    background-color: var(--gray-color);
    height: 60px;
    width: 60px;
    margin-right: 15px;
    object-fit: cover;
}

.single-actual .primary-button {
    width: fit-content !important;
}
.single-actual h2 {
    font-weight: 500;
}
.opinion-for {
    font-size: 1.25rem;
    line-height: 1;
}
.actual-date {
    align-self: self-start;
    color: var(--gray-color);
}
.single-actual .add-new-opinion,
.single-actual .name {
    font-size: 1.15rem;
    line-height: 1;
}
.single-actual .name {
    font-size: 1.75rem;
    font-weight: 600;
}
/* 
 */
.comment-name {
    font-weight: 600;
}

.actuals h1 {
    font-size: 3rem;
    margin-bottom: 0;
}
.single-actual.job-offer img {
    border-radius: 10px;
    height: 75px;
    width: 75px;
}
.opinion-under-company {
    border-radius: 25px;
    background-color: whitesmoke;
}
.opinion-for-company {
    font-size: 1.15rem;
}
.single-actual img.image-user-opinion {
    height: 45px;
    width: 45px;
    background-color: var(--gray-color);
}

.single-actual img.image-user-opinion.company-picture {
    height: 55px !important;
    width: 55px !important;
    background-color: var(--gray-color);
}

h5 {
    margin-bottom: 0;
}
.company-picture {
    border-radius: 10px !important;
    height: 75px !important;
    width: 75px !important;
}

.actual-date-mobile {
    display: none;
}

@media (max-width: 920px) {
    .actual-date {
        display: none;
    }
    .actual-date-mobile {
        display: block;
    }
}
