.attribute-options-block .dropdown-attribute{
    display: none;
    transition: 0.5s;
    transform: rotate(-90deg);
}

.attribute-options-block{
    margin: 0;
    width: auto;
}

.attribute-options-block li a{
    display : contents;
}

.attribute-options-block li a:hover,
.attribute-options-block li a:hover * {
    color : rgb(59 0 20 / var(--tw-text-opacity, 1))
}

.attribute-options-block .attribute-label img,
.attribute-options-block .attribute-element-item img{
    float: left;
    margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .attribute-options-block .dropdown-attribute{
        display: inline-block;
        position: absolute;
        right: 10px;
        background: #fff;
        cursor: pointer;
    }
    .attribute-options-block .attribute-label{
        position: relative;
        padding: 12px 16px;
        background: #fff;
        border: 1px solid #e5e5e5;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        margin-top: 10px;
    }
    .attribute-element-list{
        display: none;
    }
    .expanded .attribute-element-list{
        display: block;
        margin-bottom: 10px;
        background: #fff;
        padding: 10px;
        border: 1px #e5e5e5 solid;
        border-top: 0px;
    }
    .footer [data-content-type='row'][data-appearance='contained'],
    .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner']{
        padding : 0
    }
    .expanded .dropdown-attribute{
        transform: rotate(0deg);
    }
}
