h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1rem 2rem;
   /*  margin-left: -2rem; */
}

:root :where(p.has-background) {
    padding: 1rem 2rem;
}

@media (max-width: 599px) {
    #headerAlue .wp-block-navigation__responsive-container {
        background-color: #ff6900 !important;
    }

    #headerAlue .wp-block-navigation-item {
        font-size: 1.5rem !important;
    }

    #headerAlue .wp-block-navigation-item.current-menu-item a {
        color: #9B2237 !important;
    }
}

body::after {
    content: "";
    background-image: url('/wp-content/themes/kteampaivat/taustan-elementit.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 768px) {
    body::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .wp-block-post-content > p,
    .wp-block-post-content > h1,
    .wp-block-post-content > h2,
    .wp-block-post-content > h3,
    .wp-block-post-content > h4{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (max-width: 768px) {
    header #headerAlue {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 1rem;
    }
    header #menuAlue {
        margin-top: 0;
        background-color: unset !important;
    }
}

.wp-block-navigation .wp-block-navigation-item.current-menu-item a {
    color: #ff6900;
}