.tag-hash-blog header, .tag-hash-blog footer {
    text-align: center;
}

.tag-hash-blog .content {
    text-align: justify;
    max-width: 1000px;
    margin: 0 auto;
}

.tag-hash-blog ul, .tag-hash-blog ol {
    margin-left: 2rem;
}

.tag-hash-blog h1, .tag-hash-blog h2, .tag-hash-blog h3, .tag-hash-blog h4 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.tag-hash-blog .kg-image-card, .tag-hash-blog .kg-gallery-card {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.tag-hash-blog .kg-image-card figcaption, .tag-hash-blog .kg-gallery-card figcaption {
    font-size: 70%;
    font-style: italic;
}

.tag-hash-blog .kg-image-card img {
    max-width: 80%;
    height: auto;
}

.tag-hash-blog .kg-gallery-container {
    display: table;
    max-width: 80%;
    margin: 0 auto;
}

.tag-hash-blog .kg-gallery-container .kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tag-hash-blog .kg-gallery-container .kg-gallery-row .kg-gallery-image {
    flex: 1.33333 1 0%;
}

.tag-hash-blog .kg-gallery-container .kg-gallery-row .kg-gallery-image img {
    max-width: 99%;
    height: auto;
}

.tag-hash-blog hr {
    display: block;
    width: 60%;
    margin: 2.5em auto 3.5em auto;
    padding: 0;
    height: 2px;
    border: 0;
    border-top: 2px solid #ffad318c;
}