.obs-graphics-preview {
    max-width: 800px;
    margin: 20px auto;
}

.obs-lowerthird {
    padding: 10px 20px;
    border-radius: 6px;
    background: linear-gradient(90deg, #0059b8, #00a8ff);
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.obs-lt-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.obs-lt-subtitle {
    font-size: 1rem;
    opacity: 0.9;
}
