@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500&display=swap");
body {
  #background-color: #eee;
}

* {
  font-size: 0.95rem;
}

h1 {
  margin: 0.25em;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: bold;
  color: #830238;
}

.markdown li {
  list-style-type: disc;
  margin: 0 40px;
}
.event-item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-bottom: 10px !important;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
}
.event-item:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.xCol {
  display: flex;
  flex-direction: row;
}

.xRow {
  display: flex;
  flex-direction: column;
}

.xCard {
  background-color: #eee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.3);
}

.xCardTitle {
  display: inline-block;
  font-weight: bold;
}

.xCardDetail {
  display: inline-block;
  font-weight: bold;
}

.xCardDate {
  display: inline-block;
  font-weight: bold;
}

.xProfileName {
  display: inline-block;
  font-size: 0.9rem;
}

.xProfileImage {
  display: inline-block;
  width: 92px;
  height: 92px;
  border-radius: 1000px;
  background-position: center;
  background-size: cover;
}

.xLabel {
  display: inline-block;
  margin-right: 10px;
}

.xActionButton {
  height: auto;
  padding: 0.75em 0;
  border: 2px solid white;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  transition: all 0.25s;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 0.75em 0.75em;
  background: yellow;
  background: linear-gradient(45deg, #ffff32 0%, #ffc864 100%);
  margin-right: 0.5em;
}

.xInfoButton {
  height: auto;
  padding: 0.75em 0;
  border: 2px solid white;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  transition: all 0.25s;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 0.75em 0.75em;
  background: yellow;
  background: linear-gradient(to bottom, #C2F2BA 0%, #8AB98B 100%);
  margin-right: 0.5em;
}

.xtac {
  text-align: center;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  width: 300px;
  margin: auto;
}

.button-container button {
  margin: 3px;
}

