/* Event Widget Styles */
.widget-embed-container {
  width: 100%;
  max-width: 100%;
}

.widget-embed-container iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 600px;
  border: none;
}

/* Full width widget card - removes internal padding for widget area */
.event-widget-card.full-width .widget-embed-container {
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
}

@media (max-width: 640px) {
  .event-widget-card.full-width .widget-embed-container {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}

/* Remove any max-width constraints on event widgets */
.event-widget {
  width: 100%;
  max-width: 100%;
}

/* Ensure Weezevent and other provider iframes are full width */
.widget-embed-container iframe[src*="weezevent"],
.widget-embed-container iframe[src*="ticketmaster"],
.widget-embed-container iframe[src*="eventbrite"],
.widget-embed-container iframe[src*="quicket"] {
  width: 100% !important;
  max-width: 100% !important;
}

/* Event Card Category Badge Styles */
.event-card-category {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  background-color: rgba(59, 130, 246, 0.1);
  color: rgb(59, 130, 246);
  border-radius: 9999px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.event-card-categories {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  min-height: 1.75rem;
  margin-top: .25rem;
  margin-bottom: 1rem;
}

/* Horizontal Event Card Category Styles */
.horizontal-event-card-category {
  font-size: 0.6875rem;
  padding: 0.125rem 0.375rem;
}
