/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#singleNews .detail {
  padding-bottom: max(15rem, 100px);
}
#singleNews .detail__wrapper {
  max-width: 1200px;
  padding: max(6.5rem, 30px) 5%;
  margin-bottom: max(10rem, 50px);
  background: #fff;
  border-radius: max(2rem, 15px);
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0px rgba(238, 245, 209, 0.8);
          box-shadow: 3px 3px 0px rgba(238, 245, 209, 0.8);
}
#singleNews .detail__header {
  padding-bottom: max(5.5rem, 30px);
  margin-bottom: max(5.5rem, 30px);
  border-bottom: max(0.1rem, 1px) solid #177e5d;
}
#singleNews .detail__header__title {
  margin-bottom: max(2rem, 15px);
  color: #177e5d;
  font-size: max(4.5rem, 26px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#singleNews .detail__header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 10px);
}
#singleNews .detail__header__meta time {
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#singleNews .detail__header__meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(0.5rem, 5px);
}
#singleNews .detail__header__meta ul li {
  padding: max(0.5rem, 5px) max(2rem, 10px);
  border-radius: 999px;
  font-size: max(1.3rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#singleNews .detail__header__meta ul li.category {
  color: #fff;
  background: #177e5d;
}
#singleNews .detail__header__meta ul li.tag {
  color: #000000;
  background: #e6e6e6;
}
#singleNews .detail__content__thumbnail {
  margin-bottom: max(5rem, 30px);
}
#singleNews .detail__content__text {
  color: #000000;
  font-size: max(1.8rem, 15px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
}
#singleNews .detail__content__text::after {
  content: "";
  display: block;
  clear: both;
}
#singleNews .detail__content__text > *:first-child {
  margin-top: 0;
}
#singleNews .detail__content__text > *:last-child {
  margin-bottom: 0;
}
#singleNews .detail__content__text p {
  margin-bottom: max(2.4rem, 18px);
}
#singleNews .detail__content__text h1,
#singleNews .detail__content__text h2,
#singleNews .detail__content__text h3,
#singleNews .detail__content__text h4,
#singleNews .detail__content__text h5,
#singleNews .detail__content__text h6 {
  color: #177e5d;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
#singleNews .detail__content__text h1:not(:first-child),
#singleNews .detail__content__text h2:not(:first-child),
#singleNews .detail__content__text h3:not(:first-child),
#singleNews .detail__content__text h4:not(:first-child),
#singleNews .detail__content__text h5:not(:first-child),
#singleNews .detail__content__text h6:not(:first-child) {
  margin-top: max(5rem, 35px);
}
#singleNews .detail__content__text h1:not(:last-child),
#singleNews .detail__content__text h2:not(:last-child),
#singleNews .detail__content__text h3:not(:last-child),
#singleNews .detail__content__text h4:not(:last-child),
#singleNews .detail__content__text h5:not(:last-child),
#singleNews .detail__content__text h6:not(:last-child) {
  margin-bottom: max(2rem, 15px);
}
#singleNews .detail__content__text h1 {
  padding-bottom: max(1.8rem, 12px);
  border-bottom: max(0.2rem, 2px) solid #177e5d;
  font-size: max(3.8rem, 25px);
}
#singleNews .detail__content__text h2 {
  position: relative;
  padding-left: max(2rem, 15px);
  font-size: max(3.2rem, 23px);
}
#singleNews .detail__content__text h2::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: max(0.5rem, 4px);
  height: 1.3em;
  border-radius: 999px;
  background: #177e5d;
}
#singleNews .detail__content__text h3 {
  padding-bottom: max(1rem, 8px);
  border-bottom: max(0.1rem, 1px) solid rgba(23, 126, 93, 0.35);
  font-size: max(2.6rem, 21px);
}
#singleNews .detail__content__text h4 {
  font-size: max(2.2rem, 18px);
}
#singleNews .detail__content__text h5,
#singleNews .detail__content__text h6 {
  font-size: max(1.9rem, 16px);
}
#singleNews .detail__content__text a {
  color: #177e5d;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#singleNews .detail__content__text a:hover {
  opacity: 0.7;
}
#singleNews .detail__content__text strong,
#singleNews .detail__content__text b {
  font-weight: 700;
}
#singleNews .detail__content__text em {
  font-style: italic;
}
#singleNews .detail__content__text small {
  font-size: 0.85em;
}
#singleNews .detail__content__text mark {
  padding: 0.1em 0.25em;
  background: rgba(238, 245, 209, 0.9);
}
#singleNews .detail__content__text ul,
#singleNews .detail__content__text ol {
  display: grid;
  gap: max(0.8rem, 6px);
  margin-bottom: max(2.8rem, 20px);
  padding-left: 1.5em;
}
#singleNews .detail__content__text ul ul,
#singleNews .detail__content__text ul ol,
#singleNews .detail__content__text ol ul,
#singleNews .detail__content__text ol ol {
  margin-top: max(0.8rem, 6px);
  margin-bottom: 0;
}
#singleNews .detail__content__text ul {
  list-style: disc;
}
#singleNews .detail__content__text ol {
  list-style: decimal;
}
#singleNews .detail__content__text li {
  padding-left: 0.25em;
}
#singleNews .detail__content__text blockquote,
#singleNews .detail__content__text .wp-block-quote,
#singleNews .detail__content__text .wp-block-pullquote {
  margin: max(4rem, 28px) 0;
  padding: max(2.5rem, 20px) max(3rem, 20px);
  border-left: max(0.5rem, 4px) solid #177e5d;
  border-radius: max(1rem, 10px);
  background: rgba(238, 245, 209, 0.45);
}
#singleNews .detail__content__text blockquote p,
#singleNews .detail__content__text .wp-block-quote p,
#singleNews .detail__content__text .wp-block-pullquote p {
  margin-bottom: max(1.5rem, 12px);
}
#singleNews .detail__content__text blockquote cite,
#singleNews .detail__content__text .wp-block-quote cite,
#singleNews .detail__content__text .wp-block-pullquote cite {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: max(1.4rem, 12px);
  line-height: 1.6;
  text-align: right;
}
#singleNews .detail__content__text .wp-block-pullquote {
  border-top: max(0.2rem, 2px) solid #177e5d;
  border-right: 0;
  border-bottom: max(0.2rem, 2px) solid #177e5d;
  border-left: 0;
  background: transparent;
  text-align: center;
}
#singleNews .detail__content__text hr,
#singleNews .detail__content__text .wp-block-separator {
  width: 100%;
  height: max(0.1rem, 1px);
  margin: max(5rem, 35px) 0;
  border: 0;
  background: rgba(23, 126, 93, 0.35);
}
#singleNews .detail__content__text img,
#singleNews .detail__content__text video {
  max-width: 100%;
  height: auto;
  border-radius: max(1rem, 10px);
}
#singleNews .detail__content__text figure,
#singleNews .detail__content__text .wp-block-image,
#singleNews .detail__content__text .wp-block-gallery,
#singleNews .detail__content__text .wp-block-video,
#singleNews .detail__content__text .wp-block-embed,
#singleNews .detail__content__text .wp-block-table {
  margin: max(4rem, 28px) 0;
}
#singleNews .detail__content__text figcaption,
#singleNews .detail__content__text .wp-caption-text,
#singleNews .detail__content__text .wp-element-caption {
  margin-top: max(1rem, 8px);
  color: rgba(0, 0, 0, 0.65);
  font-size: max(1.3rem, 11px);
  line-height: 1.7;
  text-align: center;
}
#singleNews .detail__content__text .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#singleNews .detail__content__text .alignleft,
#singleNews .detail__content__text .alignright {
  max-width: min(45%, 360px);
  margin-top: max(0.8rem, 6px);
  margin-bottom: max(2rem, 15px);
}
#singleNews .detail__content__text .alignleft {
  float: left;
  margin-right: max(3rem, 20px);
}
#singleNews .detail__content__text .alignright {
  float: right;
  margin-left: max(3rem, 20px);
}
@media screen and (max-width: 550px) {
  #singleNews .detail__content__text .alignleft,
  #singleNews .detail__content__text .alignright {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
#singleNews .detail__content__text .alignwide,
#singleNews .detail__content__text .alignfull {
  width: 100%;
  max-width: 100%;
}
#singleNews .detail__content__text .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(2rem, 12px);
}
#singleNews .detail__content__text .wp-block-gallery .wp-block-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 max(28rem, 180px);
          flex: 1 1 max(28rem, 180px);
  margin: 0;
}
#singleNews .detail__content__text .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: max(3rem, 20px);
  margin: max(4rem, 28px) 0;
}
#singleNews .detail__content__text .wp-block-column {
  min-width: 0;
}
#singleNews .detail__content__text .wp-block-media-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: max(3rem, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: max(4rem, 28px) 0;
}
@media screen and (max-width: 768px) {
  #singleNews .detail__content__text .wp-block-media-text {
    grid-template-columns: 1fr;
  }
}
#singleNews .detail__content__text .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #singleNews .detail__content__text .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#singleNews .detail__content__text .wp-block-media-text__media, #singleNews .detail__content__text .wp-block-media-text__content {
  min-width: 0;
}
#singleNews .detail__content__text table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: max(1.6rem, 14px);
  line-height: 1.7;
}
#singleNews .detail__content__text th,
#singleNews .detail__content__text td {
  padding: max(1.5rem, 12px);
  border: max(0.1rem, 1px) solid rgba(23, 126, 93, 0.25);
  vertical-align: top;
}
#singleNews .detail__content__text th {
  color: #fff;
  font-weight: 500;
  background: #177e5d;
}
#singleNews .detail__content__text .wp-block-table {
  overflow-x: auto;
}
#singleNews .detail__content__text code,
#singleNews .detail__content__text kbd {
  padding: 0.15em 0.35em;
  border-radius: max(0.4rem, 4px);
  background: rgba(0, 0, 0, 0.08);
  font-family: monospace;
  font-size: 0.9em;
}
#singleNews .detail__content__text pre,
#singleNews .detail__content__text .wp-block-code,
#singleNews .detail__content__text .wp-block-preformatted {
  overflow-x: auto;
  margin: max(3rem, 22px) 0;
  padding: max(2rem, 15px);
  border-radius: max(1rem, 10px);
  background: #f5f5f5;
  line-height: 1.7;
}
#singleNews .detail__content__text pre code,
#singleNews .detail__content__text .wp-block-code code,
#singleNews .detail__content__text .wp-block-preformatted code {
  padding: 0;
  background: transparent;
}
#singleNews .detail__content__text .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1.5rem, 12px);
  margin: max(4rem, 28px) 0;
}
#singleNews .detail__content__text .wp-block-button__link,
#singleNews .detail__content__text .wp-element-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: max(20rem, 180px);
  padding: max(1.4rem, 12px) max(3rem, 24px);
  border: max(0.2rem, 2px) solid #177e5d;
  border-radius: 999px;
  color: #fff;
  background: #177e5d;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: background 0.5s ease, color 0.5s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, opacity 0.5s ease;
}
#singleNews .detail__content__text .wp-block-button__link:hover,
#singleNews .detail__content__text .wp-element-button:hover {
  color: #177e5d;
  background: #fff;
  opacity: 1;
}
#singleNews .detail__content__text .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 8px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: max(3rem, 22px) 0;
  padding: max(2rem, 15px);
  border: max(0.1rem, 1px) solid rgba(23, 126, 93, 0.25);
  border-radius: max(1rem, 10px);
  background: rgba(238, 245, 209, 0.35);
}
#singleNews .detail__content__text .wp-block-file__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: max(0.8rem, 8px) max(1.8rem, 14px);
  border-radius: 999px;
  color: #fff;
  background: #177e5d;
  font-size: max(1.3rem, 12px);
  line-height: 1.5;
  text-decoration: none;
}
#singleNews .detail__content__text details,
#singleNews .detail__content__text .wp-block-details {
  margin: max(3rem, 22px) 0;
  padding: max(2rem, 15px);
  border: max(0.1rem, 1px) solid rgba(23, 126, 93, 0.25);
  border-radius: max(1rem, 10px);
  background: #fff;
}
#singleNews .detail__content__text details summary,
#singleNews .detail__content__text .wp-block-details summary {
  color: #177e5d;
  font-weight: 500;
  cursor: pointer;
}
#singleNews .detail__content__text iframe {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 0;
}
#singleNews .detail__content__text .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: max(1rem, 10px);
}
#singleNews .detail__content__text .is-style-rounded img {
  border-radius: 999px;
}
#singleNews .detail__btnBox {
  width: 80%;
}
@media screen and (max-width: 550px) {
  #singleNews .detail__btnBox {
    width: 90%;
  }
}
#singleNews .detail__btnBox .btn {
  margin: 0 auto;
}/*# sourceMappingURL=single-news.css.map */