/* <-------- SINGLE POST PAGE STYLES  ---------> */

.entry-header {
  display: flex;
  justify-content: space-between;
max-height: 90vh;
    align-items: center;
}
.entry-left-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 55%;
  padding-left: 80px;
  padding-top: 50px;
}
.entry-left-col .back-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "ABC Favorit Variable";
  font-size: 18px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 30px;
  color: #005ad3;
}
.entry-category {
  font-family: "ABC Favorit Variable";
  font-size: 16px;
  font-weight: 350;
  line-height: 16px;
  text-align: left;
  color: #005ad3;
}
.entry-title {
  font-family: "Elizeth";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #03033a;
}
.entry-meta {
  display: none;
}
.entry-description {
  font-family: "ABC Favorit Variable";
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  text-align: left;
  color: #03033a;
  width: 80%;
}
.entry-right-col {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.entry-thumbnail img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.entry-content {
  padding: 80px;
  display: flex;
  gap: 100px;
}
.entry-content-inner h3 {
    font-family: 'Elizeth';
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

.entry-content-inner span strong {
  font-family: "Elizeth";
  font-size: 36px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  color: #03033a;
}
.entry-content-inner p {
  font-family: "ABC Favorit Variable";
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  text-align: left;
  color: #03033a;
  margin: 15px 0;
}
.entry-content-inner p strong {
  font-weight: 500;
}
.entry-content-inner p a {
  color: #005ad3;
  text-decoration: underline;
}
.entry-content-inner blockquote {
  font-family: "ABC Favorit Variable";
  font-size: 24px;
  font-weight: 350;
  line-height: 36px;
  text-align: left;
  color: #03033a;
  margin: 30px 0;
  padding-left: 30px;
  border-left: 4px solid #005ad3;
}
.entry-content-inner ul {
  margin: 20px 0;
}
.entry-content-inner ul li {
  margin: 10px;
  list-style: outside;
  font-family: "ABC Favorit Variable";
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  text-align: left;
  color: #03033a;
}
.entry-content-inner ul li::marker {
  color: #005ad3; /* Change this to your desired color */
}

.entry-sidebar-widgets {
  min-width: 420px;
}

.follow-us-widget {
  background-color: #eeeff550;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.follow-us-widget span {
  font-family: "Elizeth";
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #03033a;
  padding-bottom: 20px;
  border-bottom: 1px solid #03033a10;
}
.follow-us-widget .social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wp-block-heading {
  font-family: 'Elizeth';
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
.wp-block-heading strong{
    font-family: 'Elizeth';
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

@media (max-width: 1280px) {
  .entry-header {
    flex-direction: column;
  }
  .entry-right-col {
    width: 100%;
  }
  .entry-left-col {
    width: 100%;
    padding: 50px 40px 0 40px;
  }
  .entry-title {
    font-size: 35px;
    line-height: 40px;
  }
  .entry-thumbnail {
    width: 100%;
  }

  /* second sec start */
  .entry-content {
    padding: 60px;
    flex-direction: column;
    gap: 60px;
  }
  .entry-content-inner h3 {
    font-family: "Elizeth";
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
  }

  .entry-content-inner span strong {
    font-family: "Elizeth";
    font-size: 36px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    color: #03033a;
  }
  .entry-content-inner p {
    font-family: "ABC Favorit Variable";
    font-size: 18px;
    font-weight: 350;
    line-height: 30px;
    text-align: left;
    color: #03033a;
    margin: 15px 0;
  }
  .entry-content-inner p strong {
    font-weight: 500;
  }
  .entry-content-inner p a {
    color: #005ad3;
    text-decoration: underline;
  }
  .entry-content-inner blockquote {
    font-family: "ABC Favorit Variable";
    font-size: 24px;
    font-weight: 350;
    line-height: 36px;
    text-align: left;
    color: #03033a;
    margin: 30px 0;
    padding-left: 30px;
    border-left: 4px solid #005ad3;
  }
  .entry-content-inner ul {
    margin: 20px 0;
  }
  .entry-content-inner ul li {
    margin: 10px;
    list-style: outside;
    font-family: "ABC Favorit Variable";
    font-size: 18px;
    font-weight: 350;
    line-height: 30px;
    text-align: left;
    color: #03033a;
  }
  .entry-content-inner ul li::marker {
    color: #005ad3; /* Change this to your desired color */
  }

  .entry-sidebar-widgets {
    min-width: 420px;
  }

  .follow-us-widget {
    background-color: #eeeff550;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .follow-us-widget span {
    font-family: "Elizeth";
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #03033a;
    padding-bottom: 20px;
    border-bottom: 1px solid #03033a10;
  }
  .follow-us-widget .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

@media (max-width: 780px) {
  .entry-header {
    flex-direction: column;
  }
  .entry-right-col {
    width: 100%;
  }
  .entry-left-col {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
  .entry-title {
    font-size: 28px;
    line-height: 35px;
  }
  .entry-thumbnail {
    width: 100%;
  }

  /* second sec start */
  .entry-content {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .entry-content-inner h3 {
    font-family: "Elizeth";
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
  }

  .entry-content-inner ul li::marker {
    color: #005ad3; /* Change this to your desired color */
  }

  .entry-sidebar-widgets {
    min-width: 300px;
  }

  .follow-us-widget {
    background-color: #eeeff550;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .follow-us-widget span {
    font-family: "Elizeth";
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #03033a;
    padding-bottom: 20px;
    border-bottom: 1px solid #03033a10;
  }
  .follow-us-widget .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
/* <-------- SINGLE POST PAGE RESPONSIVE ---------> */
