.pkp_structure_main {
  .agenda-template {
    color: #000000d6;
    padding: 0px 0 30px;
  }

  .agenda-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b4dc7;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 0.5px;
  }

  .agenda-info-header {
    background: #f5f5f5;
    padding: 20px;

    text-align: center;
    /* border-left: 4px solid #0b4dc7; */
  }

  .agenda-dates {
    font-size: 20px;
    font-weight: 700;
    color: #0b4dc7;
    margin-bottom: 10px;
  }

  .agenda-format {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }

  .agenda-venue {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
  }

  .agenda-day-section {
    margin-bottom: 35px;
    background: #f5f5f5;
    padding: 20px;
  }

  .agenda-day-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0b4dc7;
  }

  .agenda-date {
    font-size: 20px;
    font-weight: 600;
    color: #0b4dc7;
    margin: 0 0 8px 0;
  }

  .agenda-location {
    font-size: 15px;
    color: #555;
    margin: 0;
    /* font-style: italic; */
  }

  .agenda-schedule {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .agenda-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 15px 18px;

    transition: all 0.3s ease;
    border-left: 3px solid transparent;
  }
  .agenda-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #fff;
  padding: 15px 18px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.agenda-activity-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
}

  .agenda-item:hover {
    border-left-color: #0b4dc7;
    box-shadow: 0 2px 8px rgba(11, 77, 199, 0.1);
  }

  .agenda-item-highlight {
    background: linear-gradient(135deg, #0b4dc7 0%, #0956a8 100%);
    color: #fff;
    border-left: 3px solid #064580;
  }

  .agenda-item-highlight:hover {
    box-shadow: 0 4px 12px rgba(11, 77, 199, 0.3);
  }

  .agenda-item-highlight .agenda-time,
  .agenda-item-highlight .agenda-activity {
    color: #fff;
  }

  .agenda-time {
    font-size: 16px;
    font-weight: 600;
    color: #0b4dc7;
    min-width: 140px;
    padding-right: 20px;
    white-space: nowrap;
  }

  .agenda-activity {
    font-size: 16px;
    color: #222;
    line-height: 1.5;
    flex: 1;
  }
  .agenda-activity-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
  }

  .agenda-activity-people {
  font-size: 15px;
  color: #222;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.5;
}

  .agenda-footer {
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-left: 4px solid #0b4dc7;
  }

  .agenda-footer p {
    margin: 0;
    font-size: 15px;
    color: #222;
  }

  .agenda-footer a {
    color: #0b4dc7;
    font-weight: 600;
    text-decoration: none;
  }

  .agenda-footer a:hover {
    text-decoration: underline;
  }
  .agenda-note {
    font-size: 14px;
    color: #555;
    font-style: italic;
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .agenda-title {
      font-size: 24px;
      margin-bottom: 25px;
    }

    .agenda-info-header {
      padding: 15px;
      margin-bottom: 25px;
    }

    .agenda-dates {
      font-size: 18px;
    }

    .agenda-format {
      font-size: 15px;
    }

    .agenda-venue {
      font-size: 14px;
    }

    .agenda-day-section {
      padding: 15px;
    }

    .agenda-date {
      font-size: 20px;
    }

    .agenda-location {
      font-size: 14px;
    }

    .agenda-item {
      flex-direction: column;
      padding: 12px 15px;
    }

    .agenda-time {
      min-width: auto;
      padding-right: 0;
      margin-bottom: 6px;
      font-size: 15px;
    }

    .agenda-activity {
      font-size: 15px;
    }
  }

  @media (max-width: 480px) {
    .agenda-title {
      font-size: 20px;
    }

    .agenda-info-header {
      padding: 12px;
      margin-bottom: 20px;
    }

    .agenda-dates {
      font-size: 16px;
      margin-bottom: 8px;
    }

    .agenda-format {
      font-size: 14px;
      margin-bottom: 8px;
    }

    .agenda-venue {
      font-size: 13px;
    }

    .agenda-day-section {
      padding: 12px;
    }

    .agenda-date {
      font-size: 18px;
    }

    .agenda-location {
      font-size: 13px;
    }

    .agenda-item {
      padding: 10px 12px;
    }

    .agenda-time {
      font-size: 14px;
    }

    .agenda-activity {
      font-size: 14px;
    }

    .agenda-footer p {
      font-size: 14px;
    }
  }
}
