.clipboard-button svg {
    fill: #757575;
}

.content {
    max-width: 740px;
}

.giallo-ln {
    margin-right: 5px;
}

.list-item .post-header h1.title {
    font-size: 1.0rem;
    font-weight: normal;
}

.notice {
    color: #808080;
    font-style: italic;
}

.post-list ul {
    padding-inline-start: 0px;
}

.post-list ul .list-item {
    margin-bottom: 15px;
}

.title {
    margin-top: 2rem;
}

.page-header {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

header .main {
    font-family: var(--header-font);
    font-size: 3rem;
    line-height: 3rem;
}

header a {
    border-bottom-width: 1px;
}

header .main a {
    padding-bottom: 3px;
}

header nav {
    font-family: var(--header-font);
    font-size: 1.3rem;
}

a, a.post-tag {
    border-width: 1px;
}

a.post-tag {
    border-bottom-style: dashed;
}

a.post-tag::before {
    display: none;
}

p {
    line-height: 1.7;
}

video {
   max-width: 100%;
   max-height: 900px;
}

.video-container {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 740px) {
    .video-container {
        flex-direction: column;
    }

    .video-container video {
        max-width: 100%;
        max-height: auto;
    }
}
