.ps-9b0d2e98-container {
    width: 100%;
    font-family: inherit;
}

.ps-9b0d2e98-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ps-9b0d2e98-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.ps-9b0d2e98-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.ps-9b0d2e98-nav-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #a1d9d6;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
    line-height: 0;
}

.ps-9b0d2e98-nav-btn:hover {
    background-color: #00857a;
}

.ps-9b0d2e98-nav-icon {
    width: 22px;
    height: 22px;
    fill: #ffffff;
    display: block;
    flex-shrink: 0;
}

.ps-9b0d2e98-slider {
    width: 100%;
    overflow: hidden;
}

.ps-9b0d2e98-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 15px;
}
.ps-9b0d2e98-track::-webkit-scrollbar {
    display: none;
}

.ps-9b0d2e98-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 280px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: #ffffff;
}

@media (max-width: 1024px) {
    .ps-9b0d2e98-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .ps-9b0d2e98-card {
        flex: 0 0 100%;
    }
}

.ps-9b0d2e98-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 15px;
}

.ps-9b0d2e98-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ps-9b0d2e98-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ps-9b0d2e98-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-9b0d2e98-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.ps-9b0d2e98-card-features {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.ps-9b0d2e98-card-link {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
    align-self: flex-start;
}
.ps-9b0d2e98-card-link:hover {
    text-decoration: none;
}