/* sabias — generado por refactor modular (verbatim de styles.css) */

.sabias { background: #031A1A; }
.sabias__inner {
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 30px 0;
  min-height: 240px;
}
.sabias__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(46, 226, 152, 0.5);
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
}
.sabias__circle .img-ph,
.sabias__circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(46, 226, 152, 0.06);
  object-fit: cover;
}
.sabias__divider { width: 2px; align-self: stretch; margin: 24px 0; background: var(--green); flex-shrink: 0; }
.sabias__content { flex: 1; }
.sabias__copy,
.sabias__meta { min-width: 0; }
.sabias__label { font-weight: 700; font-size: 18px; margin-bottom: 14px; }
.sabias__quote { font-size: 18px; line-height: 1.5; margin-bottom: 16px; }
.sabias__dash { display: block; width: 32px; height: 2px; background: var(--green); margin-bottom: 16px; }
.sabias__author { font-weight: 700; font-size: 20px; color: var(--green); }
.sabias__role { font-size: 15px; color: var(--white-75); margin-top: 4px; }
.sabias__explore {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: var(--green);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.sabias__arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
}
.sabias__explore:hover .sabias__arrow { background: var(--green); color: var(--dark-text); }
.sabias__explore-label { font-weight: 600; font-size: 15px; }
.sabias__more { font-size: 13px; color: var(--white-75); text-decoration: underline; }
@media (max-width: 900px) {
  .sabias__inner { flex-direction: column; text-align: center; gap: 24px; padding: 40px 0; }
  .sabias__divider { display: none; }
  .sabias__dash { margin-left: auto; margin-right: auto; }
  .sabias__explore { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px 16px; }
}
@media (max-width: 600px) {
  .sabias {
    background: #031A1A;
    margin-top: 0;
  }
  .sabias__inner {
    display: grid;
    grid-template-columns: clamp(82px, 26vw, 100px) minmax(0, 1fr) clamp(72px, 18vw, 82px);
    grid-template-areas:
      "image copy copy"
      "spacer meta action";
    align-items: center;
    column-gap: 10px;
    row-gap: 8px;
    padding: 14px 28px 18px 18px;
    min-height: 0;
    text-align: left;
  }
  .sabias__circle {
    grid-area: image;
    justify-self: center;
    width: 76px;
    height: 76px;
    margin-bottom: 0;
    border-width: 2px;
    border-color: #0bbd73;
  }
  .sabias__divider { display: none; }
  .sabias__content {
    display: contents;
  }
  .sabias__copy {
    grid-area: copy;
  }
  .sabias__meta {
    grid-area: meta;
  }
  .sabias__label {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  .sabias__quote {
    max-width: none;
    margin: 0;
    font-size: 12.8px;
    line-height: 1.24;
  }
  .sabias__dash {
    width: 42px;
    height: 2px;
    margin: 0 0 9px;
  }
  .sabias__author {
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .sabias__role {
    font-size: 12.8px;
    margin-top: 3px;
  }
  .sabias__explore {
    grid-area: action;
    width: auto;
    max-width: none;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
  }
  .sabias__arrow {
    width: 46px;
    height: 46px;
  }
  .sabias__explore-label {
    font-size: 11px;
    white-space: nowrap;
  }
  .sabias__more {
    display: none;
    font-size: 12px;
    color: var(--white);
    white-space: nowrap;
  }
}
