.entry-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
.entry-content .wp-block-button {
  margin-bottom: 1rem;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.entry-content h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.3em;
}
.entry-content h3 {
  font-size: 1.3em;
  border-bottom: 4px solid #ccc;
  padding-bottom: 0.5em;
  padding-left: 0.6em;
}
.entry-content blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: left;
}
.entry-content table th {
  background: #f0f0f0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
.entry-content figure {
  margin: 2em 0;
  text-align: center;
}
.entry-content figure figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #666;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content em {
  font-style: italic;
}
.entry-content code {
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  font-family: monospace;
  font-size: 0.95em;
  border-radius: 3px;
}
.entry-content pre {
  background: #f5f5f5;
  padding: 1em;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.95em;
  border-radius: 4px;
  margin-bottom: 1.5em;
}

.event-singular h2.title {
  color: #da9729;
  font-size: 32px;
  margin-bottom: 3em;
}
.event-singular .category {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-singular .category .imgbox {
  display: flex;
  align-items: center;
}
.event-singular .category img {
  width: 1.5em;
  margin-right: 0.5em;
}
.event-singular .flex2 {
  display: flex;
  gap: 30px;
}
.event-singular .flex2 .txtbox {
  flex: 1;
}
.event-singular .flex2 .txtbox .eventinfotxt {
  margin-bottom: 2em;
}
.event-singular .flex2 .txtbox .eventinfotxt p {
  line-height: 1.5;
}
.event-singular .flex2 .txtbox .eventinfotxt .label {
  background-color: black;
  margin-bottom: 0.5em;
  width: 6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-align: center;
  color: white;
}
.event-singular .flex2 .imgbox {
  width: 40%;
}
.event-singular .flex2 .imgbox img {
  width: 100%;
}
.event-singular h3.title {
  border-left: 5px solid #da9729;
  padding-left: 0.3em;
}
.event-singular table.acftable {
  width: 100%;
}
.event-singular table.acftable td {
  border: 1px solid #919191;
  padding: 1em;
  vertical-align: middle;
  line-height: 1.6;
}
.event-singular table.acftable td:first-child {
  text-align: center;
  white-space: nowrap;
  background-color: #f7f0e6;
}/*# sourceMappingURL=single.css.map */