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

.fc-infobox-layout-11 .fc-infobox-content-wrapper {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.fc-infobox-layout-11 .fc-infobox-content-wrapper:not(:last-child) {
  margin-bottom: 15px;
}

.fc-infobox-layout-11 .fc-infobox .fc-infobox-img {
  float: right;
  max-width: 140px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.fc-infobox-layout-11 .fc-infobox-list {
  color: var(--fc-infobox-primary);
}

.fc-infobox-layout-11 .fc-infobox-btn-wrapper .fc-infobox-btn {
  flex: 1;
}