/*=========================================================================
# 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-2 .fc-infobox-content {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

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

.fc-infobox-layout-2 .fc-infobox-content .fc-infobox-btn-wrapper {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

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

.fc-infobox-layout-2 .fc-infobox .fc-infobox-img img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.fc-infobox-layout-2 .fc-infobox .fc-badge {
  --fc-badge-bg: color-mix(in srgb, var(--fc-infobox-primary) 40%, transparent);
  --fc-badge-color: color-mix(in srgb, var(--fc-infobox-primary) 40%, #000 45%);
}
