/* Drama-only additions loaded on Drama detail and entity archive pages. */
.drama-v3-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

.drama-v3-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.drama-v3-breadcrumb a:hover {
    color: #fda4af;
}
