.site-header {
    height: 115px;
}
.h1-yashchique {
    margin-top: 2em;
    text-align: center;
    font-size: 2em;
    font-family: var(--system-ui);
}
.yashchique-description {
    max-width: 700px;
    font-size: 0.85em;
    color: var(--supporting-text);
    margin: 0 auto;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 1.6em;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
    display: block;
}
.post-stamps {
    margin-top: 1.5em;
    font-size: 0.9em;
    display: flex;
    justify-content: flex-start;
    gap: 0.5em;
    flex-wrap: wrap;
}
.post-stamps a {
    background-color: rgba(186, 85, 211, 0.12);
    color: #BA55D3;
    border: 1px solid transparent;
    padding: 0.35em 0.7em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.post-stamps a:hover {
    background-color: rgba(186, 85, 211, 0.28);
    color: #DDA0DD;
}
.post-stamps a:focus-visible {
    background-color: rgba(186, 85, 211, 0.28);
    color: #DDA0DD;
    outline: 2px solid #BA55D3;
    outline-offset: 2px;
}
.post-stamps a:active {
    background-color: rgba(186, 85, 211, 0.35);
    color: #E6C5EB;
}
.stamp-page-header {
    margin-bottom: 1.8em;
    text-align: center;
}
.highlighted-stamp {
    color: var(--supporting-text);
    margin-right: 0.1em;
}
.all-stamps-container { 
    display: flex; 
    flex-wrap: wrap;
    gap: 1.5em 35px; 
    justify-content: center;
    padding-top: 1.5em;
    padding-bottom: 2.5em;
}
a.rss-link {
    display: inline-flex;
    align-items: baseline;
    gap: 1px; 
    color: var(--supporting-text);
    text-decoration: none;
    transition: none;
}  
a.rss-link::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A9A39F' viewBox='0 0 32 32'%3E%3Ccircle cx='6.566' cy='25.434' r='3.566'/%3E%3Cpath d='M20.234,29h-5.051c0-6.728-5.454-12.183-12.183-12.183h0v-5.051c9.518,0,17.234,7.716,17.234,17.234Z'/%3E%3Cpath d='M23.8,29c0-11.488-9.312-20.8-20.8-20.8V3c14.359,0,26,11.641,26,26h-5.2Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}  
a.rss-link:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF6600' viewBox='0 0 32 32'%3E%3Ccircle cx='6.566' cy='25.434' r='3.566'/%3E%3Cpath d='M20.234,29h-5.051c0-6.728-5.454-12.183-12.183-12.183h0v-5.051c9.518,0,17.234,7.716,17.234,17.234Z'/%3E%3Cpath d='M23.8,29c0-11.488-9.312-20.8-20.8-20.8V3c14.359,0,26,11.641,26,26h-5.2Z'/%3E%3C/svg%3E");
}
a.rss-link:hover {
    color: #FF6600; 
}
.yashchique-main-article footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75em 1.5em;
    padding-top: 0.75em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.yashchique-main-article footer > a {
    margin-left: auto;
    white-space: nowrap;
    text-decoration: none;
}
.yashchique-main-article footer > a::after {
    content: "\2192";
    display: inline-block;
    transition: transform 0.2s ease;
    margin-left: 0.3em;
}
.yashchique-main-article footer > a:hover::after,
.yashchique-main-article footer > a:focus::after {
    transform: translateX(0.2em);
}
.yashchique-main-article footer .post-stamps {
    margin-top: 0;
    font-size: 0.8em;
}
.yashchique-main-article footer .post-stamps a:active {
    box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.6) inset;
    background-color: rgba(186, 85, 211, 0.35);
    color: #E6C5EB;
}
@media (max-width: 480px) {
    .yashchique-main-article footer > a {
        margin-left: 0;
    }
}
.post-stamps--full {
    justify-content: center;
    margin-top: 2.5em;
    font-size: 1em;
}
.post-stamps--full a {
    padding: 0.5em 0.9em;
    border-color: rgba(186, 85, 211, 0.4);
    border-radius: 6px;
    gap: 0.4em;
    display: inline-flex;
    align-items: center;
}
.post-stamps--full a:hover,
.post-stamps--full a:focus-visible {
    border-color: #BA55D3;
    background-color: rgba(186, 85, 211, 0.28);
    color: #DDA0DD;
}
.post-stamps--full a:active {
    box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.6) inset;
    background-color: rgba(186, 85, 211, 0.35);
    border-color: #BA55D3;
    color: #E6C5EB;
}
.stamp-emoji {
    font-size: 0.95em;
    line-height: 1;
    position: relative;
    top: 2px;
}
nav.post-stamps a:link:hover,
nav.post-stamps a:visited:hover,
nav.post-stamps a:link:focus-visible,
nav.post-stamps a:visited:focus-visible {
    color: #DDA0DD;
    text-shadow: none;
}
nav.post-stamps a:link:active,
nav.post-stamps a:visited:active {
    color: #E6C5EB;
    text-shadow: none;
}