@charset "UTF-8";
img:is([sizes="auto" i], [sizes^="auto,"i]){

  contain-intrinsic-size: 3000px 1500px;

}

.wp-block-audio {
  box-sizing: border-box;
}

.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}

.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  word-break: break-word;
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}

:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}

:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}

.singer-stats {
  margin: 20px 0;
  font-size: 1.1em;
  line-height: 1.6;
  color: #555;
}

.singer-content {
  margin-top: 30px;
}

.album-section {
  margin-bottom: 40px;
}

.album-section h2 a {
  color: #0073aa;
  text-decoration: none;
}

.album-section h2 a:hover {
  text-decoration: underline;
}

.album-songs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.album-song-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s;
}

.album-song-item:hover {
  transform: translateY(-1px);
}

.song-link {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #333;
  height: 100%;
}

.song-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.song-info {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.song-title {
  font-weight: 500;
  font-size: 15px;
  color: #2288ee;
  display: block;
  margin: 0 0 5px;
}

.song-singer {
  font-size: 13px;
  color: grey;
  margin-top: 4px;
}

.generatepress-breadcrumbs {
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #666;
}

.breadcrumb-trail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-trail li + li:before {
  content: "»";
  margin: 0 0.5rem;
  color: #999;
}

.breadcrumb-trail a {
  color: #0073aa;
  text-decoration: none;
}

.breadcrumb-trail a:hover {
  text-decoration: underline;
}

.trail-end span {
  color: #333;
  font-weight: 600;
}

.compact-meta-list {
  margin: 18px 0 25px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  padding: 15px;
  text-align: left;
}

.compact-meta-item {
display: grid;
    background: #f8f8f8;
    padding: 6px 14px;
    margin: 4px 6px 4px 0;
    border-radius: 0px;
    white-space: nowrap;
    color: #000;
    align-items: center;
}

.compact-meta-item strong {
  color: #e91e63;
  margin-right: 5px;
}

.album-cover-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.album-cover {
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  max-width: 300px;
  height: auto;
  width: 200px;
  object-fit: cover;
}

.album-description {
  margin: 20px 0;
  line-height: 1.7;
  color: #444;
  font-size: 1em;
  width: 100%;
}

.compact-meta-item .meta-icon {
  font-weight: 700;
  margin-right: 5px;
}

.album-songs-section {
  margin: 20px 0;
}

.album-song-list {
  list-style: none;
  padding: 0;
}

.album-song {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
  justify-content: space-between;
}

.song-title-wrapper {
  flex: 1;
}

.song-singers, .song-lyricists, .song-duration {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

.album-song-player {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.95em;
  text-align: center;
  margin-right: 10px;
  align-items: center;
  font-weight: 500;
  transition: background 0.3s;
}

.download-button:hover {
  background: #005177;
  opacity: 0.9;
}

.download-button svg {
  vertical-align: middle;
  margin-right: 5px;
}

.social-share-buttons {
  margin-top: 18px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95em;
  transition: all 0.3s;
}

.whatsapp-btn {
  background: #25D366;
  color: white;
}

.whatsapp-btn:hover {
  background: #20ba5a;
  transform: translateY(-2px);
}

.facebook-btn {
  background: #1877F2;
  color: white;
}

.facebook-btn:hover {
  background: #166fe5;
  transform: translateY(-2px);
}

.share-btn i {
  font-size: 1.2em;
}

.song-thumbnail-wrapper {
  flex-shrink: 0;
  flex: 0 0 auto;
}

.song-meta-wrapper {
  flex: 1;
}

.list-singer-song-p {
  color: #2288ee;
  text-decoration: none;
}

.list-singer-song-p:hover {
  text-decoration: underline;
}

.song-description {
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.6;
  color: #444;
  padding: 10px;
  background: #f8f8f8;
}

.post-meta-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 20px;
  font-size: 0.95rem;
  color: #555;
}

.posted-by,
    .post-date-separator {
  color: #777;
  font-weight: 500;
}

.author-link {
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
}

.author-link:hover {
  text-decoration: underline;
}

.entry-date {
  color: #333;
  font-weight: 500;
}

.song-player-section {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
}

.download-button.primary {
  background: #e50914;
}

.download-options.simple-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-simple-download {
  display: inline-block;
  padding: 13px 28px;
  background: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.93em;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.18s, box-shadow 0.18s;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.btn-simple-download:hover {
  background: #1558b0;
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.35);
  color: #fff;
}

.btn-simple-download.primary {
  background: #d93025;
}

.btn-simple-download.primary:hover {
  background: #b52820;
  box-shadow: 0 2px 8px rgba(217, 48, 37, 0.35);
}

.btn-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
}

.btn-simple-download.counting .btn-progress {
  transform: scaleX(1);
}

.more-songs ul {
  list-style: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
}

.more-songs li {
  margin-bottom: 8px;
  list-style-type: none;
  margin: 0;
  padding: 10px 5px;
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
}

.my-title {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.wp-block-buttons {
  box-sizing: border-box;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-buttons .wp-block-button__link {
  width: 100%;
}

.wp-block-categories {
  box-sizing: border-box;
}

.wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-post-comments {
  box-sizing: border-box;
}

.wp-block-post-comments .comment-author {
  line-height: 1.5;
}

.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}

.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]) {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}

.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type="submit"]) {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}

.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]) {
  padding: calc(0.667em + 2px);
}

:where(.wp-block-post-commentsinput[type="submit"]) {
  border: none;
}

.wp-block-comments {
  box-sizing: border-box;
}

.wp-block-comment-date {
  box-sizing: border-box;
}

.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
  box-sizing: border-box;
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: clip;
  padding: 1em;
  position: relative;
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  width: 100%;
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@supports (-webkit-touch-callout: inherit){

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }

}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

:root :where(.wp-block-coverh1:not(.has-text-color)),
:root :where(.wp-block-coverh2:not(.has-text-color)),
:root :where(.wp-block-coverh3:not(.has-text-color)),
:root :where(.wp-block-coverh4:not(.has-text-color)),
:root :where(.wp-block-coverh5:not(.has-text-color)),
:root :where(.wp-block-coverh6:not(.has-text-color)),
:root :where(.wp-block-coverp:not(.has-text-color)) {
  color: inherit;
}

body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
        .wp-block-cover__background + .wp-block-cover__inner-container
      )
  )
  .wp-block-cover__image-background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
        .wp-block-cover__background + .wp-block-cover__inner-container
      )
  )
  .wp-block-cover__video-background {
  z-index: 0;
}

body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
        .wp-block-cover__background + .wp-block-cover__inner-container
      )
  )
  .wp-block-cover__background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
        .wp-block-cover__background + .wp-block-cover__inner-container
      )
  )
  .wp-block-cover__gradient-background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
        .wp-block-cover__background + .wp-block-cover__inner-container
      )
  )
  .wp-block-cover__inner-container {
  z-index: 1;
}

.wp-block-details {
  box-sizing: border-box;
}

.wp-block-details summary {
  cursor: pointer;
}

.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-file {
  box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}

.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}

.wp-block-form-input__label.is-label-inline
  .wp-block-form-input__label-content {
  margin-bottom: 0.5em;
}

.wp-block-form-input__label:has(input[type="checkbox"]) {
  flex-direction: row;
  width: fit-content;
}

.wp-block-form-input__label:has(input[type="checkbox"])
  .wp-block-form-input__label-content {
  margin: 0;
}

.wp-block-form-input__label:has(
    .wp-block-form-input__label-content + input[type="checkbox"]
  ) {
  flex-direction: row-reverse;
}

.wp-block-form-input__label-content {
  width: fit-content;
}

.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}

.wp-block-form-input__input[type="date"],
.wp-block-form-input__input[type="datetime-local"],
.wp-block-form-input__input[type="datetime"],
.wp-block-form-input__input[type="email"],
.wp-block-form-input__input[type="month"],
.wp-block-form-input__input[type="number"],
.wp-block-form-input__input[type="password"],
.wp-block-form-input__input[type="search"],
.wp-block-form-input__input[type="tel"],
.wp-block-form-input__input[type="text"],
.wp-block-form-input__input[type="time"],
.wp-block-form-input__input[type="url"],
.wp-block-form-input__input[type="week"] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}

.wp-block-image > a {
  display: inline-block;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none){

  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

}

@keyframes show-content-image{

  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }

}

@keyframes turn-on-visibility{

  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}

@keyframes turn-off-visibility{

  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }

}

@keyframes lightbox-zoom-in{

  0% {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }

}

@keyframes lightbox-zoom-out{

  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }

}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"].wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
  font-size: inherit;
}

.wp-block-latest-posts {
  box-sizing: border-box;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}

ol,
ul {
  box-sizing: border-box;
  margin: 0 0 1.5em 3em;
}

:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text > .wp-block-media-text__content,
.wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text > .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}

.wp-block-media-text__media a {
  display: block;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.wp-block-page-list:only-child {
  flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation{

  0% {
    opacity: 0;
    transform: translatey(0.5em);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }

}

.wp-block-page-list {
  box-sizing: border-box;
}

.is-large-text {
  font-size: 2.25em;
}

:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}

.wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-post-author__name {
  margin: 0;
}

:where(.wp-block-post-comments-form) input:not([type="submit"]) {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}

:where(.wp-block-post-comments-form)
  input:where(:not([type="submit"]):not([type="checkbox"])) {
  padding: calc(0.667em + 2px);
}

.wp-block-post-comments-form {
  box-sizing: border-box;
}

.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form :where(input[type="submit"]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}

.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]) {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}

.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

.wp-block-post-comments-count {
  box-sizing: border-box;
}

.wp-block-post-content {
  display: flow-root;
}

.wp-block-post-comments-link,
.wp-block-post-date {
  box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

.wp-block-post-terms {
  box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}

.wp-block-post-title {
  box-sizing: border-box;
  word-break: break-word;
}

.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

.wp-block-post-author-name {
  box-sizing: border-box;
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}

.wp-block-search__button.has-icon {
  line-height: 0;
}

.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.wp-block-search__label {
  width: 100%;
}

.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

:where(.wp-block-search__button-inside.wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}

:where(.wp-block-search__button-inside.wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}

:where(.wp-block-search__button-inside.wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: 0;
}

:where(.wp-block-search__button-inside.wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}

.wp-block[data-align="right"]
  .wp-block-search.wp-block-search__button-only
  .wp-block-search__inside-wrapper {
  float: right;
}

.wp-block-separator {
  border: none;
  border-top: 2px solid;
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}

:root :where(.wp-block-separator.is-style-dots)::before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}

.custom-search-form {
  width: 100%;
  display: flex;
  gap: 0;
  margin-bottom: 15px;
}

.custom-search-form input[type="text"] {
  flex: 1;
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 25px 0 0 25px;
}

.custom-search-form button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #0a7aff;
  border-radius: 0 25px 25px 0;
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}

.wp-block-site-title {
  box-sizing: border-box;
}

.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outlinea) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}

:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}

:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}

:where(pre.wp-block-verse) {
  font-family: inherit;
}

.wp-block-video {
  box-sizing: border-box;
}

.wp-block-video video {
  vertical-align: middle;
  width: 100%;
}

@supports (position: sticky){

  .wp-block-video [poster] {
    object-fit: cover;
  }

}

.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.entry-content {
  counter-reset: footnotes;
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--contrast: var(--contrast);
  --wp--preset--color--contrast-2: var(--contrast-2);
  --wp--preset--color--contrast-3: var(--contrast-3);
  --wp--preset--color--base: var(--base);
  --wp--preset--color--base-2: var(--base-2);
  --wp--preset--color--base-3: var(--base-3);
  --wp--preset--color--accent: var(--accent);
  --wp--preset--color--global-color-8: var(--global-color-8);
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #1e73be;
  --global-color-8: #3A9AFF;
  --gp-search-modal-bg-color: var(--base-3);
  --gp-search-modal-text-color: var(--contrast);
  --gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.footer-widgets-container {
  padding: 20px;
}

.inside-footer-widgets {
  display: inline-block;
}

.inside-footer-widgets > div {
  flex: 1 1 0;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 0 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -40px;
}

.top-bar {
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
  background-color: #636363;
  color: #fff;
}

.top-bar .inside-top-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar .inside-top-bar .widget {
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
}

.top-bar .widget-title {
  display: none;
}

.top-bar .widget {
  margin: 0 10px;
}

.top-bar .widget_nav_menu > div > ul {
  display: flex;
  align-items: center;
}

.top-bar .widget_nav_menu li {
  margin: 0 10px;
  padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
  display: none;
}

.inside-top-bar {
  padding: 10px 40px;
}

div.top-bar .widget {
  margin-bottom: 0;
}

.top-bar-align-right .widget {
  margin-right: 0;
}

.top-bar-align-right .widget:first-child {
  margin-left: auto;
}

.top-bar-align-right .widget:nth-child(2n) {
  order: -20;
}

.top-bar-align-right .widget:nth-child(2) {
  margin-left: 0;
}

.top-bar-align-left .widget {
  margin-left: 0;
}

.top-bar-align-left .widget:nth-child(odd) {
  order: -20;
}

.top-bar-align-left .widget:nth-child(2) {
  margin-left: auto;
}

.top-bar-align-left .widget:last-child {
  margin-right: 0;
}

.top-bar-align-center .widget:first-child {
  margin-left: auto;
}

.top-bar-align-center .widget:last-child {
  margin-right: auto;
}

.top-bar-align-center .widget:not(:first-child):not(:last-child) {
  margin: 0 5px;
}

.footer-bar .widget_nav_menu > div > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
  display: none;
}

.footer-bar .widget-title {
  display: none;
}

.footer-bar-align-right .copyright-bar {
  order: -20;
  margin-right: auto;
}

.footer-bar-align-left .copyright-bar {
  margin-left: auto;
}

.footer-bar-align-center .inside-site-info {
  flex-direction: column;
}

.footer-bar-align-center .footer-bar {
  margin-bottom: 10px;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
  margin: 0 auto;
}

body,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

main {
  display: block;
}

progress {
  vertical-align: baseline;
}

*,
::after,
::before {
  box-sizing: inherit;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

body,
button,
input {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
  background: #2288ee;
  border: 1px solid #0063c9;
  color: #fff;
  padding: 8px;
  border-radius: 0;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

h3 {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

mark {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #55555e;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  border: 1px solid;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
  color: var(--contrast);
  background-color: var(--base-2);
  border-color: var(--base);
}

a,
button,
input {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a {
  text-decoration: none;
  color: var(--global-color-8);
}

.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
}

.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
}

.size-auto,
.size-large,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.nav-align-center .main-nav > ul {
  justify-content: center;
}

.site-header {
  position: relative;
  background-color: #030303;
  color: #ffffff;
  border-bottom: solid 3px #E4A915;
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inside-header {
  padding: 10px;
  display: flex;
  align-items: center;
}

.main-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: 400;
  text-transform: none;
}

.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  color: var(--contrast-2);
}

.site-logo {
  display: inline-block;
  max-width: 100%;
}

.site-header .header-image {
  vertical-align: middle;
  width: 40px;
}

.header-widget {
  margin-left: auto;
}

.header-widget p:last-child {
  margin-bottom: 0;
}

.site-branding-container {
  display: inline-flex;
  align-items: center;
  text-align: left;
  flex-shrink: 0;
}

.site-branding-container .site-logo {
  margin-right: 8px;
}

.entry-header .comments-link {
  display: inline;
}

footer.entry-meta .posted-on {
  display: block;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 2em;
}

.entry-header,
.site-content {
  word-wrap: break-word;
}

.entry-title {
  margin-bottom: 0;
  margin: 0 0 15px;
  font-size: 16px;
  color: #fff;
}

.author .page-header .page-title {
  display: flex;
  align-items: center;
}

.page-header .author-info > :last-child,
.page-header > :last-child {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 85%;
  margin-top: 0.5em;
  line-height: 1.5;
  color: var(--contrast-2);
}

footer.entry-meta {
  margin-top: 2em;
}

.comments-link {
  display: block;
}

.entry-content > p:last-child,
.entry-summary > p:last-child,
.page-content > p:last-child {
  margin-bottom: 0;
}

object {
  max-width: 100%;
}

.widget-area .widget {
  padding: 0;
}

.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  background: #2288ee;
  padding: 7px;
  border-radius: 0;
  color: #fff;
}

.widget ol,
.widget ul {
  margin: 0;
}

.widget .search-form {
  display: flex;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.footer-widgets .widget:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.2em;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 0;
}

.widget ul li ul {
  margin-left: 1em;
  margin-top: 0.5em;
}

.site-content {
  display: block;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
a.dj-logo img
{
width: 200px;
}
.page-header,
.sidebar .widget,
.site-main > * {
  margin-bottom: 20px;
}

.one-container.right-sidebar .site-main {
  margin-right: 40px;
}

.one-container.left-sidebar .site-main {
  margin-left: 40px;
}

.one-container .site-content {
  padding: 40px;
}

.inside-page-header {
  padding: 40px;
}

.one-container .site-main > :last-child {
  margin-bottom: 0;
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}

.left-sidebar .sidebar {
  order: -10;
}

.inside-site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}

.site-info {
  text-align: center;
  font-size: 15px;
  color: var(--base-3);
  background-color: #000;
}

.post-image:not(:first-child) {
  margin-top: 2em;
}

.icon-search svg:nth-child(2) {
  display: none;
}

.container.grid-container {
  width: auto;
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
  display: none;
}

.menu-toggle {
  padding: 0 10px;
  line-height: 40px;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
}

.menu-toggle .mobile-menu {
  padding-left: 3px;
}

.menu-toggle .mobile-menu:empty {
  display: none;
}

button.menu-toggle {
  background-color: transparent;
  flex-grow: 1;
  border: 0;
  text-align: center;
}

button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-toggle:hover {
  background-color: transparent;
}

.has-menu-bar-items button.menu-toggle {
  flex-grow: 0;
}

.mobile-menu-control-wrapper {
  display: none;
  margin-left: auto;
  align-items: center;
}

body {
  background-color: var(--base-2);
  color: var(--contrast);
}

.entry-title a,
.site-branding a,
.wp-block-button__link,
a.button {
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: var(--contrast);
}

.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: #303030;
}

.site-branding a {
  color: #ffffff;
}

.main-title a,
.main-title a:hover {
  color: var(--base-3);
}

button.menu-toggle:focus,
button.menu-toggle:hover {
  color: #fff;
}

.inside-page-header,
.one-container .container {
  background-color: var(--base-3);
}

.entry-title a {
  color: var(--contrast);
}

.entry-title a:hover {
  color: var(--contrast-2);
}

.sidebar .widget {
  background-color: var(--base-3);
}

.footer-widgets {
  color: #fcfcfc;
  background-color: #0f0f0f;
}

.footer-widgets a {
  color: var(--base-3);
}

.site-info a {
  color: var(--base-3);
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
  color: var(--contrast);
  background-color: var(--base-2);
  border-color: var(--contrast-3);
}

a.button,
a.wp-block-button__link:not(.has-background),
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #55555e;
}

a.button:focus,
a.button:hover,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover,
button:focus,
button:hover,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #fff;
  background-color: #3f4047;
}

.is-right-sidebar {
  width: 100%;
  padding-left: 0;
}

.is-left-sidebar {
  width: 100%;
}

.site-content .content-area {
  width: 100%;
}

ul#menu-footer li {
  background: #0f0f0f;
  padding: 5px;
  border-bottom: 1px solid #323232;
  display: inline-block;
}

div, table, td, p, form, ol {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16%, 2fr));
  gap: 10px;
  margin: 20px 0;
}

.more-songs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.more-songs h2 {
  font-size: 18px;
  text-align: left;
  padding: 10px;
  background: #dfdfdf;
  margin-bottom: 5px;
}

.album-songs ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.2em;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 0;
}

.song-article {
  margin: 15px 0;
  padding: 15px !important;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

.song-header-container {
  display: flex;
  gap: 0px;
  margin-bottom: 30px;
  align-items: center;
}

.song-artwork {
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
}

.song-artwork img {
  max-width: 300px;
  height: auto;
  border-radius: 1px;
}

.compact-meta-grid {
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 15px;
  text-align: left;
}

.compact-meta-item a {
  border-bottom: 1px solid #f9f9f9;
  text-decoration: underline;
}

.meta-icon {
  margin-right: 6px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #f9f9f9;
}

.song-description p {
  margin: 5px 0;
}

.audio-player-wrapper {
  background: #f8f9fa;
  padding: 0;
  border-radius: 8px;
  margin: 0 0;
  display: block;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.audio-player {
  flex: 1;
  min-width: 300px;
}

.download-button-wrapper {
  flex: 0 0 auto;
}

.entry-header {
  text-align: center;
  margin-bottom: 0;
  border-bottom: 0 solid #eee;
  padding-bottom: 0;
}

.singer-description {
  max-width: 800px;
  margin: 0 auto;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

.album-section,
.song-section {
  margin-bottom: 10px;
}

.album-section h2,
.song-section h2 {
  color: #fff;
  font-size: 17px !important;
  margin-bottom: 10px;
  padding: 7px;
      background: #2288ee;
    border: 1px solid #0063c9;
}

.album-songs,
.song-list {
  display: block;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.album-song-item,
.song-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}

.album-song-item:hover,
.song-item:hover {
  background: #f9f9f9;
}

.song-thumbnail {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 0px;
  flex-shrink: 0;
}

span.song-singer {
  font-size: 14px;
}

.album-item {
  margin-bottom: 15px;
  padding: 15px;
  background: #fbfbfb;
  border-radius: 8px;
  border: 1px solid #efefef;
}

.album-title {
  font-size: 19px;
  margin-bottom: 15px;
  color: #f90;
}

.album-title a {
  color: inherit;
  text-decoration: none;
}

.album-title a:hover {
  color: #e74c3c;
}

.album-cover-link {
  display: block;
  max-width: 250px;
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.inside-right-sidebar {
  background: #fff;
  padding: 15px;
  border-radius: 0;
}

.widget_latest_songs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_latest_songs li {
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}

.widget_latest_songs li:last-child {
  border-bottom: none;
}

.widget_latest_songs a {
  color: #2288ee;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.widget_latest_songs a:hover {
  color: #2288ee;
}

.singer-name {
  font-size: 13px;
  color: #232323;
  display: inline-block;
  margin-top: 3px;
}

ul.album-song-list {
  list-style: none;
  margin: 0;
}

li.album-song {
  background: #fff;
  margin: 3px;
  padding: 10px;
}

li h3 {
  margin: 0;
  font-size: 18px;
}

.song-singers a {
  font-size: 14px;
  color: grey;
}

.album-songs-section h2 {
  font-size: 22px;
  margin-bottom: 5px;
  padding: 10px;
  border-left: 2px solid #084474;
  background-color: #f9f9f9;
}

.home-article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-title {
  border-bottom: 0 solid #333;
  padding-bottom: 10px;
  margin: 30px 0 20px;
}

.album-card {
  background: #fafafa;
  border-radius: 10px 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #dcdcdc;
}

.album-card:hover {
  transform: translatey(-1px);
}

.album-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.album-placeholder {
  width: 100%;
  padding-bottom: 100%;
  background: #eee;
}

.album-card h3 {
  padding: 7px 10px;
  margin: 0;
  font-size: 15px;
  color: #2288ee;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.album-card p {
  padding: 3px 8px;
  margin: 0;
  color: #8e8e8e;
  font-size: 14px;
}

.album-card span {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e50914;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 10;
}

.song-count {
  color: #666;
  font-size: 0.9em;
}

.site-branding h1 {
  background: #0232b900;
  line-height: 1.1em;
}

@charset "UTF-8";
img:is([sizes="auto" i], [sizes^="auto,"i]){

  contain-intrinsic-size: 3000px 1500px;

}

@supports (-webkit-touch-callout: inherit){

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }

}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none){

  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

}

@keyframes show-content-image{

  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }

}

@keyframes turn-on-visibility{

  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}

@keyframes turn-off-visibility{

  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }

}

@keyframes lightbox-zoom-in{

  0% {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }

}

@keyframes lightbox-zoom-out{

  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }

}

@keyframes overlay-menu__fade-in-animation{

  0% {
    opacity: 0;
    transform: translatey(0.5em);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }

}

@supports (position: sticky){

  .wp-block-video [poster] {
    object-fit: cover;
  }

}

.song-duration,
.song-lyricists,
.song-singers {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

.post-date-separator,
.posted-by {
  color: #777;
  font-weight: 500;
}

@media (max-width: 768px) {
  .album-cover-container {
    flex-direction: column;
    text-align: center;
  }
  
  .compact-meta-item {
    display: block;
    margin: 6px 0;
    text-align: left;
  }
}

@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden;
  }
  
  .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

@media (max-width: 768px) {
  .top-bar .inside-top-bar {
    justify-content: center;
  }
  
  .top-bar .inside-top-bar > .widget {
    order: 1;
    margin: 0 10px;
  }
  
  .top-bar .inside-top-bar:first-child {
    margin-left: auto;
  }
  
  .top-bar .inside-top-bar:last-child {
    margin-right: auto;
  }
  
  .top-bar .widget_nav_menu li {
    padding: 5px 0;
  }
  
  .top-bar-align-center {
    text-align: center;
  }
  
  .inside-footer-widgets {
    flex-direction: column;
  }
  
  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .site-footer
      .footer-widgets
      .footer-widgets-container
      .inside-footer-widgets {
    margin: 0;
  }
  
  .site-footer .footer-widgets .footer-widgets-container .inner-padding {
    padding: 0;
  }
  
  .footer-bar .widget_nav_menu > div > ul {
    justify-content: center;
  }
  
  .footer-bar .widget_nav_menu li {
    padding: 5px 0;
  }
  
  .footer-bar .widget_nav_menu li:first-child {
    margin-left: 10px;
  }
  
  .footer-bar .widget_nav_menu li:last-child {
    margin-right: 10px;
  }
  
  .footer-bar-align-left .copyright-bar {
    margin-left: 0;
  }
  
  .footer-bar-align-right .copyright-bar {
    order: unset;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
  
  a,
    body,
    button,
    input {
    transition: all 0s ease-in-out;
  }
  
  .inside-header {
    flex-direction: column;
    text-align: center;
  }
  
  .site-header .header-widget {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .site-content {
    flex-direction: column;
  }
  
  .container .site-content .content-area {
    width: auto;
  }
  
  .is-left-sidebar.sidebar,
    .is-right-sidebar.sidebar {
    width: auto;
    order: initial;
  }
  
  .is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
    margin-top: 0;
  }
  
  #main {
    margin-left: 0;
    margin-right: 0;
  }
  
  body:not(.no-sidebar) #main {
    margin-bottom: 0;
  }
  
  .entry-meta {
    font-size: inherit;
  }
  
  .entry-meta a {
    line-height: 1.8em;
  }
}

@media (max-width: 768px) {
  .inside-page-header,
    .one-container .site-content {
    padding: 30px;
  }
  
  .inside-top-bar {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .inside-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .widget-area .widget {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  
  .footer-widgets-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  
  .inside-site-info {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }
  
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }
  
  .has-inline-mobile-toggle .header-widget {
    flex-basis: 100%;
  }
}

@media (max-width: 992px) {
  .is-right-sidebar {
    padding-left: 0;
    margin-top: 0;
  }
  
  .song-article {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .song-header-container {
    flex-direction: column;
    align-items: center;
  }
  
  .song-thumbnail-wrapper {
    margin-bottom: 0;
  }
  
  .album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 2fr));
    gap: 20px;
    margin: 20px 0;
  }
  
  .compact-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .audio-player-wrapper {
    flex-direction: column;
  }
  
  .audio-player {
    width: 100%;
    min-width: auto;
  }
  
  .album-songs,
    .song-list {
    grid-template-columns: 1fr;
  }
  
  .inside-article.song-article {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .song-link {
    padding: 10px;
  }
  
  .song-thumbnail {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  
  .song-title {
    font-size: 16px;
  }
  
  .song-singer {
    font-size: 14px;
    color: grey;
  }
}

@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden;
  }
  
  .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

@media (max-width: 768px) {
  .top-bar .inside-top-bar {
    justify-content: center;
  }
  
  .top-bar .inside-top-bar > .widget {
    order: 1;
    margin: 0 10px;
  }
  
  .top-bar .inside-top-bar:first-child {
    margin-left: auto;
  }
  
  .top-bar .inside-top-bar:last-child {
    margin-right: auto;
  }
  
  .top-bar .widget_nav_menu li {
    padding: 5px 0;
  }
  
  .top-bar-align-center {
    text-align: center;
  }
  
  .inside-footer-widgets {
    flex-direction: column;
  }
  
  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .site-footer
      .footer-widgets
      .footer-widgets-container
      .inside-footer-widgets {
    margin: 0;
  }
  
  .site-footer .footer-widgets .footer-widgets-container .inner-padding {
    padding: 0;
  }
  
  .footer-bar .widget_nav_menu > div > ul {
    justify-content: center;
  }
  
  .footer-bar .widget_nav_menu li {
    padding: 5px 0;
  }
  
  .footer-bar .widget_nav_menu li:first-child {
    margin-left: 10px;
  }
  
  .footer-bar .widget_nav_menu li:last-child {
    margin-right: 10px;
  }
  
  .footer-bar-align-left .copyright-bar {
    margin-left: 0;
  }
  
  .footer-bar-align-right .copyright-bar {
    order: unset;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
  
  a,
    body,
    button,
    input {
    transition: all 0s ease-in-out;
  }
  
  .inside-header {
    flex-direction: column;
    text-align: center;
  }
  
  .site-header .header-widget {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .site-content {
    flex-direction: column;
  }
  
  .container .site-content .content-area {
    width: auto;
  }
  
  .is-left-sidebar.sidebar,
    .is-right-sidebar.sidebar {
    width: auto;
    order: initial;
  }
  
  .is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
    margin-top: 0;
  }
  
  #main {
    margin-left: 0;
    margin-right: 0;
  }
  
  body:not(.no-sidebar) #main {
    margin-bottom: 0;
  }
  
  .entry-meta {
    font-size: inherit;
  }
  
  .entry-meta a {
    line-height: 1.8em;
  }
}

@media (max-width: 768px) {
  .inside-page-header,
    .one-container .site-content {
    padding: 30px;
  }
  
  .inside-top-bar {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .widget-area .widget {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  
  .footer-widgets-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  
  .inside-site-info {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }
  
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }
  
  .has-inline-mobile-toggle .header-widget {
    flex-basis: 100%;
  }
}

@media (max-width: 992px) {
  .is-right-sidebar {
    padding-left: 0;
    margin-top: 0;
  }
  
  .song-article {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .song-header-container {
    flex-direction: column;
    align-items: center;
  }
  
  .song-thumbnail-wrapper {
    margin-bottom: 0;
  }
  
  .album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 2fr));
    gap: 20px;
    margin: 20px 0;
  }
  
  .compact-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .audio-player-wrapper {
    flex-direction: column;
  }
  
  .audio-player {
    width: 100%;
    min-width: auto;
  }
  
  .album-songs,
    .song-list {
    grid-template-columns: 1fr;
  }
  
  .inside-article.song-article {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .song-link {
    padding: 10px;
  }
  
  .song-thumbnail {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  
  .song-title {
    font-size: 16px;
  }
  
  .song-singer {
    font-size: 14px;
    color: grey;
  }
}
