/* Señal Memoria – node 161 */

/* Body text */
.node--sm .sm-body {
  margin-bottom: 2rem;
  color: #4b4b4b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.node--sm .sm-body p {
  margin-bottom: 1rem;
}

.node--sm .sm-body strong {
  font-weight: 700;
}

/* Blockquote highlighted */
.node--sm .sm-body blockquote {
  margin: 1.5rem 0;
  padding: 0;
  border: none;
}

.node--sm .sm-body blockquote h4 {
  color: #0943b5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.node--sm .sm-body blockquote h4 em {
  font-style: normal;
}

/* Subheadings */
.node--sm .sm-body h3 {
  color: #0943b5;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Blue bullets on li */
.node--sm .sm-body ul {
  list-style: none;
  padding-left: 1.2rem;
}

.node--sm .sm-body li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: .5rem;
  line-height: 1.6;
}

.node--sm .sm-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: #0943b5;
  border-radius: 50%;
}

/* Responsive iframe */
.node--sm .sm-body iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  margin-bottom: 1rem;
}

/* Links */
.node--sm .sm-body a {
  color: #0943b5;
  text-decoration: none;
}

.node--sm .sm-body a:hover {
  text-decoration: underline;
}

/* Logo + Sitio Web row */
.node--sm .sm-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.node--sm .sm-logo img {
  height: 60px;
  width: auto;
}

.node--sm .sm-site-btn {
  display: inline-block;
  padding: 10px 32px;
  border: 2px solid #c7013d;
  border-radius: 25px;
  color: #c7013d;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.node--sm .sm-site-btn:hover {
  background: #c7013d;
  color: #fff;
}
