.ig-posts-container {
    text-align: center;
}

.post-switch-view {
    display: flex;
    margin-inline: auto;
    width: fit-content;
    padding-block-end: 1rem;
}

.ig-carousel {
    width: fit-content;
    margin-inline: auto;
}

.ig-post {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 20px;
}

.move-button {
    height: 50px;
    width: 50px;
    margin-inline: 1rem;
    border-radius: 10px;
    border: none;
    box-shadow: var(--shadow-2);
    background: var(--violet-1);
    cursor: pointer;
}

.move-button.disabled {
    background-color: hsl(var(--gray-9-hsl) / 20%);
    cursor: auto;
}

#igPostIndex {
    text-align: end;
}