.pros-cons-section {
  position: relative;
  z-index: 1;
}

.pros-cons-section .tab-wrapper .tabs-container {
  margin: 40px 0;
}

.pros-cons-section .tab-wrapper .tabs-container .for-desktop .tab-click:not(:last-child) {
  margin: 0 20px 0 0;
}

.tab-wrapper {
  text-align: center;
  justify-content: center;
}

.tab-wrapper .tab-lists {
  gap: 60px;
  display: inline-flex;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  gap: 25px;
  padding: 0 28px;
  border-bottom: 1px solid var(--dark);
  max-width: 950px;
  width: 100%;
  justify-content: space-between;
}

.tab-wrapper .tab-link {
  text-decoration: none;
  font-size: 22px;
  color: var(--dark);
  font-weight: 700;
  line-height: 1.3;
  display: block;
  padding-bottom: 30px;
  position: relative;
  white-space: nowrap;
}

.tab-wrapper .tab-link.current::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background-color: var(--orange);
  bottom: -6px;
}

.pros-cons-section .table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.pros-cons-section .table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
  border: none;
  min-width: 680px;
}

.pros-cons-section .table-wrapper table thead th {
  background: var(--dark);
  border-radius: 10px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  padding: 20px;
  color: var(--white);
  vertical-align: middle;
}

.pros-cons-section .table-wrapper table tbody tr td {
  background: var(--offWhite2);
  border-radius: 10px;
  color: var(--bodyText);
  vertical-align: middle;
  padding: 16px;
  text-align: left;
}

.pros-cons-section .table-wrapper table tbody tr td:not(:first-child) {
  text-align: center;
  padding: 20px;
}

.pros-cons-section .table-wrapper table tbody tr td h3 {
  color: var(--dark);
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
}

.pros-cons-section .table-wrapper table tbody tr td .content,
.pros-cons-section .table-wrapper table tbody tr td .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.pros-cons-section .table-wrapper table ul {
  text-align: left;
}

.pros-cons-section .for-desktop {
  display: none;
}

.pros-cons-section .tabbing-dropdown .tabs-dropdown {
  display: block !important;
  text-decoration: none !important;
  background: var(--orange);
  color: var(--white) !important;
  border-radius: 8px;
  padding: 10px 40px 10px 20px !important;
  position: relative !important;
  z-index: 5;
  font-size: 16px !important;
}

.pros-cons-section .tabbing-dropdown .tabs-dropdown::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background: url("/wp-content/uploads/2026/04/arrow_down_white.svg") no-repeat center / contain;
  transition: all 400ms;
}

.pros-cons-section .tabbing-dropdown .tabs-dropdown.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.pros-cons-section .tabbing-dropdown .nav-tabs {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: var(--white);
  border-radius: 8px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.pros-cons-section .tabbing-dropdown .nav-tabs a {
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 20px;
  display: block;
  color: var(--bodyText);
}

.pros-cons-section .tabbing-dropdown .nav-tabs a.active,
.pros-cons-section .tabbing-dropdown .nav-tabs a:hover {
  background: #f1f1f1;
}


.pros-cons-section .tabbing-dropdown-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pros-cons-section .table-wrapper table tbody tr td h3 {
    font-size: 20px;
  }

  .pros-cons-section .table-wrapper table tbody tr td {
    padding: 20px;
  }

  .pros-cons-section .table-wrapper table tbody tr td .content,
  .pros-cons-section .table-wrapper table tbody tr td .content p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .pros-cons-section .for-mobile {
    display: none;
  }

  .pros-cons-section .for-desktop {
    display: flex;
  }
}

@media (min-width: 1430px) {

.pros-cons-section .tabbing-dropdown .nav-tabs a.current {
  pointer-events: none;
}
  .pros-cons-section {
    /* padding-bottom: 75px; */
  }

  .pros-cons-section .table-wrapper table thead th {
    font-size: 26px;
    line-height: 31px;
    padding: 24px 20px 24px 35px;
  }

  .pros-cons-section .table-wrapper table thead th:not(:first-child) {
    width: 290px;
  }

  .pros-cons-section .table-wrapper table tbody tr td {
    padding: 24px 20px 24px 35px;
  }
}

@media (min-width: 1200px) {
  .pros-cons-section .tab-wrapper .tabs-container {
    margin: 0 0 60px;
  }
}

@media (min-width: 1430px) {
  .pros-cons-section .table-wrapper table tbody tr td h3 {
    font-size: 24px;
  }
}

@media (min-width: 1660px) {}