/* Basic styling for FFMV MycoGenesis shortcode outputs. You can extend or replace this file with Tailwind styles if you compile your own bundle. */
.ffmv-table {
    width: 100%;
    border-collapse: collapse;
}
.ffmv-table th,
.ffmv-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.ffmv-table th {
    background: #f7f7f7;
    text-align: left;
}
.ffmv-sequencer input[type="text"] {
    padding: 6px;
    margin-right: 6px;
    width: 200px;
}
.ffmv-sequencer button {
    padding: 6px 12px;
    cursor: pointer;
}
.ffmv-sporedex-item.undiscovered .ffmv-silhouette {
    background: #0d0d0d;
    opacity: 0.1;
}
.ffmv-sporedex-item.undiscovered .hint {
    color: #999;
    display: block;
    margin-top: 5px;
}