.box-newlook {
    box-shadow: 0 1rem 28px -10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px;
    border-color: #f9f9f9;
    overflow: clip;
}
.box-newlook .activityCard__image {
    border-radius: 0 !important;
    position: relative;
    max-height: 200px;
}
.box-newlook .activityCard__image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}
.box-heading {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    padding-inline: 1rem;
    padding-block-end: 1rem;
    width: 100%;
}
.box-heading h4 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0 ,0.8) 0 0px 16px;
}
.info-list ul {
    display: flex;
    margin: -0.25rem;
    align-items: center;
}
.info-list ul li {
    padding: 0.25rem;
    line-height: 1;
}
.info-list-badge {
    padding: 0.25rem 0.75rem;
    background: #e5e5e5;
    line-height: 1;
    display: block;
    border-radius: 0.5rem;
    height: 24px;
}
.info-list-icon {
    position: relative;
}
.info-list-icon i {
    color: #bbbbbb;
    cursor: pointer;
}
.info-list-icon .tool-text {
    visibility: hidden;
    opacity: 0;
    width: 150px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    transition: opacity 0.3s;
    font-size: 12px;
}
.info-list-icon:hover .tool-text {
    visibility: visible;
    opacity: 1;
}
.cardImage__content {
    height: auto;
}

.box-newlook {
    box-shadow: rgba(0, 0, 0, .4) 0 -5px 20px -2px;
}

@media screen and (max-width: 575px) {
    .box-newlook .activityCard__image {
        max-height: 175px;
    }
}