/* STARS */
.star-icon-full {
    background-image: url('/lab-design-system/assets/svg/star-full.svg');
    width: 15px; 
    height: 16px;
    background-repeat: no-repeat;

}

.star-icon-half {
    background-image: url('/lab-design-system/assets/svg/star-half.svg');
    width: 15px; 
    height: 16px;
    background-repeat: no-repeat;

}

/* SKISSIM */
.skissim-icon {
    min-width: 100px;
    background-repeat: no-repeat;
    height:29px;
}

.skissim-icon.classic {
    background-image: url('/lab-design-system/assets/svg/skissim-classic.svg');
}

.skissim-icon.premium {
    background-image: url('/lab-design-system/assets/svg/skissim-premium.svg');
}

.skissim-icon.select {
    background-image: url('/lab-design-system/assets/svg/skissim-select.svg');
}

/* SERVICES */
.service-icon {
    width: 20px;
    height: 20px;
}

.service-icon.accommodation {
    background-image: url('/lab-design-system/assets/svg/accommodation.svg');
}
.service-icon.equipment {
    background-image: url('/lab-design-system/assets/svg/equipment.svg');
}
.service-icon.skipass {
    background-image: url('/lab-design-system/assets/svg/skipass.svg');
}
/* PLUS */

.plus-icon {
    width: 20px;
    height: 20px;
    background-image: url('/lab-design-system/assets/svg/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
}