.elementor-84452671 .elementor-element.elementor-element-34b89be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.scc-indswitch {
  font-family: 'Montserrat', sans-serif;
}
.scc-indswitch__group {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.scc-indswitch__header {
  padding: 14px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.scc-indswitch__name {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.scc-indswitch__desc {
  font-size: 13px;
  color: #444444;
  line-height: 1.5;
}
.scc-indswitch__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 12px;
  background: #ffffff;
}
.scc-indswitch__card {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  background: #ffffff;
}
.scc-indswitch__card-head {
  padding: 14px 16px 12px;
  border-bottom: 1px solid #e2e2e2;
}
.scc-indswitch__logo {
  height: 44px !important;
  width: auto !important;
  max-width: 160px !important;
  max-height: 44px !important;
  display: block;
  object-fit: contain;
  object-position: left;
}
.scc-indswitch__bestfor {
  font-size: 13px;
  color: #000000;
  line-height: 1.5;
  background: #f0f8eb;
  border-radius: 4px;
  padding: 7px 10px;
  margin: 10px 14px;
}
.scc-indswitch__bestfor strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a9e2e;
  display: inline;
  margin-right: 3px;
}
.scc-indswitch__sub {
  border-bottom: 1px solid #e2e2e2;
}
.scc-indswitch__sub:last-child {
  border-bottom: none;
}
.scc-indswitch__sub-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #888888;
  padding: 8px 14px 4px;
  margin: 0;
  display: block;
}
.scc-indswitch__links {
  list-style: none;
  padding: 0 0 8px;
  margin: 0;
}
.scc-indswitch__links li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: background 0.12s;
}
.scc-indswitch__links li a:hover {
  background: #f0f8eb;
  color: #4a9e2e;
}
.scc-indswitch__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.scc-indswitch__name-link {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}
.scc-indswitch__links li a:hover .scc-indswitch__name-link {
  color: #4a9e2e;
}
.scc-indswitch__sub-desc {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  line-height: 1.45;
}
.scc-indswitch__btn {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #cccccc;
  border-radius: 999px;
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  font-size: 13px;
  color: #111;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.scc-indswitch__links li a:hover .scc-indswitch__btn {
  background: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
  border-color: #aaaaaa;
}
@media (max-width: 768px) {
  .scc-indswitch__grid {
    grid-template-columns: 1fr;
  }
}