.wpdesk-articles-carousel-container {
    width: 100%;
    padding: 4rem 4px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.wpdesk-carousel-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #352E4F;
}

.wpdesk-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    padding: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 24px;
    background-color: transparent;
    background-image: linear-gradient(265.62deg, #FFD000 30.89%, #FFAA00 100.33%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.wpdesk-article-slide-img-link img{
    height: 100% !important;
}

.wpdesk-carousel-arrow:hover {
    background-image: none;
    color: #ffaa00;
    background-color: #fff;
}

.wpdesk-carousel-arrow-prev {
    left: -5px;
}

.wpdesk-carousel-arrow-next {
    right: -5px;
}

.wpdesk-articles-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wpdesk-articles-wrapper::-webkit-scrollbar {
    height: 6px;
}

.wpdesk-articles-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.wpdesk-articles-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.wpdesk-articles-wrapper::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.wpdesk-article-slide {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    overflow: hidden;
    border: 1px solid #eee;
}

.wpdesk-article-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.wpdesk-article-content {
    padding: 14px 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 60%;
}

.archive .elementor-location-footer .elementor-widget-shortcode {
    max-width: 100% !important;
}

.wpdesk-article-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.wpdesk-article-content h3 a {
    color: #352E4F;
    text-decoration: none;
}

.wpdesk-article-content div {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
}

.wpdesk-article-btn {
    align-self: flex-start;
    text-decoration: none;
}

.product-category-list{
    margin-top: 1rem;
}

@media (max-width: 912px) {
    .wpdesk-article-slide {
        flex-direction: column;
    }

    .wpdesk-article-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .wpdesk-article-slide {
        flex: 0 0 100%;
    }
}

@media (min-width: 769px) {
    .wpdesk-article-slide {
        flex: 0 0 calc(50% - 10px);
    }
}
