/**
 * Rural y Campo — Metahumano — estilos.css
 * Autocontenidos: no dependen de las variables CSS del tema, para
 * que el bloque se vea razonable en cualquier sitio donde se active
 * este plugin.
 */
.ryc-mh-boton-leer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid #1B5E20;
  border-radius: 999px;
  background: #fff;
  color: #1B5E20;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.ryc-mh-boton-leer:hover {
  background: #1B5E20;
  color: #fff;
}
.ryc-mh-boton-control {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #E3E1DC;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ryc-mh-boton-control:hover {
  background: #FAFAF8;
}
