.post-banner {
  padding: 0px 15px 32px 15px;
  @media (max-width: 780px) {
    height: 480px;
  }
  & .heroe-banner-inner {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 32px;
    @media (max-width: 1060px) {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 24px;
    }
    & .post-date {
      width: 150px;
      background-color: #9a9a9a4d;
      color: #ffffff;
      border-radius: 4px;
      font-family: "Inter-Display", sans-serif;
      padding: 10px 14px;
    }
    & h1 {
      font-family: "Playfair-Display", sans-serif;
      font-size: 56px;
      font-weight: 400;
      @media (max-width: 780px) {
        font-size: 36px;
        max-width: 440px;
      }
      @media (max-width: 580px) {
        font-size: 28px;
        max-width: 100%;
      }
    }
    & .button-icons-container {
      margin-bottom: 0px !important;
      @media (max-width: 780px) {
        display: none;
      }
    }
  }
}
.vinkehouse-news-container {
  padding: 0px 15px;
  max-width: 712px;
  margin: 0 auto;
  margin-top: 48px;
  & h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Playfair-Display", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #070707;
    @media (max-width: 780px) {
      font-size: 28px;
    }
  }
  & p,
  ul,
  li {
    font-family: "Inter-Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
  }
  & a {
    font-family: "Inter-Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #070707;
  }
}
.single-post-objects-container {
  padding: 0px 15px;
  margin-top: 225px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  @media (max-width: 680px) {
    margin-top: 120px;
  }
  & .single-post-title-btn {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;

    & h3 {
      font-family: "Playfair-Display", sans-serif;
      font-size: 56px;
      font-weight: 400;
      margin: 0;
      @media (max-width: 680px) {
        font-size: 30px;
      }
    }
    & a.destop {
      width: 227px;
      @media (max-width: 900px) {
        display: none;
      }
    }
  }
  & .object-archive-grid-single-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    @media (max-width: 1200px) {
      grid-template-columns: 1fr;
    }
    & .object-item {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 16px;
      text-decoration: none;
      width: 100%;
      & .object-content {
        & .images-container {
          position: relative;
          & img {
            width: 100%;
            object-fit: cover;
            height: 480px;
            border-radius: 8px;
            @media (max-width: 1160px) {
              height: 420px;
            }
            @media (max-width: 860px) {
              height: 390px;
            }
            @media (max-width: 580px) {
              height: 365px;
            }
          }
          & .sold-object {
            position: absolute;
            left: 10px;
            bottom: 10px;
            font-family: "Inter-Display", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            padding: 10px 14px;
            background-color: #9a9a9a4d;
            border-radius: 4px;
          }
        }
        & .item-title {
          display: flex;
          align-items: center;
          gap: 24px;
          justify-content: space-between;
          margin-top: 28px;
          @media (max-width: 780px) {
            flex-direction: column;
            align-items: flex-start;
            margin-top: 16px;
          }
          & h3 {
            font-family: "Playfair-Display", sans-serif;
            font-size: 36px;
            font-weight: 400;
            color: #070707;
            margin: 0;
            text-decoration: none;
            @media (max-width: 780px) {
              order: 2;
            }
            @media (max-width: 580px) {
              font-size: 26px;
            }
          }
          & p.address {
            font-family: "Inter-Display", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #181811;
            margin-bottom: 0px;
            display: flex;
            gap: 6px;
            @media (max-width: 780px) {
              order: 1;
              display: flex;
              gap: 10px;
              align-items: center;
            }
          }
        }
      }
      & .load-bar-section {
        margin-top: 48px;
        @media (max-width: 780px) {
          margin-top: 36px;
        }
        & .load-bar-container {
          width: 100%;
          background-color: #ddd;
          border-radius: 8px;
          height: 20px;
          margin-bottom: 10px;
          position: relative;
          & .load-bar-background {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #ddd;
            border-radius: 8px;
            overflow: hidden;
            & .load-bar-fill {
              height: 100%;
              background-color: #566955;
              border-radius: 8px;
              position: absolute;
              top: 0;
              left: 0;
              transition: width 1s ease;
            }
          }
        }
        & .loadbar-text-container {
          display: flex;
          justify-content: space-between;
          & p {
            font-family: "Inter-Display", sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #181811;
            margin-top: 16px;
            margin-bottom: 0px;
          }
          & p:last-child {
            font-family: "Inter-Display", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #181811;
            margin-top: 16px;
            margin-bottom: 0px;
          }
        }
      }
    }
  }
  & a.mobile {
    width: 100%;
    max-width: 100%;
    @media (min-width: 901px) {
      display: none;
    }
  }
}
