.wp-block-resideo-plugin-gallery-carousel {
    background-color: #f5f7fa;
    padding: 20px;
    border: 1px dotted #888;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-placeholder-img {
    background: url(../images/gallery-carousel-module.png) no-repeat scroll center center;
    background-size: contain;
    height: 156px;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-placeholder-header,
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-placeholder-subheader {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 0;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-placeholder-header {
    margin-bottom: 0;
}
.wp-block-resideo-plugin-gallery-carousel .components-panel__header h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.1em;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 0;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-container ul li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2e4e7;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-container ul li:last-child {
    margin-bottom: 10px;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-container ul li a {
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 18px;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-new-form {
    display: none;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-new-header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.gallery-carousel-list-new-image-placeholder {
    width: 100%;
    height: 125px;
    background: #fff;
    border: 1px solid #e2e4e7;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 30%;
    position: relative;
}
.gallery-carousel-list-new-image-placeholder > span {
    font-size: 50px;
    margin-top: 20px;
}
.gallery-carousel-list-new-image-btn {
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: calc(100% - 4px);
    display: block;
    padding: 0 8px !important;
}
.gallery-carousel-list-new-ok,
.gallery-carousel-list-new-cancel {
    margin-top: 10px;
    margin-right: 5px;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-item-img {
    width: 100%;
    height: 60px;
    border: 1px solid #e2e4e7;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%;
}
.wp-block-resideo-plugin-gallery-carousel .gallery-carousel-list-container ul li a {
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 18px;
}