.yith-pos-multistock-wrapper {
    margin-top: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.yith-pos-multistock-title {
    display: block;
    text-align: center;
    color: #fff !important;
    background: linear-gradient(315deg, #15c4a0 0%, #4a8cdb 100%) !important;
    font-family: system-ui;
    padding: 4px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.yith-pos-multistock {
    margin: 0em 0;
    border: 1px solid #ccc;
    flex-wrap: wrap;
}

.yith-pos-multistock-item {
    margin: 3px;
    padding: 6px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    flex: 1;
    min-width: 150px;
    transition: all 0.3s;
}

.yith-pos-multistock-label {
    font-weight: bold;
    color: #333 !important;
    line-height: 1.4;
}

.yith-pos-multistock-status {
    font-weight: 800;
    line-height: 1.4;
}

.out-of-stock {
    color: #e53935;
}

.low-stock-orange {
    color: #ff9800;
}

.in-stock-green {
    color: #15c4a0;
}

.yith-pos-multistock-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: 1em;
    background-color: rgba(0, 0, 0, 0.1);
}

.my-share-icons {
    /* Add any required styles for share icons positioning */
}

.coming-soon {
    color: #4a90e2;
    font-style: italic;
}
