.archive-blog-corail {
    .blog nav {
        @apply transition-all duration-300 w-full z-20 fixed top-0 bg-white;
    }

    .blog nav .logo {
        @apply hidden;
    }

    .blog nav .secondary-logo {
        @apply block;
    }

    .blog nav #desktop li.menu-item a {
        @apply text-secondary;
    }

    .blog nav #desktop li.shop {
        @apply border-primary;
    }

    .blog .terms .term::before {
        content: '';
        @apply absolute bottom-0 left-0 w-full transition-all duration-300 opacity-0 border border-solid border-secondary z-20;
    }

    .blog .terms .term.active::before {
        @apply opacity-100;
    }

    .blog .terms .term.active {
        @apply text-secondary;
    }

    .blog .terms .term:hover::before {
        @apply opacity-100;
    }

    .blog .terms hr {
        content: '';
        @apply absolute bottom-0 left-0 w-full z-10 border border-solid border-primary;
    }

    .blog .portfolios>div:hover img {
        @apply transform scale-110;
    }

    .category nav {
        @apply transition-all duration-300 w-full z-20 fixed top-0 bg-white;
    }

    .category nav .secondary-logo {
        @apply hidden;
    }

    .category nav .logo {
        @apply hidden;
    }

    .category nav .secondary-logo {
        @apply block;
    }

    .category nav #desktop li.menu-item a {
        @apply text-secondary;
    }

    .category nav #desktop li.shop {
        @apply border-primary;
    }

    .terms .term::before {
        content: '';
        @apply absolute bottom-0 left-0 w-full transition-all duration-300 opacity-0 z-20 border border-solid border-secondary;
    }

    .terms .term.active::before {
        @apply opacity-100;
    }

    .terms .term.active {
        @apply text-secondary;
    }

    .terms .term:hover::before {
        @apply opacity-100;
    }

    .terms hr {
        content: '';
        @apply absolute bottom-0 left-0 w-full z-10 border border-solid border-primary;
    }

    .category .term.active::before {
        @apply opacity-100;
    }

    .category .term.active {
        @apply text-secondary;
    }

    .category .term:hover::before {
        @apply opacity-100;
    }

    .category .terms hr {
        content: '';
        @apply absolute bottom-0 left-0 w-full z-10 border border-solid border-primary;
    }

    .tax-type-of-portfolio .portfolios>div:hover {
        @apply cursor-pointer;
    }

    .tax-type-of-portfolio .portfolios>div:hover img {
        @apply transform scale-110;
    }

    /* Pagination */
    .pagination {
        @apply border-t border-solid border-primary;
    }

    .pagination .numbers {
        @apply font-secondary text-primary;
    }

    .pagination .numbers .page-numbers {
        @apply pr-3;
    }

    .pagination .numbers .page-numbers:last-child {
        @apply pr-0;
    }

    .pagination .numbers .page-numbers.current {
        @apply text-secondary;
    }

    .prev a {
        @apply font-secondary text-primary;
    }

    .next a {
        @apply font-secondary text-primary !important;
    }
}