/* Lyddramatik Serieetiketter 1.0.0
   Kun visuel serieinformation. Ingen eksisterende kortbredder/layouts overskrives. */

.ld-series-card-label,
.ld-series-work-label,
.ld-series-card-label * ,
.ld-series-work-label * {
    box-sizing:border-box;
}

.ld-series-card-label {
    display:block;
    max-width:100%;
    margin:0 0 2px;
    overflow-wrap:anywhere;
    color:#765f52;
    font-family:Georgia,"Times New Roman",serif;
    font-size:12.5px;
    font-weight:400;
    line-height:1.25;
}

.ld-series-card-label .ld-series-prefix,
.ld-series-work-label .ld-series-prefix {
    color:#87332f;
    font-family:Arial,Helvetica,sans-serif;
    font-size:.78em;
    font-weight:700;
    letter-spacing:.075em;
}

/* Relateret indhold har allerede typen "Værk". På et serieværk erstattes den
   visuelt af den mere informative SERIE-linje, så kortet ikke får to overlinjer. */
.ldri-card.ld-has-series-label .ldri-type {
    display:none !important;
}

/* Personregisterets kort */
.ldpr-work .ld-series-card-label {
    margin-bottom:3px;
}

/* Almindelige WordPress-søgeresultater */
body.ldw-search-page .ld-series-card-label {
    margin-bottom:2px;
}

/* Forsidens live-søgning */
.ldcs-link .ld-series-card-label {
    margin-bottom:3px;
    font-size:11.5px;
}

/* Selve værksiden */
.ld-series-work-label {
    margin:13px auto 0;
    color:#6d665e;
    font-family:Georgia,"Times New Roman",serif;
    font-size:14px;
    font-weight:400;
    line-height:1.35;
    text-align:center;
}

.ld-series-work-label a {
    color:#6d665e !important;
    text-decoration:none !important;
    text-underline-offset:3px;
}

.ld-series-work-label a:hover,
.ld-series-work-label a:focus-visible {
    color:#87332f !important;
    text-decoration:underline !important;
}

@media (max-width:680px) {
    .ld-series-card-label { font-size:12px; }
    .ld-series-work-label { margin-top:11px; font-size:13.5px; }
}
