.featured-collections-row {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 8px;
    align-items: flex-start;
}

.featured-collection-card {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    display: block;
    text-decoration: none !important;
}

.featured-collection-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.featured-collection-title {
    margin-top: 10px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
}

.featured-collection-card:hover {
    text-decoration: none !important;
}

.featured-collection-card:hover .featured-collection-title {
    color: #ffffff !important;
}

.collection-description-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 24px;
    line-height: 1.8;
    font-size: 15px;
    color: #d8d8d8;
}

.collection-description-box {
    max-width: 980px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 26px 30px;
    margin-top: 18px;
    margin-bottom: 34px;

    margin-left: auto;
    margin-right: auto;
}

.collection-description-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.22);
}

.collection-description-text {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.85;
}