.artikel-swiper {
            padding: 0 20px;
        }
        .artikel-prev, .artikel-next {
            width: 3rem;
            height: 3rem;
            background-color: #800000;
            color: white;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            transition: all 0.3s ease;
        }
        .artikel-prev:hover, .artikel-next:hover {
            background-color: #660000;
        }
        .swiper-pagination-bullet {
            width: 0.75rem;
            height: 0.75rem;
            background-color: #e5e7eb;
            opacity: 1;
        }
        .swiper-pagination-bullet-active {
            background-color: #800000;
            width: 1.5rem;
            border-radius: 0.5rem;
        }