
/* BSU HRT Slides front-end styling */
.bsu-hrt-slides{
  border: 1px solid rgba(83,86,90,0.25); /* BSUGray */
  border-radius: 10px;
  padding: 14px;
  background: #ffffff;
  margin: 1.25em 0;
}

.bsu-hrt-slides__title{
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  color: rgb(27,54,93); /* BSUNavy */
}

.bsu-hrt-slides__controls{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px 0;
}

.bsu-hrt-slides__button{
  display: inline-block;
  padding: 8px 12px;
  background: rgb(137,25,31); /* BSUCrimson */
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.bsu-hrt-slides__button:hover{
  filter: brightness(0.95);
  text-decoration: none;
}

.bsu-hrt-slides__link{
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgb(27,54,93); /* BSUNavy */
  color: rgb(27,54,93) !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
}

.bsu-hrt-slides__link:hover{
  background: rgba(27,54,93,0.06);
  text-decoration: none;
}

.bsu-hrt-slides__viewer{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(83,86,90,0.25); /* BSUGray */
  background: #f5f5f5;
}

.bsu-hrt-slides__iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

.bsu-hrt-slides__source{
  margin-top: 12px;
}

.bsu-hrt-slides__source summary{
  cursor: pointer;
  font-weight: 700;
  color: rgb(27,54,93); /* BSUNavy */
}

.bsu-hrt-slides__pre{
  max-height: 520px;
  overflow: auto;
  margin-top: 10px;
  background: #f7f7f7;
  border: 1px solid rgba(83,86,90,0.25);
  border-radius: 10px;
  padding: 12px;
  font-size: 0.85rem;
  line-height: 1.25rem;
}

.bsu-hrt-slides--error{
  border-left: 4px solid rgb(137,25,31);
  padding: 10px;
}
