.ps-cms__reserve-button {
  display: flex;
  justify-content: center;
  margin: 40px 0 !important;
}
.ps-cms__reserve-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 70px;
  background: white;
  border: 1px solid #004098;
  border-radius: 50px;
  color: #004098;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}
.ps-cms__reserve-button a:hover {
  opacity: .8;
  background: #004098;
  color: white !important;
}
@media (max-width: 768px) {
  .ps-cms__reserve-button a {
    width: 240px;
    height: 50px;
    font-size: 15px !important;
  }
}
.ps-cms__detail-rows {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 20px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #D1D1D1;
}
.ps-cms__detail-rows dt {
  padding: 10px;
  font-weight: 700;
  color: black;
  flex: 1 0 150px;
  border-top: 1px solid #D1D1D1;
}
.ps-cms__detail-rows dd {
  padding: 10px;
  font-weight: 400;
  color: #333;
  flex: 1 1 calc(100% - 150px);
  border-top: 1px solid #D1D1D1;
}
.ps-cms__detail-rows dt:first-child {
  border-top: none;
}
.ps-cms__detail-rows dt:first-child + dd {
  border-top: none;
}
@media (max-width: 768px) {
  .ps-cms__detail-rows {
    display: block;
  }
  .ps-cms__detail-rows dt {
    padding-bottom: 0;
    border-bottom: none;
  }
  .ps-cms__detail-rows dd {
    padding-top: 5px;
  }
}

/*# sourceMappingURL=ps-event.css.map */
