/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 14:39:28 */
/* Štítek - barvy, tvar a zarovnání */
.selected-items .item {
    background-color: #fff !important;
    color: #0c6966 !important;
    border: 2px solid #0c6966 !important;
    border-radius: 50px !important;
    padding: 5px 18px !important;
    font-weight: bold !important;
    display: inline-flex !important;
    align-items: center !important;
	    font-size: 14px !important;
}

/* Křížek - barva a posun doprava */
.selected-items .item small {
    margin-left: 15px !important; /* Odsazení křížku doprava */
    color: #0c6966 !important;
    cursor: pointer !important;
}