.iframe-container {
  width: 100%;
  max-width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.iframe-container.templates {
	height: 70vh;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.gl-copy-btn {
	background: #fff;
    border: 1px solid #ffffff;
    display: inline-flex
;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 5px;
    width: 120px;
    height: auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
  svg {
    min-width: 18px;
    width: 18px;
  }

  &.active {
    background: #0842a7;
    color: #fff;
    border-color: #0842a7;

    path {
      stroke: #fff;
    }
  }
}
button.gl-copy-btn.pro {
    background: #d0d0d0;
    border: #f00;
    cursor: not-allowed;
}

.page-numbers {
    padding: 15px;
}

a.video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 12px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

a.video-link svg {
    width: 10px;
}

a.video-link:hover svg {
    fill: #46369a;
}