
.rlp-container {
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.rlp-header {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
}
.rlp-current {
  text-align: center;
  padding: 15px;
}
.rlp-thumb img {
  max-width: 220px;
  height: auto;
  margin: 10px auto;
  display: block;
}
.rlp-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.rlp-presenter {
  font-size: 16px;
  margin: 8px 0;
}
.rlp-time {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
