.il-card-fe7f6c06 {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping so the list is always next to the image */
    align-items: center;
    width: 100%;
    overflow: hidden; /* Ensure image respects card container border radius */
}

.il-card-fe7f6c06-pos-left .il-card-fe7f6c06 {
    flex-direction: row;
}

.il-card-fe7f6c06-pos-right .il-card-fe7f6c06 {
    flex-direction: row-reverse;
}

.il-image-wrapper-fe7f6c06 {
    flex-shrink: 0;
}

.il-image-wrapper-fe7f6c06 img {
    width: 100%;
    height: auto;
    display: block;
}

.il-content-wrapper-fe7f6c06 {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.il-title-fe7f6c06 {
    margin-top: 0;
}

.il-list-fe7f6c06 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.il-item-fe7f6c06 {
    display: flex;
    align-items: center;
}

.il-icon-fe7f6c06 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.il-icon-fe7f6c06 svg {
    display: block;
}

/* Responsive adjustment for small screens */
@media (max-width: 767px) {
    .il-card-fe7f6c06 {
        flex-wrap: wrap;
    }
    .il-image-wrapper-fe7f6c06,
    .il-content-wrapper-fe7f6c06 {
        width: 100% !important;
    }
}
