.sc-wrapper-3815705a {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sc-track-3815705a {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
    align-items: stretch;
}

.sc-track-3815705a::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.sc-item-3815705a {
    flex: 0 0 80%;
    max-width: 400px;
    scroll-snap-align: start;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: auto;
}

.sc-image-3815705a {
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.sc-image-3815705a img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.sc-image-3815705a:hover img {
    transform: scale(1.02);
}

.sc-content-wrapper-3815705a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sc-title-3815705a {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.sc-desc-3815705a {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 15px;
}

.sc-desc-content-3815705a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sc-desc-content-3815705a.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.sc-desc-content-3815705a p:last-child {
    margin-bottom: 0;
}

.sc-read-more-3815705a {
    background: transparent;
    border: none;
    color: #0073aa;
    cursor: pointer;
    padding: 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    margin-top: auto;
    align-self: flex-start;
    transition: color 0.3s;
}

.sc-read-more-3815705a:hover {
    color: #005177;
    text-decoration: underline;
}

.sc-dots-3815705a {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.sc-dot-3815705a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s;
}

.sc-dot-3815705a.active {
    background-color: #333;
}
