/*=========================================================================
# 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-3 .fc-infobox {
  --fc-infobox-padding-y: 20px;
}

.fc-infobox-layout-3 .fc-infobox::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background-color: var(--fc-infobox-primary);
}

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

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

.fc-infobox-layout-3 .fc-infobox-img {
  max-width: 130px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

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

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

.fc-infobox-layout-3 .fc-infobox-categories {
  justify-content: center;
}

/* Button style */
.fc-infobox-layout-3 .fc-infobox-btn-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}
