.elementor-20859 .elementor-element.elementor-element-258912f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b1feba5 */.attorney-review-box {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-top: 3px solid #b0894f;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(18, 41, 79, 0.08);
  margin: 32px 0;
}
.attorney-review-box__media {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  background: linear-gradient(180deg, #eef1f5 0%, #e4e9f0 100%);
  border-right: 1px solid #e6e8ec;
}
.attorney-review-box__frame {
  width: 100%;
  max-width: 150px;
  padding: 9px;
  background: #ffffff;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(18, 41, 79, 0.14);
}
.attorney-review-box__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 14%;
  border-radius: 4px;
  display: block;
}
.attorney-review-box__content {
  padding: 26px 30px;
}
.attorney-review-box .attorney-review-box__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #b0894f;
  font-weight: 700;
  line-height: 1;
}
.attorney-review-box .attorney-review-box__label svg { flex: none; }
.attorney-review-box .attorney-review-box__name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #12294f;
}
.attorney-review-box .attorney-review-box__name a {
  color: #12294f;
  text-decoration: none;
}
.attorney-review-box .attorney-review-box__name a:hover { text-decoration: underline; }
.attorney-review-box .attorney-review-box__title {
  margin: 10px 0 0;
  padding-top: 12px;
  border-top: 1px solid #edeff2;
  font-size: 13px;
  color: #5b6675;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.attorney-review-box .attorney-review-box__bio {
  margin: 12px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #2a3340;
}
.attorney-review-box .attorney-review-box__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #12294f;
  text-decoration: none;
}
.attorney-review-box .attorney-review-box__link .arrow { transition: transform 0.18s ease; }
.attorney-review-box .attorney-review-box__link:hover { color: #b0894f; }
.attorney-review-box .attorney-review-box__link:hover .arrow { transform: translateX(4px); }
.attorney-review-box .attorney-review-box__link:focus-visible {
  outline: 2px solid #b0894f;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (max-width: 600px) {
  .attorney-review-box { grid-template-columns: 1fr; }
  .attorney-review-box__media {
    padding: 26px 24px 6px;
    border-right: none;
    border-bottom: 1px solid #e6e8ec;
  }
  .attorney-review-box__frame { max-width: 120px; margin: 0 auto; }
  .attorney-review-box__content { padding: 22px 24px 26px; text-align: center; }
  .attorney-review-box .attorney-review-box__title { display: inline-block; }
  .attorney-review-box .attorney-review-box__label,
  .attorney-review-box .attorney-review-box__link { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .attorney-review-box .attorney-review-box__link .arrow { transition: none; }
}/* End custom CSS */