.report-modal-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.report-modal {
    width: 560px;
    max-width: 96%;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.report-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e6e6e6;
}

.report-modal-title {
    margin: 0;
}

.report-modal-body {
    padding: 16px;
}

.screenshot-preview {
    margin-bottom: 12px;
}

.text-muted-12 {
    font-size: 12px;
    color: #666;
}

.screenshot-box {
    border: 1px solid #e6e6e6;
    padding: 6px;
    margin-top: 6px;
    border-radius: 6px;
    background: #fff;
}

.screenshot-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.field {
    margin-bottom: 12px;
}

.actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.report-modal .form-control {
    width: 100%;
    display: block;
    padding: 10px 12px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.report-modal .form-control:focus {
    outline: none;
    border-color: #2684ff;
    box-shadow: 0 0 0 3px rgba(38, 132, 255, 0.15);
}

.report-modal .field label,
.report-modal .text-muted-12 {
    font-size: 14px;
    color: #1f2328;
    font-weight: 500;
}

.report-modal textarea.form-control {
    resize: vertical;
    min-height: 112px;
}

.report-modal .field {
    margin-bottom: 14px;
}

.report-modal .btn {
    padding: 8px 14px;
}

.close-button-icon {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
