/* Custom overrides */
.author-box .author-box-avatar img {
    border-radius: 0;
}


.bloghash-home-intro {
    margin: 0 0 3rem;
    padding: 2.4rem 2.6rem;
    border-radius: var(--bloghash-radius);
    border: 1px solid #fdd7e4;
    background: linear-gradient(135deg, rgba(255,245,249,0.98) 0%, rgba(255,255,255,0.98) 55%, rgba(250,250,252,0.98) 100%);
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
}

.bloghash-home-intro p {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.75;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.2px;
}

.bloghash-home-intro h1,
.bloghash-home-intro h2 {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(270deg, #fdd7e4 0%, #F43676 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.1rem;
}

.bloghash-home-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    margin: 0 0 3rem;
}

.bloghash-home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2.2rem;
    border-radius: var(--bloghash-radius);
    border: 1px solid #fdd7e4;
    background: linear-gradient(135deg, rgba(255,245,249,0.98) 0%, rgba(255,255,255,0.98) 55%, rgba(250,250,252,0.98) 100%);
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    transition: var(--bloghash-transition-primary);
}

.bloghash-home-link:hover,
.bloghash-home-link:focus {
    transform: translateY(-2px);
}

.bloghash-home-link img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bloghash-related-by-title {
    margin: 2.4rem 0 0;
    padding: 2rem 2.2rem;
    border-radius: var(--bloghash-radius);
    border: 1px solid #fdd7e4;
    background: linear-gradient(135deg, rgba(255,245,249,0.98) 0%, rgba(255,255,255,0.98) 55%, rgba(250,250,252,0.98) 100%);
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
}

.bloghash-related-title {
    font-weight: 700;
    margin: 0 0 1.2rem;
    color: #2b2b2b;
    letter-spacing: 0.2px;
}

.bloghash-related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bloghash-related-list li {
    position: relative;
    padding-left: 3.2rem;
    margin: 0 0 0.8rem;
}

.bloghash-related-list li:last-child {
    margin-bottom: 0;
}

.bloghash-related-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2.1rem;
    height: 2.1rem;
    display: block;
    background-image: url("https://stihi.one/wp-content/themes/bloghash/stihi_img/stih.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bloghash-related-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(244, 54, 118, 0.35);
    transition: var(--bloghash-transition-primary);
}

.bloghash-related-by-title a,
.bloghash-related-by-title a:hover,
.bloghash-related-by-title a:focus {
    text-decoration: none !important;
}

.bloghash-related-link:hover,
.bloghash-related-link:focus {
    color: #F43676 !important;
    border-bottom-color: #F43676;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .bloghash-home-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .bloghash-home-links {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .bloghash-layout__boxed-separated #comments,
    .bloghash-layout__boxed-separated #content > article {
        padding: 1.5rem;
    }
    .single-post #content.site-content {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .single-post .bloghash-container {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .single-post .bloghash-article {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}


.poem-copy-wrap {
    text-align: right;
    margin: 0.4rem 0 0.8rem;
}

.poem-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    padding: 0.6rem 1.4rem;
    border-radius: var(--bloghash-full-radius);
    border: 1px solid rgba(244, 54, 118, 0.35);
    background: var(--bloghash-white);
    color: #2b2b2b;
    font-size: 1.4rem;
    line-height: 1.2;
    cursor: pointer;
    transition: var(--bloghash-transition-primary);
}

.poem-copy i {
    font-size: 1.4rem;
}

.poem-copy:hover,
.poem-copy:focus {
    background: var(--bloghash-primary);
    color: var(--bloghash-white);
    border-color: var(--bloghash-primary);
}

.poem-copy:focus {
    outline: 2px solid rgba(244, 54, 118, 0.35);
    outline-offset: 2px;
}

.poem-copy--done {
    background: var(--bloghash-primary);
    color: var(--bloghash-white);
    border-color: var(--bloghash-primary);
}
