.event-img {
    width: 264px;
    height: 180px;
    object-fit: cover;
    border-radius: var(--main-border-radius);
}

.event-img-big-card {
    width: 312px;
    height: 356px;
    object-fit: cover;
    border-radius: var(--main-border-radius);
}

.group-header-event {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: initial;
}

.item-count a {
    color: inherit;
}

.item-count a:hover {
    color: var(--link-color);
}

.group-header-cont-wrapper-name-section {
    flex: inherit;
}

.group-header-cont-wrapper-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.core-list-idx-r a:hover {
    text-decoration: underline;
}

.core-list-idx-r .core-item-icon {
    margin-bottom: 2px;
}

.mobile .event-mobile-date {
    display: flex;
    align-items: center;
}

.group-header .group-head er-cont .group-header-cont-info .group-header-cont-wrapper .group-header-cont-wrapper-info .group-header-cont-user-list .group-header-cont-user-list-item .group-header-cont-user-list-item-avatar {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    width: 48px;
    height: 48px;
}

@media (max-width: 767px) {
    .event-img-big-card {
        width: 100%;
    }

    .event-img {
        width: 124px;
        height: 115px;
        object-fit: cover;
        border-radius: var(--main-border-radius);
    }

    .group-header-event {
        gap: 16px;
        margin-top: 16px;
    }

    .profile-header-box-view-event .list_option {
        top: 356px;
    }

    .group-header-cont-wrapper-info .like-action {
        grid-template-columns: repeat(2, 1fr);
    }
}