.ship_address {
    float: none !important;
    width: 100% !important;
    height: 65px;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.5s;
    text-align: left;
    background-color: var( --primary-color ) !important;
    border: 1px solid var( --primary-color ) !important;
    color: #fff;
    text-transform: none !important;
}

.ship_address a {
    color: #e0e0e0;
}

.active {
    transition: height 0.5s;
    height: auto;
}

.multi_shipping {
    display: none !important;
}