* {
    letter-spacing: 0.05em;
}
h2 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.item-name {
    font-size: 1.25rem;
    font-weight: bold;
}
.item-name span.title {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}



.multiline-ellipsis {
    display: -webkit-box;             
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    max-height: calc(1.5em* 5);
}

/****************************************************/

[data-bs-theme="dark"] {
    --bs-body-color: var(--bs-white);
    --bs-body-color-rgb: var(--bs-white-rgb);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


