/* Radio Nacional de Colombia – node 157 */

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

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

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

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

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

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

.node--rn .rn-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--rn .rn-site-btn:hover {
  background: #c7013d;
  color: #fff;
}
