html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.ghq-card-content__paragraph {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    margin-bottom: 16px;
}

.ghq-Link {
    border-radius: 6px;
    color: #585858;
    cursor: text;
    padding: 0 1px;
    text-decoration: underline
}

    .ghq-Link.ghq-is-readonly {
        cursor: pointer
    }

    .ghq-Link:hover {
        background-color: #e0ecff;
        color: #0b0b0b
    }

.ghq-card-content__link {
    border-radius: 6px;
    color: #585858;
    padding: 0 1px;
    text-decoration: underline;
    cursor: pointer
}


    .ghq-card-content__link:hover {
        background-color: #e0ecff;
        color: #0b0b0b
    }

.ghq-card-content__file {
    border-radius: 6px;
    color: #585858;
    cursor: pointer;
    padding: 0 1px;
    text-decoration: underline;
}

.ghq-card-content__video, .ghq-RenderVideo__iframe, .ghq-RenderVideo__iframe-overlay, .ghq-RenderVideo__inner {
    border-radius: 6px
}

.ghq-card-content__video {
    max-width: 734px;
    position: relative
}

.ghq-card-content__video-responsive-wrapper {
    aspect-ratio: 16/9;
    display: block;
    margin: 12px 0;
    position: relative;
    width: 100%
}

.ghq-card-content__video {
    border: 1px solid transparent;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

    .ghq-RenderVideo__inner.--error {
        background: rgba(232,20,86,.2)
    }

        .ghq-RenderVideo__inner.--error: hover {
            cursor: pointer
        }

        .ghq-RenderVideo__inner.--error.--read-only: hover {
            cursor: auto
        }

        .ghq-RenderVideo__inner.--error.--highlighted {
            box-shadow: 0 0 0 2px #2b2b2b,inset 0 0 0 1px #fff,inset 0 0 0 2px #eee
        }

    .ghq-RenderVideo__inner.--loader {
        background-color: #f7f7f7
    }

        .ghq-RenderVideo__inner.--loader: hover {
            cursor: auto
        }

.ghq-card-content__video{
    border: 1px solid transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

    .ghq-RenderVideo__iframe.--highlighted {
        box-shadow: 0 0 0 2px #2b2b2b,inset 0 0 0 1px #fff,inset 0 0 0 2px #eee
    }

    .ghq-RenderVideo__iframe.--hide {
        visibility: hidden
    }

.ghq-card-content__video {
    cursor: auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

    .ghq-card-content__video:hover {
        box-shadow: 0 0 0 1px #d2d2d2,inset 0 0 0 1px #fff,inset 0 0 0 2px #eee
    }

    .ghq-RenderVideo__iframe-overlay.--can-interact-with {
        height: 0
    }