/*=========================================================================
# 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-19 .fc-infobox-root {
  --fc-infobox-title-color: var(--fc-infobox-primary);
}

.fc-infobox-layout-19 .fc-infobox .fc-infobox-title,
.fc-infobox-layout-19 .fc-infobox-content:not(:last-child) {
  margin-bottom: 15px;
}

.fc-infobox-layout-19 .fc-infobox-img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.fc-infobox-layout-19 .fc-infobox-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
