/*=========================================================================
# Project Overview
===========================================================================
Project Name    : Weplugins Infowindow
Author          : Weplugins
Developer       : Dinesh Suthar
Version         : 1.0.0
Created On      : 10 June 2025
Last Updated    : 10 June 2025
Description     : This stylesheet is designed for an weplugins. 
                  Includes responsive design principles and accessibility.
===========================================================================*/

/* Info window layout style
===========================================================================*/
.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;
}

/* Button style */
.fc-infobox-layout-6 .fc-infobox-btn-wrapper {
  width: 100%;
  flex-direction: column;
}
