/* Bloque abogados — 870: acento alineado con formularios (#2563eb) */
.simmons-lawyers-wrap {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.simmons-lawyers-wrap--article {
  background: linear-gradient(180deg, #e6f1fa 0%, #ffffff 52%);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 1.25rem 0 0;
  padding: 1.75rem 18px 2rem;
  clear: both;
  border-top: 2px solid #5286b4;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, "Open Sans", Arial,
    sans-serif;
}

.iBbiuP {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  font-size: 19px;
  line-height: 1.5;
  color: #4a4a4a;
}

.iBbiuP h2 {
  font-size: clamp(1.4rem, 3.2vw, 1.85rem);
  color: #245a7a;
  text-align: left;
  line-height: 1.2;
  margin: 0 0 0.25rem 0;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: none;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, "Open Sans", Arial,
    sans-serif;
}

.iBbiuP ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
}

.iBbiuP li {
  display: flex;
  justify-content: space-between;
  gap: 10px 24px;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b2c8de;
}

.iBbiuP li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.iBbiuP li:nth-child(2n) {
  flex-direction: row-reverse;
}

/* .law-image está en el <img> */
.iBbiuP .law-image {
  display: block;
  width: 60%;
  max-width: 100%;
  min-width: 0;
  flex-shrink: 0;
  height: auto;
  border-radius: 4px;
  object-fit: contain;
  object-position: top center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.iBbiuP .worker-description {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
  gap: 12px 8px;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, "Open Sans", Arial,
    sans-serif;
}

.iBbiuP .worker-description span {
  color: #2f5f7d;
  font-size: 1.05rem;
  line-height: 1.35;
  font-style: normal;
  font-weight: 600;
}

.iBbiuP .worker-description h3 {
  font-size: 1.75rem;
  line-height: 1.12;
  color: #1a3f5a;
  margin: 0;
  font-weight: bold;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, "Open Sans", Arial,
    sans-serif;
}

.iBbiuP .worker-description p {
  font-size: 1.08rem;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .iBbiuP h2 {
    font-size: 1.45rem;
  }

  .iBbiuP .law-image {
    width: 100%;
  }

  .iBbiuP li,
  .iBbiuP li:nth-child(2n) {
    flex-direction: column;
    margin: 0;
    align-items: stretch;
    row-gap: 1rem;
  }

  .iBbiuP .worker-description {
    max-width: 100%;
  }

  .iBbiuP .worker-description span {
    font-size: 1rem;
  }

  .iBbiuP .worker-description h3 {
    font-size: 1.5rem;
  }
}

/* 870: azul #2563eb + acentos oro */
.simmons-lawyers-wrap--article {
  border-top: 3px solid #b8942e;
  background: linear-gradient(180deg, #eff6ff 0%, #fffdf6 45%, #ffffff 58%);
  padding-top: 2rem;
  padding-bottom: 2.25rem;
  padding-left: clamp(1.25rem, 5vw, 3rem);
  padding-right: clamp(1.25rem, 5vw, 3rem);
  box-sizing: border-box;
}

.simmons-lawyers-wrap--article .iBbiuP h2 {
  color: #1d4ed8;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid #b8942e;
  display: inline-block;
  max-width: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.simmons-lawyers-wrap--article .iBbiuP .worker-description span {
  color: #1e3a5a;
  border-left: 3px solid #b8942e;
  padding-left: 0.65rem;
}

.simmons-lawyers-wrap--article .iBbiuP .worker-description h3 {
  color: #172554;
}

.simmons-lawyers-wrap--article .iBbiuP li {
  border-bottom-color: #c9b98a;
}

.simmons-lawyers-wrap--article .iBbiuP .law-image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(184, 148, 46, 0.45);
}
