<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.custom-styled-page .custom-page-wrapper,
.custom-styled-page .custom-page-wrapper p,
.custom-styled-page .custom-page-wrapper h1,
.custom-styled-page .custom-page-wrapper h2,
.custom-styled-page .custom-page-wrapper h3,
.custom-styled-page .custom-page-wrapper h4,
.custom-styled-page .custom-page-wrapper li {
  color: #000 !important;
}

.custom-styled-page .custom-page-wrapper .entry-content {
  max-width: 960px;
  margin: 2em auto;
  padding: 2em;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.custom-styled-page .custom-page-wrapper #content {
  flex: 0 1 calc(100% - 300px);
  max-width: calc(100% - 300px);
  box-sizing: border-box;
}

.custom-styled-page .custom-page-wrapper .sidey {
  flex: 0 0 280px;
  max-width: 280px;
  box-sizing: border-box;
}

.custom-styled-page .custom-page-wrapper #container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2em;
}

@media (max-width: 768px) {
  .custom-styled-page .custom-page-wrapper #container {
    flex-direction: column;
  }
}
</pre></body></html>