.item-container-form {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .05);
}

.item-number-label {
    position: absolute;
    right: 35px;
    top: 0;
    font-family: "adobe-caslon-pro", "serif";
    font-weight: bold;
}

.sp-replacer {
    display: flex !important;
}

.widget-img-container {
    padding: 5px;
    margin: 5px;
}

.container-widget-item_six {
    width: 10em;
    height: 10em;
    display: grid;
    padding: 10px;
    margin: 15px;
    justify-content: center;
    align-items: center;
}

.container-widget-item_six a {
    border-bottom: none !important;
}

.sp-preview {
    height: 1.15em !important;
}

.container-widget-name_six {
    padding-top: 20px;
    color: darkslategrey;
}

.container-widget-image_six {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(38, 57, 77,.5) 0 5px 8px -4px;
}

.rectangular-shape-item_six {
    width: 9em;
    height: 12em;
    border-radius: 4px;
}

.circular-shape-item_six {
    margin-top: 2em;
    width: 9em;
    height: 9em;
    border-radius: 9em;
}

.circular-shape-item_six img  {
    width: 7em;
    height: 7em;
    border-radius: 2em;
}

.rectangular-shape-item_six img  {
    width: 8em;
    height: 10em;
}

.widget-img-container img {
    width: 15em;
    height: 15em;
    object-fit: fill;
}

.container-dynamic-items-widget_six:has(.rectangular-shape-item) {
    height: 20em !important;
}

.container-dynamic-items-widget_six {
    height: 18em;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-content: center;
}

.container-dynamic-items-widget_six:has(.more-than-six) {
    overflow-x: auto;
    display: -webkit-box;
}

@media screen and (max-width: 1400px) {
    .container-dynamic-items-widget_six {
        overflow: auto;
        display: -webkit-box;
    }
}
