/* RTVCPlay...Sin pausa – node 10579 */

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

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

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

.node--rp .rp-body a {
  color: #0943b5;
  text-decoration: none;
}

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

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

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

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

/* App store buttons */
.node--rp .rp-body .rp-app-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}

.node--rp .rp-body .rp-app-buttons a {
  display: inline-block;
}

.node--rp .rp-body .rp-app-buttons img {
  height: 44px;
  width: auto;
  border-radius: 8px;
}

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

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

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