.fc-infobox-layout-6 .fc-infobox-content-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.fc-infobox-layout-6 .fc-infobox-content:not(:last-child) {
margin-bottom: 15px;
}
.fc-infobox-layout-6 .fc-infobox .fc-infobox-title {
margin-bottom: 0;
}
.fc-infobox-layout-6 .fc-infobox-img {
width: 100%;
margin-bottom: 15px;
border-radius: 8px;
overflow: hidden;
height: 150px;
}
.fc-infobox-layout-6 .fc-infobox-img img {
height: 100%;
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
object-position: center;
}
.fc-infobox-layout-6 .fc-infobox-list {
max-width: 250px;
align-items: center;
} .fc-infobox-layout-6 .fc-infobox-btn-wrapper {
width: 100%;
flex-direction: column;
}