.entry-content-wrap {
    border-bottom: 1px solid var(--wp--preset--color--contrast);
    margin-bottom: 10px !important;
}

.entry-content {
    padding-bottom: 30px;
    max-width: 1000px;
    margin: auto;
}

.single .header-inner {
    align-items: end;
}

.single .header-btn-area figure {
	margin-bottom: unset;
}

.single-news .header-btn-area {
    display: flex
;
}

.single-news .expan-btn {
    display: none;
}

.single-news .red-btn {
    display: block;
}

.single .single-post-top-area {
    margin: 15px 0;
    height: 100px;
    border-bottom: 1px solid var(--wp--preset--color--contrast);
    align-items: baseline;
}

.single .single-post-top-area .single-post-title {
    flex: 1;
}

.single .single-post-top-area .single-post-client {
    width: 600px;
}

.single .single-post-top-area .single-post-date {
    width: 200px;
    text-align: right;
}

.entry-content figure {
    width: 100%;
    text-align: center;
}
.wp-site-blocks {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--wp--preset--color--base);
    z-index: 99;
}

main {
    padding-top: 50px;
}

.wp-block-embed__wrapper {
    aspect-ratio: 16 / 9;
}

.wp-block-embed iframe {
    width: 100%;
    height: 100%;
  }



@media (min-width: 770px) {

  }
  
  @media (max-width: 1100px) {
  }
  
  @media (max-width: 770px) {
    .single-news .red-btn {
        display: none !important;
      }

      .single .single-post-top-area {
        height: 80px;
        font-size: 14px !important;
        width: 100%;
        background: #121212e6;
        margin: unset !important;
        padding: 10px 0 !important;
        right: 10.5px;
    }

    .single-post-info-wrap {
        display: block !important;
    }

    .single .single-post-top-area .single-post-client {
        width: 150px !important;
        text-align: right;
    }

    .single .single-post-top-area .single-post-date {
        width: unset !important;
    }

    html {
        height: 100% !important;
    }

    body {
        height: 100% !important;
    }

    .wp-site-blocks {
        height: 100% !important;
    }

    main.main {
        position: relative;
        height: calc(100% - 50px);
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: unset;
        overflow: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
      }
      
      main.main::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
      }
      

    .entry-content {
        margin-block-start: unset !important;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    header {
        position: unset;
    }

    .single .header-inner {
        height: 45px;
        padding-top: 5px !important;
    }

    .single .header-btn-area figure {
        margin-bottom: 2.5px !important;
    }

    .entry-content figure {
        line-height: 1;
    }
  }
  