.accordion-button:not(.collapsed) {
  background-color: #678a99;
  color: #FFF;
}

.accordion-body {
  background-color: #f9f7f1;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
}

.accordion-header {
  background-color: #f7ecd0;
  color: #FFF;
}

.accordion-button {
  background-color: #678a99;
  color: #FFF;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
}

.fancy-button {
  background-color: #678a99;
  color: #FFF;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
}

.fancy-button:hover {
  background-color: #678a99;
}

body {
  background-color: #f9f7f1;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
  color: #333333;
  text-align: center;
  padding: 10px;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cursive-font {
  font-family: "Gwendolyn", serif;
  font-weight: 400;
  font-style: normal;
}

.section {
  color: #333333;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  max-width: 960px;
  width: 100%;
  text-align: center;
}

.date-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
  font-weight: 600;
}

.date-container .divider {
  border-top: 1px solid #000;
  flex: 1; /* Makes the divider expand */
  margin: 0 10px;
}

.date-container .date-section {
  text-align: center;
  line-height: 1.5;
  flex: 0 0 auto; /* Prevent stretching */
}

.date-container .date-section .day {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.date-container .date-section .date {
  font-size: 36px;
  font-weight: bold;
}

.date-container .date-section .month-year {
  font-size: 14px;
}

.date-container .time {
  font-size: 14px;
  margin-left: 20px;
}

.date-container .time::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
}

.bottom-section {
  margin-bottom: 50px;
}

ul.travel-list {
  text-align: left;
}

@media (max-width: 768px) {
  .date-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .date-container .divider {
    width: 100%;
    border-top: 1px solid #000;
    margin: 5px 0;
  }

  h4 {
    font-size: 1rem;
  }
}
