.instagram-feed__card {
    border: 1px solid rgba(189, 208, 226, 0.50);
    border-radius: 10px;
    color: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.instagram-feed__card-logo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.instagram-feed__card-header {
    padding: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.instagram-feed__card-logo__wrapper {
    background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram-feed__card-logo__white {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram-feed__card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: flex;
}

.instagram-feed__card-img--rounded {
    border-radius: 10px 10px 0 0;
}

.instagram-feed__card-footer {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    word-break: break-word;
    color: #000;
}

.instagram-feed__card-title {
    font-weight: 700;
    color: #000;
    font-size: 0.875rem;
}

.instagram-feed__card-time {
    text-transform: uppercase;
    font-size: 0.625rem;
    opacity: .6;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.instagram-feed__card-icon-count {
    font-size: 0.875rem;
    color: #000;
}

.instagram-feed__card-img__wrapper {
    position: relative;
}

.instagram-feed__card-img__multiple {
    position: absolute;
    top: 10px;
    right: 10px;
}
.instagram-feed__card-img__multiple svg {
    fill: rgba(255,255,255,.8) !important;
}

.instagram-feed__muted {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgb(38, 38, 38);
    border: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram-feed__text {
    font-size: 0.875rem;
    color: #000;
    word-break: break-word;
}

.instagram-feed__text:hover {
    color: #000;
}

.instagram-feed__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(0, 0, 0, .5);
}

.instagram-feed__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.instagram-feed__comment {
    display: flex;
    gap: 10px;
}

.instagram-feed__comment-username {
    font-weight: 600;
}

.instagram-feed__replies {
    flex-basis: 100%;
    margin-left: 42px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.instagram-feed__like-wrapper {
    margin-left: auto;
    color: rgb(142, 142, 142);
}

.instagram-feed__like-wrapper:hover {
    color: rgb(142, 142, 142);
}

.instagram-feed__like, .instagram-feed__comment-text, .instagram-feed__like {
    font-size: 0.875rem;
}

.instagram-feed__replies-btn {
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(115, 115, 115);
}

.instagram-feed__replies-btn-decoration {
    width: 22px;
    height: 1px;
    background: rgb(219, 219, 219);
    display: block;
}

.instagram-feed__timestamp {
    font-size: 0.75rem;
    color: rgb(115, 115, 115);
}

.instagram-feed__reply {
    color: rgb(115, 115, 115);
    font-size: 0.75rem;
    font-weight: 600;
    align-self: start;
}

.instagram-feed__reply:hover {
    color: rgb(115, 115, 115);
}

.swiper-button-next {

    right: -60px !important;
}

.swiper-button-prev {

    left: -60px !important;
}

.swiper-button-prev, .swiper-button-next {
    color: #fff !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    opacity: .85 !important;
    transition: opacity .3s !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: var(--green-color) !important;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.swiper-button-next:after {
    margin-left: 3px;
}

.swiper-button-prev:after {
    margin-right: 4px;
}

.swiper-button-disabled {
    display: none !important;
}

.swiper-custom-wrapper {
    position: relative;
    width: 100%;
}


.swiper-wrapper,
.swiper-slide {
    height: unset !important;
}

.instagram-feed__card {
    height: 100%;
}
