.page-content>p {
    @apply text-lg text-gray-600 mb-6;
}

.page-content>h2 {
    @apply text-2xl md:text-3xl font-bold mb-4 text-gray-800;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.artigos-relacionados {
    width: 300px;
}

.w-\[300px\].h-\[250px\].snap-start.shrink-0.bg-white.border.rounded-lg.shadow.p-4.flex.flex-col.justify-between {
    cursor: pointer;
}

.relative.max-w-6xl.mx-auto.px-4.py-5>button {
    margin-top: -25px;
}

@media (max-width: 550px) {
    .artigos-relacionados {
        width: 150px;
    }

    .relative.max-w-6xl.mx-auto.px-4.py-5>button {
        display: none;
    }

    .overflow-x-auto.scroll-smooth.no-scrollbar.flex.snap-x.snap-mandatory.gap-6.px-6 {
        padding-left: 0px;
    }
}