/* Report Inserat Button & Modal */

#report-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#report-modal-content {
    background: #fff;
    padding: 2em;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#report-modal-content h2 {
    margin-top: 0;
}

#report-inserat-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 1em;
    border: 1px solid #ddd;
}

#report-modal-content .modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#report-modal-notice {
    margin-top: 1em;
    font-weight: bold;
}
