.archive-intro {
  max-width: 900px !important;
}

.logo {
  font-family: "Mansalva", cursive !important;
  font-size: 2.1rem !important;
}

.logo-small .logo {
  font-size: 1.2rem !important;
}

.tn-hero {
  width: 100%;
}

.tn-hero img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .tn-hero img {
    height: 220px;
  }
}

.sticky-header .social-network {
  margin-right: 10px;
}

[data-tn-contact-view] {
  font-size: 1.1rem !important;
}

[data-tn-contact-view] input,
[data-tn-contact-view] textarea,
[data-tn-contact-view] button {
  font-size: 1.1rem !important;
}

.top-menu {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.tn-tabler-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px auto;
}

.tn-donate-btn {
  border-color: #b71c1c !important;
  color: #ffffff !important;
  background-color: #b71c1c !important;
}

.tn-donate-btn:hover,
.tn-donate-btn:focus {
  color: #b71c1c !important;
  border-color: #b71c1c !important;
  background-color: transparent !important;
}

.content-social-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

img[data-tn-head-image] {
  opacity: 0;
  transition: opacity 0.2s ease;
}

img[data-tn-head-image].is-loaded {
  opacity: 1;
}

img[data-tn-about-cover] {
  opacity: 0;
  transition: opacity 0.2s ease;
}

img[data-tn-about-cover].is-loaded {
  opacity: 1;
}

img[data-tn-conductor-cover] {
  opacity: 0;
  transition: opacity 0.2s ease;
}

img[data-tn-conductor-cover].is-loaded {
  opacity: 1;
}

body.is-loading {
  overflow: hidden;
}

body.is-loading #wrapper,
body.is-loading .sticky-header,
body.is-loading .top-scroll-bar,
body.is-loading .back-to-top {
  opacity: 0;
  pointer-events: none;
}

body.is-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9998;
}

body.is-loading::after {
  content: "Betöltés...";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #111;
  text-transform: uppercase;
}

body.dark-mode.is-loading::before {
  background: rgba(0, 0, 0, 0.86);
}

body.dark-mode.is-loading::after {
  color: #fff;
}


.tn-gallery .tn-gallery-tile {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.tn-gallery .tn-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.tn-gallery .tn-gallery-tile:hover img {
  transform: scale(1.03);
}

[data-tn-main-view] {
  font-size: 1.1rem !important;
}

[data-tn-main-view] input,
[data-tn-main-view] textarea,
[data-tn-main-view] button {
  font-size: 1.1rem !important;
}

.tn-members {
  padding-top: 0.25rem;
}

.tn-members .tn-member-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.1rem;
  line-height: 1.9;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem);
  letter-spacing: 0.02em;
}

.tn-members .tn-member {
  white-space: nowrap;
}

.tn-members .tn-conductor {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.6rem;
}

.tn-members .tn-conductor-name {
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.dark-mode .tn-members .text-primary {
  color: #8fb2ff !important;
}

@media (max-width: 767.98px) {
  .tn-members .tn-conductor {
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  .tn-members .tn-conductor > .capsSubtle,
  .tn-members .tn-conductor > .tn-conductor-name {
    display: block;
  }

  .tn-members .tn-conductor > .capsSubtle {
    margin: 0.6rem 0 0.12rem;
  }

  .tn-members .tn-conductor > .capsSubtle:first-child {
    margin-top: 0;
  }

  .tn-members .tn-conductor > .tn-conductor-name {
    margin: 0;
  }

  .tn-members .tn-conductor > .tn-conductor-name + .tn-conductor-name {
    margin-top: 0.12rem;
  }
}

body.page-join #content {
  font-size: 1.1rem !important;
}

body.page-join #content input,
body.page-join #content textarea,
body.page-join #content button {
  font-size: 1.1rem !important;
}

body.page-join .archive-header {
  text-align: left !important;
}

body.page-join .archive-intro {
  margin: 0 !important;
  max-width: 900px !important;
}

body.page-join .tn-hero-mini img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  body.page-join .tn-hero-mini2 img {
    height: 420px;
  }
}

body.page-contact #content {
  font-size: 1.1rem !important;
}

body.page-contact #content input,
body.page-contact #content textarea,
body.page-contact #content button {
  font-size: 1.1rem !important;
}

body.page-about #content {
  font-size: 1.1rem !important;
}

body.page-about #content input,
body.page-about #content textarea,
body.page-about #content button {
  font-size: 1.1rem !important;
}

body.page-about .archive-header {
  text-align: left !important;
}

body.page-about .archive-intro {
  margin: 0 !important;
  max-width: 900px !important;
}

body.page-about .tn-hero-mini img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  body.page-about .tn-hero-mini2 img {
    height: 420px;
  }
}

body.page-conductor #content {
  font-size: 1.1rem !important;
}

body.page-conductor #content input,
body.page-conductor #content textarea,
body.page-conductor #content button {
  font-size: 1.1rem !important;
}

body.page-conductor .archive-header {
  text-align: left !important;
}

body.page-conductor .archive-intro {
  margin: 0 !important;
  max-width: 900px !important;
}

body.page-association #content {
  font-size: 1.1rem !important;
}

body.page-association #content input,
body.page-association #content textarea,
body.page-association #content button {
  font-size: 1.1rem !important;
}

body.page-association .archive-header {
  text-align: left !important;
}

body.page-association .archive-intro {
  margin: 0 !important;
  max-width: 900px !important;
}

body.page-albums #content {
  font-size: 1.1rem !important;
}

body.page-albums #content input,
body.page-albums #content textarea,
body.page-albums #content button {
  font-size: 1.1rem !important;
}

body.page-albums .archive-header {
  text-align: left !important;
}

body.page-albums .archive-intro {
  margin: 0 !important;
  max-width: 900px !important;
}

.tn-conductor-header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 18px 0;
}

.tn-conductor-header img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
}

.tn-conductor-header h2 {
  margin: 0 !important;
}

body.dark-mode.page-conductor .tn-conductor-header .entry-title {
  color: #fff !important;
}

.tn-conductor-header .tn-conductor-role {
  margin: 0 !important;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .tn-conductor-header {
    flex-direction: column;
  }

  .tn-conductor-header img {
    width: 120px;
    height: 120px;
  }
}

body.page-concert #content {
  font-size: 1.1rem !important;
}

body.page-concert #content input,
body.page-concert #content textarea,
body.page-concert #content button {
  font-size: 1.1rem !important;
}

.tn-concert-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 297 / 420;
  object-fit: cover;
  height: auto;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .tn-concert-poster {
    position: sticky;
    top: 110px;
  }
}

.tn-concert-title {
  margin: 0 0 10px 0 !important;
  line-height: 1.15;
}

.tn-concert-section h4 {
  margin-top: 0 !important;
}

.tn-concert-list {
  margin: 0;
  padding-left: 18px;
}

.tn-concert-kv {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-concert-kv li {
  margin: 0 0 6px 0;
}

.tn-concert-label {
  display: inline-block;
  min-width: 92px;
  opacity: 0.75;
}

body.dark-mode .tn-concert-poster img {
  background: transparent;
}

body.page-concerts #content {
  font-size: 1.1rem !important;
}

body.page-concerts #content input,
body.page-concerts #content textarea,
body.page-concerts #content button {
  font-size: 1.1rem !important;
}

body.page-concerts .archive-header {
  text-align: left !important;
}

body.page-donation #content {
  font-size: 1.1rem !important;
}

body.page-donation #content input,
body.page-donation #content textarea,
body.page-donation #content button {
  font-size: 1.1rem !important;
}

body.page-donation .archive-header {
  text-align: left !important;
}

body.page-donation .archive-intro {
  margin: 0 !important;
  max-width: 900px !important;
}

.tn-donation-frame {
  max-width: 600px;
  width: 100%;
}

.tn-donation-frame iframe {
  display: block;
  width: 100%;
  height: 680px;
  border: 0;
}

.tn-concerts-hero img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .tn-concerts-hero img {
    height: 320px;
  }
}

.tn-event {
  padding: 10px 0 26px 0;
}

.tn-event-poster {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.tn-event-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 297 / 420;
  object-fit: cover;
}

.tn-event-name {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  line-height: 1.15;
}

.tn-event-name a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.tn-event-desc {
  margin: 0 0 14px 0;
  max-width: 820px;
}

.tn-event-meta {
  margin: 0 0 16px 0;
  font-weight: 600;
}

.tn-event-date {
  margin-top: 6px;
  font-size: 1.25rem;
  font-weight: 800;
}

.tn-divider {
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  margin: 10px 0 0 0;
}

body.dark-mode .tn-divider {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.tn-past-grid .tn-past-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.tn-past-grid .tn-past-item img {
  display: block;
  width: 100%;
  aspect-ratio: 297 / 420;
  object-fit: cover;
  border-radius: 8px;
}

body.single .entry-header .entry-title a[data-tn-post-title] {
  font: inherit;
  color: rgba(0, 0, 0, 0.92) !important;
  text-decoration: none;
}

body.single .entry-header .entry-title a[data-tn-post-title]:hover {
  opacity: 0.92;
}

body.dark-mode.single .entry-header .entry-title a[data-tn-post-title] {
  color: rgba(255, 255, 255, 0.92) !important;
}
