.tabulator-placeholder-contents {
    color: grey !important;
    background-color: white !important;
    opacity: 1 !important;
    font-size: 1.0em !important;
    font-weight: 500 !important;
}

.tabulator .inline-audio-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.tabulator .audio-hidden {
    display: none;
}

.tabulator .audio-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 28px;
    padding: 0 0.75rem;
    background-color: #4f46e5;
    color: #ffffff;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease;
}

.tabulator .audio-play-btn[data-state="playing"] {
    background-color: #1d4ed8;
}

.tabulator .audio-play-btn:hover {
    background-color: #4338ca;
}

.tabulator .audio-time-display {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #4b5563;
    min-width: 80px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    line-height: 1;
}

.tabulator .action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 28px;
}

/* Basic rich text styling for announcements */
.announcement-content p {
    margin: 0 0 0.5rem 0;
}

.announcement-content ul,
.announcement-content ol {
    margin: 0.25rem 0 0.75rem 1.25rem;
    padding: 0;
}

.announcement-content ul {
    list-style-type: disc;
}

.announcement-content ol {
    list-style-type: decimal;
}

.announcement-content li {
    margin-bottom: 0.25rem;
}

.announcement-content a {
    color: #4f46e5;
    text-decoration: underline;
}

.announcement-content code {
    background-color: #f3f4f6;
    color: #111827;
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
}
