/* News Read Section */
.bokai_news_read_main {
  padding: var(--section-padding) 0;
}

/* Breadcrumb Navigation */
.bokai_news_read_main .bokai-news-read-breadcrumb {
  align-items: center;
  gap: 4px;
  /* flex-wrap: wrap; */
  margin-bottom: 5rem;
  word-break: break-all;
}

.bokai_news_read_main .bokai-news-read-breadcrumb a,
.bokai_news_read_main .bokai-news-read-breadcrumb span {
  display: contents;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--color-primary);
  text-transform: capitalize;
  flex-shrink: 0;
}

.bokai_news_read_main .bokai-news-read-breadcrumb a:hover {
  text-decoration: underline;
}

.bokai_news_read_main .bokai-news-read-breadcrumb-sep {
  display: flex;
  align-items: center;
}

.bokai_news_read_main .bokai-news-read-breadcrumb-sep svg {
  color: var(--color-primary);
}

.bokai_news_read_main .bokai-news-read-breadcrumb-current {
  color: var(--text-color) !important;
}

/* Main Layout */
.bokai_news_read_main .bokai-news-read-wrapper {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

.bokai_news_read_main .bokai-news-read-main {
  flex: 1;
  min-width: 0;
  background-color: #fff;
}

.bokai_news_read_main .bokai-news-read-sidebar {
  width: 23.75rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Article Title */
.bokai_news_read_main .bokai-news-read-title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  line-height: 1.125;
  color: var(--title-text-color);
  font-weight: 700;
  margin-bottom: 2.5rem;
}

/* Article Meta */
.bokai_news_read_main .bokai-news-read-meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}

.bokai_news_read_main .bokai-news-read-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bokai_news_read_main .bokai-news-read-meta-item svg {
  color: #9b9b9b;
}

.bokai_news_read_main .bokai-news-read-meta-item span {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: #9b9b9b;
}

.bokai_news_read_main .bokai-news-read-meta-social {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.bokai_news_read_main .bokai-news-read-social-btn {
  width: max(2.25rem, 30px);
  height: max(2.25rem, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.bokai_news_read_main .bokai-news-read-social-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Article Content */
.bokai_news_read_main .bokai-news-read-content {
  /* padding: 40px 0; */
}

.bokai_news_read_main .bokai-news-read-content p {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 24px;
}

.bokai_news_read_main .bokai-news-read-content h1,
.bokai_news_read_main .bokai-news-read-content h2,
.bokai_news_read_main .bokai-news-read-content h3,
.bokai_news_read_main .bokai-news-read-content h4,
.bokai_news_read_main .bokai-news-read-content h5,
.bokai_news_read_main .bokai-news-read-content h6 {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 1.222;
  color: var(--title-text-color);
  margin-top: 40px;
  margin-bottom: 24px;
}

/* .bokai_news_read_main .bokai-news-read-content img {
  margin: 40px 0;
  border-radius: 16px;
  max-width: 100%;
} */

/* Pagination */
.bokai_news_read_main .bokai-news-read-navigation {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 5rem;
}

.bokai_news_read_main .bokai-news-read-nav-item {
  background-color: #f8f8f8;
  padding: 1.25rem;
  display: block;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.bokai_news_read_main .bokai-news-read-nav-content {
  display: grid;
  grid-template-columns: auto 1px auto;
  gap: 1.25rem;
  width: 100%;
  align-items: center;
}

.bokai_news_read_main .bokai-news-read-nav-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

.bokai_news_read_main .bokai-news-read-nav-header svg {
  color: var(--text-color);
}

.bokai_news_read_main .bokai-news-read-nav-divider {
  width: 1px;
  height: 29px;
  background-color: #ccc;
}

.bokai_news_read_main .bokai-news-read-nav-next .bokai-news-read-nav-header,
.bokai_news_read_main .bokai-news-read-nav-prev .bokai-news-read-nav-header {
  justify-content: flex-end;
}

.bokai_news_read_main .bokai-news-read-nav-label {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  line-height: 1.25;
  color: var(--text-color);
}

.bokai_news_read_main .bokai-news-read-nav-title {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 400;
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Sidebar - Latest Articles */
.bokai_news_read_main .bokai-news-read-latest {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 16px;
}

.bokai_news_read_main .bokai-news-read-sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #9b9b9b;
}

.bokai_news_read_main .bokai-news-read-sidebar-header h4 {
  font-weight: 400;
}

.bokai_news_read_main .bokai-news-read-sidebar-header svg {
  flex-shrink: 0;
  color: var(--color-primary);
  stroke-width: 3;
}

.bokai_news_read_main .bokai-news-read-sidebar-header h3 {
  font-family: var(--title-font-family);
  line-height: 1.25;
  color: var(--title-text-color);
  font-weight: 400 !important;
}

.bokai_news_read_main .bokai-news-read-latest-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.bokai_news_read_main .bokai-news-read-latest-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #9b9b9b;
}

.bokai_news_read_main
  .bokai-news-read-latest-item:hover
  .bokai-news-read-latest-content
  h4 {
  color: var(--color-primary);
}

.bokai_news_read_main .bokai-news-read-latest-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bokai_news_read_main .bokai-news-read-latest-content h4 {
  font-family: var(--title-font-family);
  line-height: 1.25;
  font-weight: 400 !important;
  color: var(--title-text-color);
  transition: color 0.3s ease;
}

.bokai_news_read_main .bokai-news-read-latest-content span {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  line-height: 1.25;
  color: #9b9b9b;
}

.bokai_news_read_main .bokai-news-read-divider {
  width: 100%;
  height: 1px;
  background-color: #eee;
}

/* Sidebar - CTA Newsletter */

.bokai-news-read-cta {
  background: rgba(121, 232, 163, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.bokai_news_read_main .bokai-news-read-cta-form {
  padding: 2.5rem;
}

.bokai_news_read_main .bokai-news-read-cta-form .container {
  padding: 0;
}

.bokai-news-read-cta .input-label {
  display: none;
}

.bokai-news-read-cta .char-count {
  display: none;
}

.bokai-news-read-cta .row {
  margin: 0px !important;
}

.bokai-news-read-cta .inqury_title_box {
  padding: 0px !important;
}

.bokai-news-read-cta .inqury_title_text {
  font-family: var(--font-family);
  font-size: var(--font-size-h3);
  font-weight: 700;
}

.bokai-news-read-cta .inqury_titl_desc {
  font-family: var(--font-family);
  font-size: var(--font-size-md) !important;
  font-weight: 400;
  line-height: 150%;
}

.bokai_news_read_main .bokai-news-read-cta-form [class*='col-lg-'],
.bokai_news_read_main .bokai-news-read-cta-form .input-wrap {
  padding: 0px !important;
  margin: 0px !important;
}

.bokai_news_read_main .bokai-news-read-cta-form .inqury-form.form {
  padding-top: 2.5rem;
}

.bokai_news_read_main .bokai-news-read-cta-form .input-wrap-box input {
  padding: 0 1.25rem;
  font-size: var(--font-size-md);
  height: 4.25rem;
  border-radius: 8px;
  outline: none;
  border: none;
}

.bokai_news_read_main .bokai-news-read-cta-form .inqury_submit {
  border-radius: 48px !important;
  display: inline-block;
  padding: 1.25rem 2.5rem;
  line-height: 1.14;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--font-size-md);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  width: 100%;
  margin-top: 2.5rem;
}

/* Responsive */
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px) {
  /* .bokai-news-read-sidebar {
    display: none !important;
  } */

  .bokai_news_read_main .bokai-news-read-wrapper {
    flex-direction: column;
  }
  .bokai_news_read_main .bokai-news-read-sidebar {
    width: 100%;
    border-top: 1px solid rgba(177, 177, 177, 0.7);
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
}
