.employee-section .employee-slide-content h1,
.employee-section .employee-slide-content h2,
.employee-section .employee-slide-content h3,
.employee-section .employee-slide-content h4,
.employee-section .employee-slide-content h5,
.employee-section .employee-slide-content h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.3;
  color: #2c312f;
}

.employee-section .employee-slide-content p {
  margin: 0 0 10px;
  color: #4f5753;
  line-height: 1.7;
  font-size: 13px;
}

.employee-section .employee-slide-content ul,
.employee-section .employee-slide-content ol {
  margin: 0;
  padding-left: 18px;
}

.employee-section .employee-slide-content li {
  margin: 0 0 7px;
  color: var(--color-neutral-500);
  font-size: 13px;
  line-height: 1.7;
}

.employee-section .employee-slide-content li:last-child {
  margin-bottom: 0;
}

.employee-section .employee-slide-content ul li::marker {
  color: var(--color-neutral-500);
}

.employee-section .employee-slide-content .employee-main-title {
  margin-bottom: 14px;
  color: var(--color-neutral-950);
  font-size: 34px;
  line-height: 1.2;
}

.employee-section .employee-slide-content .employee-main-title strong,
.employee-section .employee-slide-content .employee-main-title em {
  color: var(--color-primary-500);
}

.employee-section .employee-slide-content .employee-two-col {
  margin-top: 0;
  gap: 0;
  border: 1px solid var(--color-neutral-200);
}

.employee-section .employee-slide-content .employee-two-col > .wp-block-column {
  padding: 12px 14px;
  margin-top: 0 !important;
}

.employee-section .employee-slide-content .employee-two-col > .wp-block-column:first-child {
  border-right: 1px solid var(--color-neutral-200);
}

.employee-section .employee-slide-content .employee-sub-title {
  margin: 0 0 10px;
  color: var(--color-primary-500);
  font-size: 22px;
  line-height: 1.25;
}

.employee-section .employee-swiper .swiper-wrapper {
  align-items: flex-start;
}

.employee-section .employee-swiper .swiper-wrapper > .wp-block-refine-lab-esg-employee-slide {
  width: 100%;
  flex-shrink: 0;
}

.employee-section .employee-swiper .swiper-slide {
  height: auto !important;
}

.employee-section .employee-swiper,
.employee-section .employee-swiper .swiper-wrapper,
.employee-section .employee-swiper .swiper-slide > * {
  height: auto;
}

.employee-section .agi-pagination .swiper-pagination-bullet {
  opacity: 0.4;
  background-color: var(--color-primary-500);
  width: 8px;
  height: 4px !important;
  border-radius: 100px !important;
}

.employee-section .agi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--color-primary-500);
  width: 96px;
  height: 4px;
  border-radius: 100px;
}

.employee-section .employee-slide-content .wp-block-table {
  margin: 12px 0 0;
  overflow-x: auto;
}

.employee-section .employee-slide-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background: #ffffff;
  border: 1px solid #c7cfca;
}

.employee-section .employee-slide-content .wp-block-table th,
.employee-section .employee-slide-content .wp-block-table td {
  border: 1px solid #c7cfca;
  padding: 12px 20px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
  color: #303632;
  font-weight: 500;
}

.employee-section .employee-slide-content .wp-block-table th {
  background: #f4f7f4;
  color: #2b302d;
  font-weight: 700;
  text-align: left;
}

.employee-section .employee-slide-content .wp-block-table th:first-child,
.employee-section .employee-slide-content .wp-block-table td:first-child {
  width: auto;
  min-width: 0;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 16px;
  background: #f4f7f4;
  color: #2b302d;
  font-weight: 700;
}

@media (max-width: 767px) {
  .employee-section .employee-slide-content .wp-block-table th,
  .employee-section .employee-slide-content .wp-block-table td {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .employee-section .employee-slide-content .wp-block-table th:first-child,
  .employee-section .employee-slide-content .wp-block-table td:first-child {
    width: auto;
    min-width: 0;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 10px;
  }
}
