.breadcrumb-single {
  position: relative;
  color: #222;
}

.breadcrumb-single .bresdcrumb {
  font-family: "GMV_DIN_Pro", sans-serif;
  color: inherit;
  padding: 24px 0 0;
}

.breadcrumb-single .bresdcrumb a,
.breadcrumb-single .bresdcrumb i {
  color: inherit;
}

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

.breadcrumb-single .bresdcrumb span {
  color: #cd1e25;
}

.flex-content-single {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.flex-content-single .content_left {
  width: calc(70% - 16px);
  box-shadow: 0 1px 2px 0 rgb(0 0 0/30%);
  padding: 32px;
  border-radius: 10px;
}

.flex-content-single .sidebar-post {
  width: calc(30% - 16px);
  position: sticky;
  top: 0;
  
}

.sidebar-post-post{
  box-shadow: 0 1px 2px 0 rgb(0 0 0/30%);
  padding: 24px;
  border-radius: 10px;
}

@media (max-width: 1240px) {
  .flex-content-single .content_left {
    width: 100%;
  }
  .flex-content-single .sidebar-post {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-content-single .sidebar-post .sidebar-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: auto hidden;
    gap: 32px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }
}
@media (max-width: 1240px) and (max-width: 768px) {
  .flex-content-single .sidebar-post .sidebar-content {
    gap: 16px;
  }
}
@media (max-width: 1240px) and (max-width: 480px) {
  .flex-content-single .sidebar-post .sidebar-content {
    flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .flex-content-single .sidebar-post .sidebar-content::-webkit-scrollbar-thumb {
    width: 8px;
    height: 8px;
    background-color: #e5e5e5;
    border-radius: 100px;
  }
  .flex-content-single .sidebar-post .sidebar-content::-webkit-scrollbar {
    height: 8px;
    width: 8px;
  }
  .flex-content-single .sidebar-post .sidebar-content .post-item {
    width: 358px;
    flex-shrink: 0;
  }
}
@media (max-width: 1240px) and (max-width: 480px) {
  .flex-content-single .sidebar-post .sidebar-content .post-item {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .flex-content-single .sidebar-post .sidebar-content .post-item:last-child {
    margin-right: 0;
  }
}
.detailpage_post {
  position: relative;
}

.detailpage_post h1,
.detailpage_post h2,
.detailpage_post h3,
.detailpage_post h4,
.detailpage_post h5,
.detailpage_post h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
}

.detailpage_post b,
.detailpage_post strong,
.detailpage_post p {
  font-family: inherit;
}

.detailpage_post img {
  display: block;
  margin: 1em auto;
}

.detailpage_post .post-date {
  position: relative;
  font-size: 14px;
  margin-bottom: 12px;
}

.detailpage_post .label-new-post {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  font-size: 14px;
  padding: 3px 10px 0;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
}

.detailpage_post .single-title {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  font-family: "GMV_DIN_Pro", sans-serif;
  font-weight: 700;
}

.sidebar-post {
  position: relative;
}

.sidebar-post .sidebar-title {
  font-size: 24px;
  font-family: "GMV_DIN_Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}

.post-item {
  position: relative;
    /* display: flex
; */
    text-decoration: none;
    color: #222;
    margin-bottom: 18px;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.post-excerpt {
  display: none;
}

.post-item:last-child {
  margin-bottom: 0;
}

.post-item:hover {
  color: #00578a;
}

.post-item:hover .post-thumbnail img {
  transform: scale(1.035);
}

.post-item .post-thumbnail {
  width: 100%;
    border-radius: 10px;
    overflow: hidden;
    /* height: 214px; */
    margin-bottom: 16px;
    aspect-ratio: 1.5;
}

@media (max-width: 480px) {
  .post-item .post-thumbnail {
    height: 180px;
    border-radius: 16px;
  }
}
.post-item .post-thumbnail img {
  width: 100%;
  /* height: 100%; */
  margin: 0;
  transition: 0.4s ease-out;
  aspect-ratio: 1.5;
}

.post-item .post-date {
  margin-bottom: 0px;
    display: flex
;
    align-items: center;
}

.post-item .post-title {
  margin-bottom: 8px;
  font-family: "GMV_DIN_Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

/*# sourceMappingURL=single.css.map */