.program-widget {
  color: #000;
}

.program-header {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  width: 100%;
	gap: 30px;
		padding-bottom: 25px;
}

.program-header h2 {
  grid-column: 2;
  margin: 0;

}

.program-quarter {
  grid-column: 3;
  margin-left: 20px;
}

.program-nav {
  grid-column: 4;
  justify-self: end;
  display: flex;
  gap: 12px;
}

/*
.program-arrow {
  width: 56px;
  height: 28px;
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none !important;
}

.program-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid currentColor;
  transform: translateY(-50%);
}

.program-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.program-arrow-prev::after {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
	background-image: url(https://thenextcircle.de/wp-content/uploads/2026/04/Right_Button.svg);
	background-size: 100%;
	content: '';
	
}

.program-arrow-next::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.program-arrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}
*/

.program-arrow {
  width: 56px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-decoration: none !important;
}

.program-arrow::before,
.program-arrow::after {
  display: none;
  content: none;
}

.program-arrow-prev {
  background-image: url('/wp-content/uploads/2026/04/Left_Button.svg');
}

.program-arrow-next {
  background-image: url('/wp-content/uploads/2026/04/Right_Button.svg');
}

.program-arrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.program-header h2,
.program-quarter {
 font-family: var(--e-global-typography-a1731f9-font-family), Sans-serif;
    font-size: var(--e-global-typography-a1731f9-font-size);
    font-weight: var(--e-global-typography-a1731f9-font-weight);
    text-transform: var(--e-global-typography-a1731f9-text-transform);
    font-style: var(--e-global-typography-a1731f9-font-style);
    text-decoration: var(--e-global-typography-a1731f9-text-decoration);
    line-height: var(--e-global-typography-a1731f9-line-height);
    letter-spacing: var(--e-global-typography-a1731f9-letter-spacing);
  margin: 0;
}

.program-month {
  display: grid;
  grid-template-columns: 33% 1fr;
  border: 5px solid #000;
  margin-bottom: 34px;
}

.program-month-name {
 font-family: var(--e-global-typography-a1731f9-font-family), Sans-serif;
    font-size: var(--e-global-typography-a1731f9-font-size);
    font-weight: var(--e-global-typography-a1731f9-font-weight);
    text-transform: var(--e-global-typography-a1731f9-text-transform);
    font-style: var(--e-global-typography-a1731f9-font-style);
    text-decoration: var(--e-global-typography-a1731f9-text-decoration);
    line-height: var(--e-global-typography-a1731f9-line-height);
    letter-spacing: var(--e-global-typography-a1731f9-letter-spacing);
  padding: 12px;
  border-right: 5px solid #000;
}

.program-events {
  display: flex;
  flex-direction: column;
}

.program-event {
  display: grid;
  grid-template-columns: 100px 1fr 110px;
  min-height: 96px;
  border-bottom: 5px solid #000;
  padding: 8px 10px;
  gap: 45px;
}

.day-label {
    flex: 0 0 33%;
}

.program-event:last-child {
  border-bottom: none;
}

.program-day {
 font-family: var(--e-global-typography-a1731f9-font-family), Sans-serif;
    font-size: var(--e-global-typography-a1731f9-font-size);
    font-weight: var(--e-global-typography-a1731f9-font-weight);
    text-transform: var(--e-global-typography-a1731f9-text-transform);
    font-style: var(--e-global-typography-a1731f9-font-style);
    text-decoration: var(--e-global-typography-a1731f9-text-decoration);
    line-height: var(--e-global-typography-a1731f9-line-height);
    letter-spacing: var(--e-global-typography-a1731f9-letter-spacing);
  white-space: nowrap;
	padding-right: 30px;
}

.program-day sup {
  font-size: 0.42em;
  top: -0.7em;
  position: relative;
}

.program-info {
  font-size: 17px;
}

.program-info strong {
  display: block;
  font-weight: 700;
}

.program-info p {
  margin: 0;
}

.program-access {
  width: 82px;
  height: 82px;
  border: 5px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 900;
  color: #000;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.program-access:hover,
.program-access:focus {
	color: white !important;
	background-color: black;
  transform: scale(1.04);
	
}

@media (max-width: 767px) {
  .program-header {
    gap: 24px;
    margin-bottom: 32px;
  }
	
	.program-arrow {
  width: 35px;
		max-height: 50px;
}

  .program-nav {
    width: 100%;
    justify-content: center;
  }

  .program-arrow {
    width: 48px;
  }

  .program-month {
    grid-template-columns: 1fr;
  }

  .program-month-name {
    border-right: none;
    border-bottom: 2px solid #000;
  }

  .program-event {
    grid-template-columns: 76px 1fr;
  }

  .program-access {
    grid-column: 1 / -1;
    width: 74px;
    height: 74px;
    margin-top: 8px;
    justify-self: end;
  }
}
