.asei-staintips-list-wrapper {
    width: 100%;
    max-width: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 260px;
    margin-top: 10%;
    /* Fits 5 items at 30px each */
}

.asei-staintips-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: transform 1s ease-in-out;
}

.asei-staintips-list-item {
    height: 45px;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
    color: #1E3C6B;
    transition: font-size 0.3s ease, font-weight 0.3s ease;
    margin: 0px;
}

/* Active item in the center */
.asei-staintips-list-item.active {
    height: 60px !important;
    border-top: 4px solid  #1E3C6B;
    border-bottom:  4px solid  #1E3C6B;
    align-content: center;
    font-weight: bold;
    font-size: 2rem;
}

.active-asei-product{
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
}

/* Mobile-specific font size */
@media (max-width: 768px) {
    .asei-staintips-list-item,
    .asei-staintips-list-item.active {
          font-size: 18px;
    }
}

.asei-download-wrapper {
    text-align: center;
}

.asei-download-button {
    background-color: #FCE6E6;
    border: 1px solid #FCE6E6;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    color: #1E3C6B;
}

.asei-download-button:hover {
    background-color: transparent;
    color: #FCE6E6;
    border: 1px solid #FCE6E6;
}

.asei-download-wrapper .asei-download-status {
    margin-block-start: 4px;
    color: #fff;
}

.asei-download-wrapper .asei-download-status a {
    color: #fff;
    text-decoration: underline;
}
