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

.fc-infobox-layout-10 .fc-infobox-content-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.fc-infobox-layout-10 .fc-infobox .fc-infobox-btn-wrapper {
  margin-left: auto;
}

.fc-infobox-layout-10 .fc-infobox-img {
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.fc-infobox-layout-10 .fc-infobox-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}