

/* Start:/local/templates/ao-rr_v1/styles.css?1781689662825*/
.article h3 {
    padding-bottom: 12px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.modal-content video {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}

.close-btn:hover {
  color: #ccc;
}

.video-trigger {
  cursor: pointer;
    color: #7eb900;
    display: flex;
    width: fit-content;
    margin: 10px auto;
}
.video-trigger i{
margin-left:10px}
.video-trigger:hover {
  color: #0056b3;
}
/* End */
/* /local/templates/ao-rr_v1/styles.css?1781689662825 */
