.jewkbox-video-report {
    display: inline-flex;
}

.jewkbox-video-report__trigger {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #ffffff78;
    cursor: pointer;
    font: inherit;
    font-size: 0.8em;
    font-weight: 650;
    line-height: 1;
    padding: .72rem 1rem;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.jewkbox-video-report__trigger:hover {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .13);
    transform: translateY(-1px);
}

.jewkbox-video-report__trigger:focus-visible,
.jewkbox-video-report__dialog button:focus-visible,
.jewkbox-video-report__dialog select:focus-visible,
.jewkbox-video-report__dialog textarea:focus-visible {
    outline: 3px solid #a78bfa;
    outline-offset: 2px;
}

.jewkbox-video-report__dialog {
    box-sizing: border-box;
    width: 350px;
    max-height: 100vh;
    margin: auto;
    padding: 0;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.25rem;
    background: #141218;
    color: #f8f7fb;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, .55);
}

.jewkbox-video-report__dialog::backdrop {
    background: rgba(5, 4, 8, .78);
    backdrop-filter: blur(6px);
}

.jewkbox-video-report__form {
    display: grid;
    gap: .72rem;
    padding: 1.4rem;
}

.jewkbox-video-report__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .35rem;
}

.jewkbox-video-report__heading h2 {
    margin: 0 0 .35rem;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.2;
}

.jewkbox-video-report__heading p {
    margin: 0;
    color: #bcb8c5;
    font-size: 0.8em;
}

.jewkbox-video-report__close {
    flex: 0 0 auto;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    cursor: pointer;
    font-size: 1.45rem;
    line-height: 1;
    text-align: center;
}

.jewkbox-video-report__form > label {
    color: #efedf3;
    font-size: 0.8em;
    font-weight: 650;
    margin-top: 1em;
}

.jewkbox-video-report__form > label span {
    color: #918c99;
    font-weight: 400;
}

.jewkbox-video-report__form select,
.jewkbox-video-report__form textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #3b3741;
    border-radius: .7rem;
    background: #201d24;
    color: #fff;
    font: inherit;
    padding: .78rem .85rem;
}

.jewkbox-video-report__form textarea {
    min-height: 6.5rem;
    resize: vertical;
}

.jewkbox-video-report__turnstile {
    min-height: 65px;
    margin-top: .25rem;
}

.jewkbox-video-report__status {
    min-height: 1.35em;
    margin: 0;
    color: #d5d1da;
    font-size: .88rem;
}

.jewkbox-video-report__status[data-status="error"] {
    color: #fca5a5;
}

.jewkbox-video-report__status[data-status="success"] {
    color: #86efac;
}

.jewkbox-video-report__actions {
    display: flex;
    justify-content: flex-end;
    gap: .65rem;
    margin-top: .15rem;
}

.jewkbox-video-report__actions button {
    border: 0;
    border-radius: .7rem;
    background: #302c35;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: .75rem 1rem;
}

.jewkbox-video-report__actions button[type="submit"] {
    background: #7c3aed;
}

.jewkbox-video-report__actions button:disabled {
    cursor: wait;
    opacity: .55;
}

.jewkbox-video-report__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

@media (max-width: 480px) {
    .jewkbox-video-report__form {
        padding: 1.1rem;
    }
}
