/**
 * Technovator Hora - Custom Events Styles
 * Template overrides for hora_events post type
 */

@import url("css-constants.css");

body.technovator-hora-events {
  background: var(--dark-bg);
  font-family: var(--font-family-primary) !important;
  color: var(--White, #fff);
}

body.technovator-hora-events a {
  color: var(--primary-color);
  text-decoration: none;
}

body.technovator-hora-events h1,
body.technovator-hora-events h2,
body.technovator-hora-events h3,
body.technovator-hora-events h4,
body.technovator-hora-events h5,
body.technovator-hora-events h6 {
  font-family: var(--font-family-primary) !important;
  color: var(--White, #fff);
  margin: 0;
}

body.technovator-hora-events .hora-events-loader {
  border-top-color: var(--primary-color);
}

.technovator-calendar-archive-wrapper *,
.technovator-single-event-wrapper *:not(.dashicons),
.technovator-content-wrapper *:not(.dashicons) {
  font-family: var(--font-family-primary) !important;
}

.technovator-hora-events {
  -webkit-font-smoothing: auto;
}

.technovator-single-event-wrapper .full-width {
  width: 100%;
}

/* Single Event Template Override Styles */
.technovator-single-event-wrapper,
.technovator-content-wrapper {
  background: var(--dark-bg);
  min-height: 100vh;
}

.technovator-breadcrumbs .hora-breadcrumb-item {
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.4rem */
}

.technovator-breadcrumbs .hora-breadcrumb-link {
  color: var(--White, #fff);
}

.technovator-breadcrumbs .hora-breadcrumb-link:hover {
  color: var(--primary-color);
}

.technovator-breadcrumbs .hora-breadcrumb-separator {
  color: #dadada;
  display: flex;
}

.technovator-breadcrumbs
  .hora-breadcrumb-item.hora-breadcrumb-current
  .hora-breadcrumb-text {
  color: #dadada;
  font-weight: 500;
}

.technovator-event-header {
  padding-block: 200px 60px;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.technovator-event-content {
  display: flex;
  flex-direction: row;
  gap: 120px;
}

.technovator-event-item .technovator-event-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0px;
}

.technovator-event-header .container {
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 120px;
}

.technovator-event-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.technovator-hora-events img.technovator-event-header-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(50px);
}

.technovator-event-left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.technovator-event-header .technovator-breadcrumbs {
  margin: 0;
  padding: 0;
}

.technovator-event-right-col {
  max-width: var(--right-col-width);
  width: 100%;
}

.technovator-event-details {
  margin-top: 20px;
  margin-bottom: -40px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  background: var(--primary-color);
}

.technovator-hora-events .technovator-event-details h2 {
  width: 100%;
  color: var(--Technovator-black, #000);
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 2.1rem */
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.technovator-hora-events .technovator-event-meta-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}

.technovator-event-meta-item {
  display: flex;
  align-items: start;
  gap: 8px;
  width: 100%;
}

.technovator-event-meta-label {
  max-width: 80px;
  width: 100%;
  color: var(--Technovator-black, #000);
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(1.125rem, 2.5vw, 1.7rem); /* 140% */
  letter-spacing: -0.005rem;
}

.technovator-single-event-wrapper .technovator-event-meta-item a {
  text-decoration: underline;
  text-decoration-color: var(--Technovator-black, #000);
}

.technovator-single-event-wrapper .technovator-event-meta-item a:hover {
  text-decoration: underline;
  text-decoration-color: var(--Technovator-black, #000);
  text-decoration-style: wavy;
}

.technovator-single-event-wrapper .technovator-event-meta-value {
  color: var(--Technovator-black, #000);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.75rem */
  letter-spacing: -0.00625rem;
}

.technovator-single-event-wrapper
  .technovator-calendar-event-card
  .technovator-event-excerpt {
  color: var(--body-on-dark, #f3f2f2);
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.575rem */
}

.technovator-single-event-wrapper .technovator-event-excerpt {
  color: var(--White, #fff);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
}

.technovator-single-event-wrapper .technovator-event-excerpt p {
  margin: 0;
}

.technovator-single-event-wrapper .technovator-event-organizers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.technovator-single-event-wrapper .technovator-event-organizers strong {
  color: #dadada;
  font-size: clamp(0.75rem, 2.5vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.225rem */
  text-transform: uppercase;
}

.technovator-event-organizers-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.technovator-event-organizer {
  padding: 4px;
  background: transparent;
  transition: background 0.2s ease;
}

.technovator-event-organizer:has(a):hover {
  background: rgba(49, 130, 206, 0.1);
}

.technovator-event-organizer img {
  max-height: 48px;
  object-fit: cover;
  width: auto;
}

.technovator-event-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.technovator-calendar-event-card .technovator-event-title {
  color: var(--White, #fff);
  font-size: clamp(1.5rem, 5vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 5.875rem */
  letter-spacing: -0.05875rem;
  text-transform: uppercase;
}

.technovator-event-title {
  font-size: clamp(2rem, 5vw, 5.875rem);
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 5.875rem */
  letter-spacing: -0.05875rem;
  text-transform: uppercase;
}

body.technovator-hora-events .technovator-event-title a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.technovator-hora-events .technovator-event-title a:hover {
  color: var(--primary-color);
}

.technovator-event-image {
  border: 0.5px solid var(--primary-color);
}

body.technovator-hora-events .technovator-event-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  object-fit: cover;
}

.technovator-event-location {
  max-width: 100%;
  min-width: 0;
}

.technovator-event-location .location-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.technovator-event-date,
.technovator-event-location {
  color: var(--body-on-dark, #f3f2f2);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;

  display: flex;
  text-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}

.technovator-event-date svg,
.technovator-event-location svg {
  flex-shrink: 0;
}

.technovator-single-event-wrapper .technovator-event-date,
.technovator-single-event-wrapper .technovator-event-location {
  margin-top: 0.5rem;
}

.technovator-single-event-wrapper .technovator-event-content {
  margin-top: 60px;
}

.technovator-event-description {
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
}

.technovator-event-description p {
  margin: 0;
}

.technovator-event-meta {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.technovator-location,
.technovator-categories {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.technovator-location:last-child,
.technovator-categories:last-child {
  margin-bottom: 0;
}

.technovator-location i,
.technovator-categories i {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}

.category-tag {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-left: 0.25rem;
  display: inline-block;
}

/* Archive Template Override Styles */
.technovator-archive-wrapper {
  padding: 2rem 0;
}

.technovator-event-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.technovator-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.technovator-event-card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.technovator-event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.technovator-event-card:hover .technovator-event-card-image img {
  transform: scale(1.05);
}

.technovator-event-card-content {
  padding: 1.5rem;
}

.technovator-event-card-title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.technovator-event-card-title a {
  color: inherit;
  text-decoration: none;
}

.technovator-event-card-title a:hover {
  color: #667eea;
}

.technovator-event-card-date {
  color: #667eea;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.technovator-event-card-location {
  color: #666;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.technovator-event-card-excerpt {
  color: #555;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.technovator-read-more {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
}

.technovator-read-more:hover {
  opacity: 0.9;
  color: white;
}

/* Shortcode specific styles */
.hora-events-archive-shortcode .technovator-archive-header {
  margin-bottom: 1rem;
}

.hora-events-single-shortcode .technovator-event-branding {
  margin-top: 1rem;
}

/* 
 * Calendar-based archive layout styles
 * Two-column layout: calendar on left, events on right
 */

/* Main container layout */
.technovator-events-calendar-container {
  display: flex;
  gap: 2rem;
  max-width: 1312px;
  margin: 0 auto;
  padding: 2rem 0rem;
}

/* Calendar section (left side) */
.technovator-calendar-section {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}

.technovator-calendar {
  position: sticky;
  top: 20px;
  background: transparent;
  padding: 1.5rem;
  border: 0.5px solid var(--primary-color);
}

/* Calendar header with navigation */
.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.calendar-title {
  color: #fff;
  font-size: clamp(0.75rem, 5vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.calendar-nav-btn {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #e1e1e1;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 1.225rem */
  text-transform: uppercase;
  transition: all 0.2s ease;
  padding: 0;
}

.calendar-nav-btn:hover,
.calendar-nav-btn:focus {
  color: var(--primary-color);
  background: transparent;
}

.calendar-nav-btn .nav-arrow .nav-arrow-bg {
  color: var(--dark-bg);
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.calendar-nav-btn:hover .nav-arrow .nav-arrow-bg,
.calendar-nav-btn:focus .nav-arrow .nav-arrow-bg {
  color: var(--primary-color);
}

.calendar-nav-btn:hover .nav-arrow .nav-arrow-path,
.calendar-nav-btn:focus .nav-arrow .nav-arrow-path {
  color: var(--dark-bg);
}

.nav-arrow {
  width: 24px;
  flex-shrink: 0;
  color: var(--primary-color);
  border: 0.5px solid var(--primary-color);
}

.nav-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Weekday headers */
.weekday-headers {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--primary-color);
}

.weekday-header {
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-bg);
  letter-spacing: 0.05em;
}

/* Calendar days grid */
.calendar-days {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-day {
  position: relative;
  min-height: 3rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 0.5px solid rgba(230, 230, 0, 0.4);
}

/* remove border-bottom on last 7 days */
.calendar-day:nth-last-child(-n + 7) {
  border-bottom: none;
}

.calendar-day:hover {
  background: rgba(49, 130, 206, 0.1);
}

.calendar-day.today .day-number {
  background: var(--primary-color);
  color: black;
  border-radius: 50%;
  width: 1.9375rem;
  height: 1.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.calendar-day.prev-month .day-number,
.calendar-day.next-month .day-number {
  color: #4e4e4e;
}

.day-number {
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  line-height: 1;
}

.calendar-day.has-events .day-number {
  color: var(--primary-color);
}

.calendar-day.has-events.today .day-number {
  color: var(--dark-bg);
}

/* Event indicator dot */
.event-dot {
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-top: 0.25rem;
}

.calendar-day.today .event-dot {
  background: var(--primary-color);
}

/* Events section (right side) */
.technovator-events-section {
  flex: 1;
}

.events-by-date {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

/* Events day group */
.events-day-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.day-title {
  color: #fff;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.45rem */
  text-transform: uppercase;
}

/* Day events container */
.day-events {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.next-events-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.technovator-next-events-suggestion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.technovator-event-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 0.5px solid var(--primary-color);
}

.technovator-hora-events .technovator-event-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.technovator-event-thumbnail:hover img {
  transform: scale(1.05);
}

.technovator-event-thumbnail .event-date-overlay {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: var(--primary-color);
  min-width: 64px;
  color: black;
  display: flex;
  padding: 14px 6px;
  flex-direction: column;
  align-items: center;
}

.technovator-event-thumbnail .event-date-overlay .date-day {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 2.75rem */
  text-transform: capitalize;
}
.technovator-event-thumbnail .event-date-overlay .date-month {
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.05rem */
  text-transform: capitalize;
}

.calendar-event-card-fallback h4 {
  margin: 0 0 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a202c;
}

.calendar-event-card-fallback h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.calendar-event-card-fallback h4 a:hover {
  color: #3182ce;
}

.event-thumbnail {
  margin: 0.75rem 0;
  border-radius: 6px;
  overflow: hidden;
}

.event-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.event-excerpt {
  margin: 0.75rem 0;
  color: #4a5568;
  line-height: 1.6;
}

.event-excerpt p {
  margin: 0;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.875rem;
  color: #718096;
}

.event-time,
.event-location {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* .event-time::before {
  content: "🕒";
  font-size: 0.875rem;
}

.event-location::before {
  content: "📍";
  font-size: 0.875rem;
} */

/* No events message */
.no-events-message {
  text-align: center;
  padding: 4rem 2rem;
  color: #718096;
}

.no-events-message p {
  font-size: 1.125rem;
  margin: 0;
}

/* Archive wrapper styles for calendar layout */
.technovator-calendar-archive-wrapper {
  background: var(--dark-bg);
  min-height: 100vh;
  padding: 2rem 0;
}

.technovator-calendar-archive-wrapper .container {
  max-width: 1312px;
  margin: 0 auto;
}

.technovator-calendar-archive-wrapper .archive-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.technovator-calendar-archive-wrapper .archive-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 1rem 0;
  letter-spacing: -0.025em;
}

.technovator-calendar-archive-wrapper .archive-description {
  color: #718096;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive design for calendar layout */

/* JavaScript interaction styles */

/* Calendar day states */
.calendar-day.calendar-selected {
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}

.calendar-day.calendar-selected .day-number {
  color: black;
}

.calendar-day.calendar-selected .event-dot {
  background: black;
}

.calendar-day.calendar-active {
  box-shadow: 0 0 0 0.5px var(--primary-color);
}

.calendar-day:focus {
  outline: none;
  box-shadow:
    0 0 0 1px var(--primary-color),
    0 0 0 4px rgba(49, 130, 206, 0.1);
}

/* Day group highlighting */
.events-day-group.day-group-highlight {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* Loading states */
.calendar-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.calendar-loading-overlay-content {
  padding: 2rem;
  text-align: center;
  background: #2d2d2e;
  border: 0.5px solid var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body:has(.calendar-loading) {
  overflow: hidden;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--primary-color);
  border-top: 4px solid #2d2d2e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.calendar-loading-overlay p {
  color: white;
  font-size: clamp(1rem, 2vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  font-family: var(--font-family-primary) !important;
}

/* No events temporary message */
.no-events-temp-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: slideInUp 0.3s ease;
}

.no-events-temp-message .message-content {
  padding: 2rem;
  text-align: center;
}

.no-events-temp-message h3 {
  margin: 0 0 0.5rem 0;
  color: #1a202c;
  font-size: 1.25rem;
}

.no-events-temp-message p {
  margin: 0;
  color: #718096;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Mobile calendar enhancements */
/* .mobile-layout .calendar-day.mobile-has-events {
  position: relative;
}

.mobile-layout .calendar-day.mobile-has-events::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  background: #3182ce;
  border-radius: 50%;
} */

/* Animation classes */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

.card-hover {
  transform: translateY(-2px);
}

.content-reveal {
  animation: contentReveal 0.8s ease-out;
}

@keyframes contentReveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.single-hora_event .hora-event-register-btn {
  width: 100%;
}

/* Event sharing styles */
.technovator-event-sharing {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 2rem;
}

.technovator-event-sharing h4 {
  color: white;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
}

.technovator-hora-events .hora-event-heading {
  color: var(--White, #fff);
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3.6rem */
  margin-bottom: 24px;
}

.technovator-hora-events .hora-event-agenda__tabs {
  margin-top: 20px;
  display: flex;
  padding: 4px;
  margin: 0;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 0.5px solid var(--White, #fff);
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}

.technovator-single-event-wrapper
  .hora-event-agenda__tabs
  .hora-event-agenda__tab
  button {
  padding: 4px 8px;
  border-radius: 100px;
  background: transparent;
  color: #7c7c7c;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  font-style: normal;
  font-weight: 500;
  border: none;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  line-height: 140%; /* 1.4rem */
}

.technovator-single-event-wrapper
  .hora-event-agenda__tabs
  .hora-event-agenda__tab
  button:hover,
.technovator-single-event-wrapper
  .hora-event-agenda__tabs
  .hora-event-agenda__tab
  button.active {
  background: var(--White, #fff);
  color: var(--dark-bg);
}

.technovator-single-event-wrapper
  .hora-event-agenda__tabs
  .hora-event-agenda__tab {
  margin: 0;
}

.technovator-single-event-wrapper .hora-event-agenda-row {
  padding: 24px 10px;
  border-top: 0.5px solid #7c7c7c;
}

.technovator-single-event-wrapper
  .hora-event-agenda-row
  .hora-event-agenda-section {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-row {
  color: var(--White, #fff);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  min-width: 150px;
  display: inline-block;
}
.technovator-single-event-wrapper
  .hora-event-agenda-section
  .hora-event-agenda-date {
  min-width: 120px;
  flex-shrink: 0;
}
.technovator-single-event-wrapper
  .hora-event-agenda-section
  .hora-event-agenda-content {
  flex: 1;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-title {
  color: var(--White, #fff);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-description {
  margin-top: 16px;
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.4rem */
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-description
  p {
  margin: 0;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-peoples {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-speakers,
.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-moderators {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
  gap: 12px;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-peoples
  .hora-event-agenda-speaker {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-peoples
  .hora-event-agenda-speaker
  img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: top;
  border: 0.5px solid var(--primary-color);
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-peoples
  .hora-event-agenda-speaker
  .hora-event-agenda-speaker-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-peoples
  .hora-event-agenda-speaker
  .hora-event-agenda-speaker-content
  .hora-event-agenda-speaker-name {
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.225rem */
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-speakers
  .hora-event-agenda-peoples
  .hora-event-agenda-speaker-content
  .hora-event-agenda-speaker-position {
  color: var(--Technovator-body-on-dark, #e8e8e6);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.225rem */
}

.technovator-single-event-wrapper
  .hora-event-agenda-content
  .hora-event-agenda-peoples
  .hora-event-agenda-speaker
  .hora-event-agenda-speaker-content
  .hora-event-agenda-moderator-label {
  color: var(--primary-color);
  font-size: clamp(0.75rem, 2.5vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.225rem */
  letter-spacing: -0.00438rem;
}

.technovator-single-event-wrapper
  .hora-event-speakers
  .hora-event-speakers-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 190px);
  gap: 16px;
}

.technovator-single-event-wrapper
  .hora-event-speakers
  .hora-event-speakers-list
  .hora-event-speaker {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.technovator-single-event-wrapper
  .hora-event-speakers
  .hora-event-speakers-list
  .hora-event-speaker
  img {
  width: 100%;
  aspect-ratio: 8 / 11;
  object-fit: cover;
  object-position: top center;
}

.technovator-single-event-wrapper
  .hora-event-speakers
  .hora-event-speakers-list
  .hora-event-speaker
  .hora-event-speaker-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.technovator-single-event-wrapper
  .hora-event-speakers
  .hora-event-speakers-list
  .hora-event-speaker
  .hora-event-speaker-name {
  color: var(--White, #fff);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.8rem */
  margin: 0;
}

.technovator-single-event-wrapper
  .hora-event-speakers
  .hora-event-speakers-list
  .hora-event-speaker
  .hora-event-speaker-position {
  color: var(--White, #fff);
  font-family: "Cabinet Grotesk";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.225rem */
  margin: 0;
}

.technovator-single-event-wrapper .hora-event-partners-group-list-wrapper {
  display: flex;
  flex-direction: column;
  border: 0.5px solid #7c7c7c;
}

.technovator-single-event-wrapper
  .hora-event-partners-group-list-wrapper
  .hora-event-partners-group {
  position: relative;
}

.technovator-single-event-wrapper
  .hora-event-partners-group-list-wrapper
  .hora-event-partners-group:not(:last-child) {
  border-bottom: 0.5px solid #7c7c7c;
}

.single-hora_event .hora-event-register-modal-dialog {
  background: var(--dark-bg);
  border: 0.5px solid var(--primary-color);
  padding: 0;
  max-width: 768px;
  border-radius: 0px;
}

.single-hora_event .hora-event-register-modal-content {
  background: none;
  border-radius: 0px;
}

.single-hora_event .hora-event-register-modal-content .hora-event-form {
  margin-bottom: 0;
}

.technovator-single-event-wrapper
  .hora-event-partners-group-list-wrapper
  .hora-event-partners-group
  .hora-event-partners-group-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 6px;
  background: #fff;
  color: var(--Technovator-black, #000);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.225rem */
  text-transform: uppercase;
}

.technovator-single-event-wrapper
  .hora-event-partners-group-list-wrapper
  .hora-event-partners-group
  .hora-event-partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5px;
  background-color: #7c7c7c;
}

.technovator-single-event-wrapper
  .hora-event-partners-group-list-wrapper
  .hora-event-partners-group
  .hora-event-partner {
  flex-grow: 1;
  flex-basis: 160px;
  background: var(--dark-bg);
}

.technovator-single-event-wrapper
  .hora-event-partners-group-list-wrapper
  .hora-event-partners-group
  .hora-event-partner
  img {
  padding: 1.5rem;
  width: 100%;
  max-height: 80px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.share-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.share-buttons a {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.share-buttons a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

/* Add to calendar styles */
.technovator-add-calendar {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 2rem;
}

.technovator-add-calendar h4 {
  color: white;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
}

.calendar-buttons a {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.calendar-buttons a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.svg-container {
  display: inline-block;
  max-width: 280px;
}

.svg-container svg {
  width: 100%;
  height: auto;
}

.outlined {
  stroke: var(--primary-color);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.search-icon {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2s ease-out forwards;
}

.calendar {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: draw 3s ease-out forwards;
}

.magnifying-glass {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2.5s ease-out forwards;
  animation-delay: 0.5s;
}

.technovator-hora-events .hora-newsletter-field {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}

.technovator-hora-events
  form[data-event-register-form]
  .hora-event-form-actions {
  margin-top: 0px;
}

.technovator-hora-events [type="button"],
.technovator-hora-events [type="submit"],
.technovator-hora-events button,
.technovator-hora-events input[type="date"],
.technovator-hora-events input[type="email"],
.technovator-hora-events input[type="number"],
.technovator-hora-events input[type="password"],
.technovator-hora-events input[type="search"],
.technovator-hora-events input[type="tel"],
.technovator-hora-events input[type="text"],
.technovator-hora-events input[type="url"],
.technovator-hora-events select,
.technovator-hora-events textarea {
  padding: unset;
  border-radius: 0px;
  border: none;
}
/* 
.technovator-hora-events [type="button"]:focus,
.technovator-hora-events [type="button"]:hover,
.technovator-hora-events [type="submit"]:focus,
.technovator-hora-events [type="submit"]:hover,
.technovator-hora-events button:focus,
.technovator-hora-events button:hover {
  outline: none;
  border: none;
  background: none;
} */

.technovator-event-single .technovator-event-tickets {
  position: sticky;
  top: 20px;
}

.technovator-event-single .hora-event-agenda__content {
  margin-top: 20px;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.7;
  }
}

/* Large tablets and small desktops */
@media (max-width: 992px) {
  .technovator-event-header .container {
    flex-direction: column;
    gap: 40px;
  }

  .technovator-single-event-wrapper .technovator-event-content {
    flex-direction: column;
    gap: 40px;
  }

  :root {
    --right-col-width: 100%;
  }

  .technovator-single-event-wrapper
    .technovator-event-header
    .technovator-event-right-col {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .technovator-single-event-wrapper
    .technovator-event-header
    .technovator-event-right-col
    .technovator-event-image {
    width: 100%;
  }

  .technovator-single-event-wrapper
    .technovator-event-header
    .technovator-event-right-col
    .technovator-event-details {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hora-event-simple-registration .technovator-event-right-col {
    display: none;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .technovator-events-calendar-container {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
  }

  .technovator-calendar-section {
    max-width: none;
  }

  .calendar-nav-btn {
    width: fit-content;
    align-self: center;
  }

  .day-header {
    text-align: left;
  }

  .day-events {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .next-events-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .events-by-date {
    gap: 2rem;
  }

  .no-events-temp-message .message-content {
    padding: 1.5rem;
  }

  .technovator-single-event-wrapper .technovator-event-details {
    gap: 16px;
  }

  .technovator-hora-events .technovator-event-meta-details {
    gap: 8px;
  }

  .technovator-hora-events .technovator-event-details h2 {
    padding-bottom: 16px;
  }

  .technovator-single-event-wrapper
    .technovator-event-header
    .technovator-event-right-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .technovator-single-event-wrapper
    .hora-event-speakers
    .hora-event-speakers-list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .technovator-single-event-wrapper
    .hora-event-agenda-row
    .hora-event-agenda-section {
    flex-direction: column;
    gap: 20px;
  }

  .technovator-single-event-wrapper
    .hora-event-partners-group-list-wrapper
    .hora-event-partners-group
    .hora-event-partner {
    padding-top: 20px;
  }

  .technovator-event-header {
    padding-top: 100px;
  }
  .technovator-single-event-wrapper
    .hora-event-partners-group-list-wrapper
    .hora-event-partners-group
    .hora-event-partners-list {
    flex-direction: column;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .technovator-events-calendar-container {
    padding: 0.5rem;
  }

  .technovator-calendar {
    padding: 1rem;
  }

  .calendar-day {
    min-height: 2.5rem;
    padding: 0.25rem;
  }

  .day-events {
    gap: 1rem;
  }

  .next-events-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .calendar-loading-overlay {
    padding: 1rem;
  }

  .loading-spinner {
    width: 30px;
    height: 30px;
    border-width: 3px;
  }

  .no-events-temp-message {
    left: 1rem;
    right: 1rem;
    transform: translateY(-50%);
  }
}
