.training-archive-crabe {
    .collapse {
        &__header {
            &.active {
                .icon-wrap {
                    @apply transform rotate-45;
                }
            }
        }
    }

    .archive-posts {
        &__post {
            &:hover {
                .last-posts__post__content {
                    @apply shadow-xl;
                }
            }
        }
    }

    .pagination {
        &-numbers {
            .current {
                @apply text-secondary;
            }
        }

        a {
            @apply transition-colors duration-300;
            
            &:hover {
                @apply text-secondary;
            }
        }
    }
}