/* Report link (maker profile & stream pages) */
.report-link-row {
    display: flex;
    justify-content: flex-end;
    margin: 0.25rem 0 1.25rem;
}

.report-link-row--inset {
    margin: 0.75rem 0 0;
}

.event-detail-page .report-link-row {
    margin: 0.75rem 0 0;
}

.report-link {
    padding: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: transparent;
    transition: color 0.2s, text-decoration-color 0.2s;
}

.report-link:hover,
.report-link:focus-visible {
    color: var(--text);
    text-decoration-color: currentColor;
}

.report-modal-dialog {
    max-width: 28rem;
}

.report-modal-target {
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

.report-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* Footer issue report */
.footer-link-btn {
    padding: 0;
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.footer-link-btn:hover,
.footer-link-btn:focus-visible {
    color: var(--text);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.issue-report-modal-dialog {
    max-width: 32rem;
}

.issue-report-intro {
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

.issue-report-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}
