.breadcrumbs-container > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}

.announcement-container > div {
  max-width: 1200px;
  color: var(--gray-1);
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gray-7);
  /* body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.announcement-container > div h1 {
  color: var(--gray-1);
  font-feature-settings: "liga" off, "clig" off;
  /* headline 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 2px;
}
.announcement-container > div p {
  color: var(--gray-1, #595757);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.announcement-container > div time {
  color: var(--gray-2);
  /* small 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
  padding: 24px 0;
  display: block;
}
.announcement-container > div img.size-full {
  height: auto;
}

.sare-container > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 60px;
  gap: 8px;
}
.sare-container > div ul {
  gap: 24px;
}
.sare-container > div input {
  position: absolute;
  z-index: -9999;
  opacity: 0;
}

.navigation-container > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  height: unset;
}
.navigation-container > div .post-navigation {
  gap: 40px;
}
.navigation-container > div .post-navigation a {
  color: var(--secondary);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  border: 1px solid var(--secondary);
  padding: 11px 20px;
  border-radius: 50px;
}
.navigation-container > div .post-navigation a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.navigation-container > div .post-navigation a:hover svg path {
  stroke: var(--primary);
}/*# sourceMappingURL=single-announcement.css.map */