/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.bsky-carousel-wrapper {
    padding: 0 1rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .bsky-carousel-wrapper {
        padding: 0;
    }
}

.bsky-carousel {
    margin-bottom: 3.25rem;
}

.bsky-carousel .flickity-viewport {
    overflow: initial;
}

.bsky-carousel .flickity-prev-next-button {
    top: 100%;
    transform: none;
    margin-top: 1.5rem;
}

.bsky-carousel .flickity-prev-next-button.previous {
    left: 50%;
    transform: translateX(-2.25rem);
}

.bsky-carousel .flickity-prev-next-button.next {
    right: 50%;
    transform: translateX(2.25rem);
}

.bsky-post {
    position: relative;
    padding: 2.75rem 1.5rem 2rem;
    border-radius: 0.25rem;
    width: 100%;
    background-color: var(--base);
    color: var(--contrast);
    margin-right: 1.25rem;
}

.bsky-post.is-selected .bsky-post-block {
    opacity: 1;
}

@media (min-width: 576px) {
    .bsky-post {
        padding: 3rem 2.75rem;
    }
}

@media (min-width: 768px) {
    .bsky-post {
        min-width: 667px;
        width: 667px;
    }
}

.bsky-post-block {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.bg-base .bsky-post {
    background-color: var(--contrast);
    color: var(--base);
}

@media (min-width: 576px) {
    .bsky-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.bsky-profile-info {
    display: block;
    color: currentColor;
    text-decoration: none;
}

.bsky-avatar {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.75rem;
}

.bsky-name {
    font-size: 1.25rem;
}

.bsky-date {
    position: absolute;
    top: 0.5rem;
    right: 1.25rem;
    display: block;
    font-family: var(--eyebrow-font-family);
    font-weight: var(--eyebrow-font-weight);
    line-height: var(--eyebrow-line-height);
    letter-spacing: var(--eyebrow-letter-spacing);
    margin-top: 0.5rem;
}

@media (min-width: 576px) {
    .bsky-date {
        position: relative;
        top: initial;
        right: initial;
        font-size: 1.125rem;
        margin-top: 0;
    }
}

.bsky-content {
    font-size: 1.5rem;
    line-height: 1.33;
    font-weight: bold;
    padding: 2.5rem 0;
}

.bsky-content p {
    margin: 0;
}

@media (min-width: 576px) {
    .bsky-content {
        font-size: 2rem;
        line-height: 1.2;
    }
}

.bsky-stats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bsky-stats > li {
    position: relative;
    margin-right: 1rem;
}

.bsky-stats > li:last-child {
    margin-right: 0;
}

.bsky-stats > li > a {
    color: currentColor;
    text-decoration: none;
}

.bsky-stats > li svg {
    display: block;
}

.bsky-stats > li span {
    display: block;
    margin-left: 0.375rem;
    padding-bottom: 3px;
}

.bsky-icon-decor {
    position: absolute;
    right: 1.25rem;
    bottom: 1.5rem;
    fill: currentColor;
}

@media (min-width: 576px) {
    .bsky-icon-decor {
        right: 2.25rem;
        bottom: 2.25rem;
    }
}