/*=========================================================================
# 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-14 .fc-infobox-content-wrapper:not(:last-child) {
  margin-bottom: 15px;
}

.fc-infobox-layout-14 .fc-infobox-content-wrapper {
  display: flex;
  gap: 15px;
}

.fc-infobox-layout-14 .fc-infobox-img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

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

/* Button style */
.fc-infobox-layout-14 .fc-infobox-btn-wrapper {
  position: relative;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #E5E1E1;
}

.fc-infobox-layout-14 .fc-infobox-btn {
  flex: 1;
  justify-content: center;
}