.networkingCalendar {
  position: relative;
  width: 95%;
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 1280px;
}

.networkingCalendar_Block {
}

.networkingCalendar_Block h3 {
  color: var(--Hittarp-svart);
  font-family: Anton;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.networkingCalendar_Block p {
  color: var(--Hittarp-svart);
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.button-group {
  margin-bottom: 20px;
}

td {
  vertical-align: middle;
}

.table_date {
  color: var(--Hittarp-svart);
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.table_title {
  color: var(--Hittarp-svart);
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.table_icon img {
  width: 32px;
}

.table_loc svg {
  position: relative;
  top: 5px;
}

.table_loc p {
  display: inline-block;
  line-height: 50px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--Hittarp-svart);
}

.table_rm a {
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  color: var(--Hittarp-svart);
  text-decoration: none;
}
.table_rm a:visited {
  color: var(--Hittarp-svart);
}

.table_rm a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M1 1L5 5.5L1 10" stroke="%23FF1500"/><path d="M6 1L10 5.5L6 10" stroke="%23FF1500"/></svg>');
  padding-left: 5px;
}

.event-button {
  padding: 10px 15px;
  margin-right: 10px;
  border: none;
  background-color: transparent; /* Example color */
  cursor: pointer;
  text-transform: uppercase;
  color: var(--Hittarp-svart);
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
}

.event-button:after {
  display: block;
  content: "";
  border-bottom: solid 3px var(--Hittarp-red1);
  transform: scaleX(0.35);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 100%;
}

.event-button:hover:after {
  transform: scaleX(1);
}

.event-button:hover {
  font-weight: 600;
}

.event-button.active {
  font-weight: 600;
}

.calendar-table {
  display: inline-table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--Hittarp-red1);
  border-radius: 8px;
  overflow: hidden;
}

.calendar-table th {
  color: var(--Hittarp-vit);
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  background-color: var(--Hittarp-red1);
}

tr:nth-of-type(odd) {
  background-color: var(--Hittarp-ljusgra);
}

.calendar-table th,
.calendar-table td {
  padding: 10px;
  text-align: left;
}

/* Adjust for tablets */
@media (max-width: 1024px) {
  .networkingCalendar_Block {
  }

  .networkingCalendar_Column h3 {
  }

  .networkingCalendar_Column p {
  }
}

/* Adjust for mobile screens */
@media (max-width: 768px) {
  .networkingCalendar_Block {
  }

  .networkingCalendar_Column h3 {
  }

  .networkingCalendar_Column p {
  }
}
