/* OnePiece Docs - Custom Styles */

body {
    background-color: #f8f9fa;
}

.border-dashed {
    border-style: dashed !important;
}

#drop-zone {
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

#drop-zone.drag-over {
    background-color: #e8f0fe;
    border-color: #0d6efd !important;
}

.table td, .table th {
    vertical-align: middle;
}

.navbar-brand {
    font-weight: 600;
}

mark {
    background-color: #fff3cd;
    padding: 0.1em 0.2em;
    border-radius: 2px;
}

.card-header {
    font-weight: 500;
}
