.ks-blog-single {
  background: #fff;
}

.ks-breadcrumb-wrap {
  padding: 24px 0 20px;
}

.ks-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.ks-breadcrumb a {
  color: #0c5362;
  text-decoration: none;
  transition: opacity 0.3s;
}

.ks-breadcrumb a:hover {
  opacity: 0.7;
}

.ks-breadcrumb .ks-bc-sep {
  display: inline-flex;
  align-items: center;
  color: #0c5362;
}

.ks-breadcrumb .ks-bc-sep svg {
  width: 16px;
  height: 16px;
}

.ks-breadcrumb .ks-bc-current {
  color: #454753;
  font-weight: 400;
}

.ks-blog-layout {
  display: flex;
  gap: 61px;
  align-items: flex-start;
  padding-bottom: 64px;
}

.ks-blog-main {
  flex: 1;
  min-width: 0;
  max-width: 794px;
}

.ks-blog-sidebar {
  width: 452px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: sticky;
  top: 158px;
}

.ks-post-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.ks-post-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 54.6px;
  color: #18181b;
  margin: 0;
}

.ks-post-meta {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #454753;
  flex-wrap: wrap;
}

.ks-post-meta .ks-meta-sep {
  margin: 0 10px;
  color: #454753;
}

.ks-post-meta .ks-meta-views {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  background: #fff;
}

.ks-post-meta .ks-meta-views svg {
  width: 16px;
  height: 16px;
  color: #454753;
}

.ks-post-meta .ks-meta-views span {
  font-size: 14px;
  font-weight: 500;
  color: #51535d;
  text-transform: uppercase;
}

.ks-divider {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin-bottom: 22px;
  border: none;
}

.ks-featured-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}

.ks-featured-img img {
  width: 100%;
  height: 424px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.ks-post-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.ks-post-content .ks-content-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ks-post-content .ks-content-body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #454753;
  margin: 0;
  padding: 1px;
}

.ks-post-content .ks-content-body h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: #18181b;
  margin: 0;
}

.ks-post-content .ks-content-body h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #18181b;
  margin: 0;
}

.ks-post-content .ks-content-body a {
  color: #0c5362;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ks-post-content .ks-content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 8px 0;
}

.ks-post-content .ks-content-body ul,
.ks-post-content .ks-content-body ol {
  padding-left: 24px;
  margin: 0;
}

.ks-post-content .ks-content-body li {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #454753;
  margin-bottom: 4px;
}

.ks-post-content .ks-content-body blockquote {
  border-left: 4px solid #0c5362;
  background: #f5f6f8;
  padding: 20px 24px;
  margin: 8px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #454753;
}

.ks-post-content .ks-content-body pre {
  background: #1a1a2e;
  color: #e8e8e8;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 8px 0;
  font-size: 14px;
}

.ks-post-content .ks-content-body code {
  background: #f5f6f8;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 15px;
  color: #0c5362;
}

.ks-post-content .ks-content-body pre code {
  background: none;
  color: #e8e8e8;
  padding: 0;
}

.ks-post-content .ks-content-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
  border-radius: 8px;
  overflow: hidden;
}

.ks-post-content .ks-content-body th,
.ks-post-content .ks-content-body td {
  padding: 12px 16px;
  border: 1px solid #e7e7e7;
  text-align: left;
  font-size: 16px;
}

.ks-post-content .ks-content-body th {
  background: #f5f6f8;
  font-weight: 600;
  color: #18181b;
}

.ks-cta-inline {
  background: #e0f3fa;
  border-radius: 16px;
  padding: 32px;
}

.ks-cta-inline .ks-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ks-cta-inline .ks-cta-texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-cta-inline .ks-cta-texts h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #18181b;
  margin: 0;
}

.ks-cta-inline .ks-cta-texts p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #212226;
  margin: 0;
}

.ks-cta-buttons {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ks-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c5362;
  color: #fff;
  padding: 18px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.ks-cta-btn-primary:hover {
  background: #0a4552;
  color: #fff;
}

.ks-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #727378;
  padding: 18px 32px;
  border: 1px solid #0c5362;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.ks-cta-btn-outline:hover {
  background: #f5f6f8;
  color: #454753;
}

.ks-author-box {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ks-author-box .ks-author-label {
  font-size: 14px;
  font-weight: 500;
  color: #0c5362;
  text-transform: uppercase;
  margin: 0;
}

.ks-author-box .ks-author-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-author-top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ks-author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.ks-author-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ks-author-name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 1px;
}

.ks-author-role {
  font-size: 14px;
  font-weight: 500;
  color: #464646;
  margin: 0;
}

.ks-author-bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #454753;
  margin: 0;
  padding: 1px;
}

.ks-author-bio strong {
  font-weight: 600;
}

.ks-share-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-share-section .ks-share-label {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f41;
  margin: 0;
}

.ks-share-icons {
  display: flex;
  gap: 4px;
  align-items: center;
}

.ks-share-icons a {
  display: inline-block;
  width: 27px;
  height: 25px;
  transition: opacity 0.3s;
}

.ks-share-icons a:hover {
  opacity: 0.7;
}

.ks-share-icons a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ks-comment-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0;
  background: #fff;
  border-radius: 8px;
}

.ks-comment-section h3 {
  font-size: 24px;
  font-weight: 500;
  color: #2d343f;
  margin: 0;
}

.ks-comment-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-comment-row {
  display: flex;
  gap: 16px;
}

.ks-comment-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ks-comment-field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #59667a;
}

.ks-comment-field input,
.ks-comment-field textarea {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  box-sizing: border-box;
}

.ks-comment-field input::placeholder,
.ks-comment-field textarea::placeholder {
  color: #c5d2e7;
}

.ks-comment-field input:focus,
.ks-comment-field textarea:focus {
  border-color: #0c5362;
}

.ks-comment-field textarea {
  min-height: 96px;
  resize: vertical;
}

.ks-comment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c5362;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: background 0.3s;
  height: 40px;
  width: fit-content;
}

.ks-comment-submit:hover {
  background: #0a4552;
}

.ks-sidebar-form {
  background: #fff;
  border: 1px solid #d1d2d7;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
  margin: 0 auto;
}

.ks-sidebar-form h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #18181b;
  margin: 0;
}

.ks-sidebar-form .ks-form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ks-form-group label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #454753;
  padding: 1px 4px;
}

.ks-form-group input,
.ks-form-group textarea {
  background: #fff;
  border: 1px solid #d1d2d7;
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  box-sizing: border-box;
}

.ks-form-group input::placeholder,
.ks-form-group textarea::placeholder {
  color: #8c8f9e;
}

.ks-form-group input:focus,
.ks-form-group textarea:focus {
  border-color: #0c5362;
}

.ks-form-group textarea {
  height: 86px;
  resize: vertical;
}

.ks-phone-group .ks-phone-input-wrap {
  display: flex;
}

.ks-phone-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #d1d2d7;
  border-radius: 8px 0 0 8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #43444b;
  cursor: pointer;
  white-space: nowrap;
  height: 40px;
  box-sizing: border-box;
}

.ks-phone-prefix svg {
  width: 12px;
  height: 12px;
  color: #43444b;
}

.ks-phone-group .ks-phone-input-wrap input {
  border-radius: 0 8px 8px 0;
  border-left: none;
}

.ks-captcha-row {
  display: flex;
  gap: 24px;
  align-items: center;
}

.ks-captcha-row .ks-captcha-question {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #363636;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ks-captcha-row .ks-captcha-question .ks-captcha-refresh {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.ks-captcha-row .ks-captcha-answer {
  flex: 1;
}

.ks-captcha-row .ks-captcha-answer input {
  background: #fff;
  border: 1px solid #e8e8e9;
  border-radius: 8px;
  height: 40px;
}

.ks-sidebar-form .ks-form-submit {
  background: #0c5362;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0;
  height: 56px;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ks-sidebar-form .ks-form-submit:hover {
  background: #0a4552;
}

.ks-popular-topics {
  background: rgba(240, 244, 251, 0.2);
  border: 1px solid #f5f6f8;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-popular-topics h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 48px;
  color: #18181b;
  margin: 0;
  height: 32px;
  display: flex;
  align-items: center;
}

.ks-popular-topics .ks-topics-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ks-popular-topics .ks-topics-list li {
  background: #f5f6f8;
  border-radius: 4px;
  padding: 8px 16px;
}

.ks-popular-topics .ks-topics-list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #212226;
  text-decoration: none;
  display: block;
}

.ks-popular-topics .ks-topics-list li a:hover {
  color: #0c5362;
}

.ks-sidebar-cta {
  background: #e0f3fa;
  border-radius: 16px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.ks-sidebar-cta h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #18181b;
  margin: 0;
}

.ks-sidebar-cta p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #212226;
  margin: 0;
}

.ks-sidebar-cta .ks-sidebar-cta-btn {
  background: #0c5362 !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 0;
  height: 56px;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ks-sidebar-cta .ks-sidebar-cta-btn:hover {
  background: #0a4552;
  color: #fff;
  box-shadow: 0 4px 15px rgba(10, 69, 82, 0.4);
  transform: translateY(-2px);
}

.ks-related-blogs {
  background: #efeaf5;
  padding: 64px 0;
}

.ks-related-blogs .ks-related-header {
  text-align: center;
  margin-bottom: 40px;
}

.ks-related-blogs .ks-related-header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #212121;
  margin: 0 0 16px;
}

.ks-related-blogs .ks-related-header p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

.ks-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.ks-related-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ks-related-card .ks-related-img {
  width: 100%;
  height: 222px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.ks-related-card .ks-related-img img {
  width: 100%;
  height: 100% !important;
  display: block;
}

.ks-related-card .ks-related-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ks-related-card .ks-related-info h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #323232;
  margin: 0;
}

.ks-related-card .ks-related-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #212121;
  text-decoration: none;
}

.ks-related-card .ks-related-link:hover {
  color: #0c5362;
}

.ks-related-card .ks-related-link svg {
  width: 24px;
  height: 24px;
}

.ks-related-more {
  text-align: center;
}

.ks-related-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c5362;
  color: #fff;
  padding: 18px 32px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}

.ks-related-more a:hover {
  background: #0a4552;
  color: #fff;
}

@media (max-width: 1199px) {
  .ks-blog-layout {
    gap: 32px;
  }

  .ks-blog-sidebar {
    width: 380px;
    top: 222px;
  }

  .ks-post-title {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 991px) {
  .ks-blog-layout {
    flex-direction: column;
  }

  .ks-blog-sidebar {
    width: 100%;
  }

  .ks-blog-main {
    max-width: 100%;
  }

  .ks-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ks-blog-layout {
    padding: 0;
  }

  .ks-related-blogs {
    padding: 32px 0;
  }

  .ks-post-title {
    font-size: 28px;
    line-height: 38px;
  }

  .ks-post-meta {
    font-size: 14px;
    flex-wrap: wrap;
    gap: 4px;
  }

  .ks-post-meta .ks-meta-views {
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }

  .ks-featured-img img {
    height: 240px;
  }

  .ks-cta-inline {
    padding: 24px;
  }

  .ks-cta-inline .ks-cta-texts h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .ks-cta-buttons {
    flex-direction: column;
  }

  .ks-cta-btn-primary,
  .ks-cta-btn-outline {
    width: 100%;
    justify-content: center;
  }

  .ks-comment-row {
    flex-direction: column;
  }

  .ks-related-grid {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  .ks-related-blogs .ks-related-header h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .ks-sidebar-cta h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .ks-author-bio {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .ks-divider {
    display: none;
  }

  .ks-post-header {
    margin-bottom: 24px;
    gap: 16px;
  }

  .ks-post-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ks-featured-img img {
    height: 200px;
  }

  .ks-post-content .ks-content-body p {
    font-size: 18px;
    line-height: 32px;
  }

  .ks-post-content .ks-content-body h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .ks-cta-inline .ks-cta-texts h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .ks-post-content .ks-content-body {
    gap: 12px;
  }

  .ks-blog-sidebar {
    gap: 24px;
  }
}

.pvc_stats.pvc_load_by_ajax_update.all,
.pvc_clear,
body .pvc_stats .pvc-stats-icon {
  display: none;
}

.navigation.post-navigation {
  margin: 0;
}
