.carousel-container-13e01001 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-wrapper-13e01001 {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 20px 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    scroll-padding: 0 15%;
}

.carousel-wrapper-13e01001::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.card-13e01001 {
    flex: 0 0 300px;
    scroll-snap-align: center;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-13e01001:hover {
    transform: translateY(-5px);
}

.card-img-link-13e01001 {
    display: block;
    width: 100%;
    height: 200px;
}

.card-img-13e01001 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
}

.card-content-13e01001 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Apple glass effect */
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.card-title-13e01001 {
    margin: 0 0 10px 0;
}

.card-title-13e01001 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.card-title-13e01001 a:hover {
    color: #e0e0e0;
}

.card-excerpt-13e01001 {
    color: #ffffff;
    margin: 0;
}