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

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

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

.fc-infobox-layout-4 .fc-badge {
  --fc-badge-bg: #fff;
  --fc-badge-color: var(--fc-infobox-primary);
  border: 1px solid #a79c9c;
}

.fc-infobox-layout-4 .fc-infobox-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}

.fc-infobox-layout-4 .fc-infobox-title-wrapper .fc-infobox-title {
  margin-bottom: 0;
}

.fc-infobox-layout-4 .fc-infobox-title-wrapper .fc-infobox-btn-wrapper {
  margin-left: auto;
  flex-shrink: 0;
}

/* Button style */
.fc-infobox-layout-4 .fc-infobox-btn-icon {
  --fc-infobox-btn-color: var(--fc-infobox-primary);
  --fc-infobox-btn-bg: transparent;
  --fc-infobox-btn-border-color: #a79c9c;
  --fc-infobox-btn-hover-color: var(--fc-infobox-primary);
  --fc-infobox-btn-hover-bg: transparent;
  --fc-infobox-btn-hover-border-color: var(--fc-infobox-primary);
}
