.tuff-selected-customisation {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
    padding: 7px 10px;
    clear: both;
    width: fit-content;
    max-width: 100%;
    border-left: 4px solid #1268a8;
    background: #eaf5ff;
    color: #12324a;
    font-size: 13px;
    line-height: 1.25;
}

.tuff-selected-customisation__title {
    font-weight: 700;
}

.tuff-selected-customisation__label {
    color: #4b6475;
    font-size: 12px;
}

.tuff-customisation-item-title,
.tuff-customisation-item-title a {
    color: #f26a39 !important;
}

.minicart-items .tuff-customisation-item-title,
.minicart-items .tuff-customisation-item-title a {
    display: block !important;
}

.minicart-items .tuff-selected-customisation {
    display: flex !important;
    clear: both;
    width: fit-content;
    max-width: 100%;
    margin-top: 5px;
    padding: 5px 8px;
    font-size: 12px;
}

.minicart-items .tuff-customisation-upload-frame,
[data-block="minicart"] .tuff-customisation-upload-frame {
    width: 75px !important;
    height: 75px !important;
}

.minicart-items .tuff-customisation-upload-wrapper,
[data-block="minicart"] .tuff-customisation-upload-wrapper {
    width: 75px !important;
    height: 75px !important;
    padding-bottom: 0 !important;
}

.minicart-items img.tuff-customisation-upload-image,
[data-block="minicart"] img.tuff-customisation-upload-image {
    display: block !important;
    width: 75px !important;
    height: 75px !important;
    max-width: 75px !important;
    max-height: 75px !important;
    object-fit: contain;
    object-position: center;
}
