/**
 * One-Time Link Tool - Styles
 * Minimal custom CSS - Bootstrap 5.3 handles most styling
 */

/* Note content display */
.otl-note-content {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
    padding: 1rem;
    background-color: var(--bs-light);
    border-radius: 0.375rem;
    min-height: 100px;
}

/* Burn card emphasis */
.otl-burn-card {
    border-width: 2px;
}

/* Copy button success state */
.otl-copy-success {
    color: var(--bs-success);
}
