.reveal {

  background: #071827;

  font-family: Arial, Helvetica, sans-serif;

}

.smartdeck-panel {

  position: absolute;

  left: 5%;
  top: 12%;

  width: 42%;

  padding: 40px;

  background: rgba(7,24,39,0.82);

  border-left: 8px solid #f4b942;

  border-radius: 18px;

  backdrop-filter: blur(8px);

  color: white;

}

.slide-id {

  color: #42c8f5;

  font-size: 18px;

  letter-spacing: 3px;

  margin-bottom: 20px;

}

.subtitle {

  color: #d7e3ee;

  font-size: 24px;

}

.talking-points {

  margin-top: 30px;

}

.talking-points li {

  margin-bottom: 16px;

  font-size: 28px;

}

.smartdeck-footer {

  position: absolute;

  bottom: 12px;

  width: 100%;

  text-align: center;

  font-size: 12px;

  color: white;

}

.smartdeck-footer a {

  color: white;

  text-decoration: none;

}

.smartdeck-footer a:hover {

  color: #f4b942;

}