.dnd-icon-remove.deleting{font-size:12px;color:#000;font-weight:500;position:relative;top:-3px;}
.dnd-icon-remove.deleting:after{display:none!important;}
.wpcf7-drag-n-drop-file.d-none{display:none;opacity:0;visibility:hidden;position:absolute;top:0;}
.dnd-upload-status{display:flex;padding:4px 0;align-items:center;position:relative;}
.dnd-upload-status .dnd-upload-image{width:40px;height:40px;border:1px solid #a5a5a5;text-align:center;border-radius:100%;position:relative;}
.dnd-upload-status .dnd-upload-image span.file{background-image:url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100%;height:21px;width:16px;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);}
.dnd-upload-status .dnd-upload-details{padding-left:10px;width:calc(100% - 40px);}
.dnd-upload-status .dnd-upload-details .name{color:#016d98;padding:4px 0;padding-right:60px;display:flex;}
.dnd-upload-status .dnd-upload-details .name span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative;padding-right:10px;}
.dnd-upload-status .dnd-upload-details .name em{color:#444242;font-weight:700;}
.dnd-upload-status .dnd-upload-details .remove-file{position:absolute;right:0;top:10px;text-decoration:none;box-shadow:none;outline:none;opacity:1;}
.dnd-upload-status .dnd-upload-details .remove-file span:after{content:'';width:15px;height:15px;display:block;background-repeat:no-repeat;background-size:100%;background-image:url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");}
.dnd-upload-status.in-progress .remove-file{opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error{color:#f50505;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar{display:block;border-radius:5px;overflow:hidden;background:#565555;height:14px;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span{background:#4CAF50;display:block;font-size:11px;text-align:right;color:#fff;height:100%;width:0;line-height:14px;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete{width:100%!important;padding-right:5px;}
.dnd-upload-counter{position:absolute;right:5px;bottom:3px;font-size:12px;}
.codedropz-upload-handler{border:2px dashed #c5c5c5;border-radius:5px;margin-bottom:10px;position:relative;}
.codedropz-upload-container{padding:15px 20px;}
.codedropz-upload-inner{overflow:hidden;width:100%;text-align:center;text-overflow:ellipsis;font-weight:inherit;}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{text-decoration:none;box-shadow:none;}
.codedropz-upload-inner h3{margin:5px 0;font-size:30px;line-height:32px;word-break:break-word;}
.codedropz-dragover{border-color:#6b6a6a;}
.codedropz-upload-wrapper span.has-error-msg{display:inline-block;color:#ff0000;padding:5px 0;font-style:italic;}
.wpcf7-form label.error-new{color:#900;font-size:11px;float:none;padding-left:5px;}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{border-bottom-color:#900;border-bottom-style:solid;}
@media screen and (max-width:767px){
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}div:focus{outline:0}#lwaio-consent-bar,#lwaio-consent-show-again{margin:0 auto;padding:5px 0;position:absolute;box-sizing:border-box;width:100%;z-index:999999999;display:none;font-size:13px;line-height:1.5;font-weight:300}#lwaio-consent-show-again{padding:5px 10px;cursor:pointer}#lwaio-consent-bar .lwaio_messagebar_content{vertical-align:middle;margin:.5rem auto}#lwaio-consent-bar .lwaio_messagebar_content h3{margin:0;padding:0 0 10px 0;font-size:18px;line-height:1.5;display:inline-block}#lwaio-consent-bar .lwaio_messagebar_content div.group-description{margin:0;font-size:inherit;line-height:inherit;text-align:justify}#lwaio-consent-bar.ccpa.lwaio-banner .lwaio_messagebar_content .group-description{text-align:center}#lwaio-consent-bar.ccpa.lwaio-popup .lwaio_messagebar_content .group-description{padding:0}#lwaio-consent-bar.ccpa .lwaio_messagebar_content .group-description{padding:10px 0}#cookie_action_link{text-decoration:underline!important}#cookie_action_accept_all{float:right}#cookie_action_close_banner{float:right;padding:.75rem!important;background:url(//stellitanopelli.com/wp-content/plugins/lw-all-in-one/public/images/close.svg);background-color:transparent!important;color:#292929!important}#lwaio-consent-bar .lwaio_buttons_wrapper{display:inline-block;padding-right:.5rem}#lwaio-consent-bar .lwaio_buttons_wrapper input{width:unset}#lwaio-consent-bar .lwaio_buttons_wrapper input:focus{outline:0}#lwaio-consent-bar .group-switch-buttons{margin:1.5rem 0 0}#lwaio-consent-bar .lwaio_messagebar_detail{box-sizing:border-box;font-size:inherit;line-height:inherit;margin:0 auto;margin-top:10px;text-align:left;border-top:1px solid #ccc}#lwaio-consent-bar .lwaio_messagebar_detail>div{margin:5px 0;padding-top:10px}#lwaio-consent-bar .lwaio_messagebar_detail a{cursor:pointer;text-decoration:none;font-size:inherit;font-family:inherit;color:inherit;text-decoration:none}#lwaio-consent-bar .lwaio_messagebar_detail a:active,#lwaio-consent-bar .lwaio_messagebar_detail a:focus,#lwaio-consent-bar .lwaio_messagebar_detail a:hover{color:inherit;text-decoration:none}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body{width:100%}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent_tabs{position:relative;height:auto;border-bottom:1px solid #ccc;padding-bottom:0}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent_tabs #lwaio_consent_tabs_about{margin-left:-4px}#lwaio_consent_tabs_overview{font-weight:500}#lwaio_consent_tabs_about{font-weight:500}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent_tabs a.lwaio_consent_tab{display:inline-block;padding:8px;margin:0;margin-bottom:-1px;border:1px solid #ccc}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent_tabs a.lwaio_consent_tab.tab_selected{border-bottom:1px solid #fff}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent{height:170px;overflow-y:auto;border:1px solid #ccc;border-bottom:1px solid #ccc;border-top:none}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container{overflow:auto}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_types{display:inline-block;float:left}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_types a:last-child{border-bottom:none!important}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_types a.lwaio_consent_overview_cookie_container_types{border-bottom:1px solid #ccc;border-right:1px solid #ccc;display:block;padding:8px}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_types a.lwaio_consent_overview_cookie_container_types.lwaio_consent_overview_cookie_container_type_selected{border-right:1px solid #fff}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details{display:table-cell;padding:12px;overflow:auto}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table{padding:0;margin:8px 0 0;border-spacing:0;border-collapse:collapse;width:100%;border:none;font-size:inherit;font-family:inherit;line-height:inherit}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table td,#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table th,#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table thead,#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table tr{border:none}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table tr{border-bottom:1px solid #ccc}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table td,#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_overview #lwaio_consent_overview_cookie_container #lwaio_consent_overview_cookie_container_type_details .lwaio_consent_cookie_type_details .lwaio_consent_cookie_type_table_container table.lwaio_consent_cookie_type_table th{vertical-align:top;text-align:left;padding:2px;font-weight:400;border:1px solid #ccc}#lwaio-consent-bar .lwaio_messagebar_detail #lwaio_messagebar_detail_body #lwaio_consent #lwaio_consent_about{padding:12px}.fade{transition:opacity .15s linear}.button-secondary.lwaio-custom-switch{position:relative;width:45px;height:25px;float:left;border:none!important;padding:0;background:0 0!important;box-shadow:none!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input.lwaio-custom-switch-checkbox{display:none!important}.lwaio-custom-switch-label{display:block!important;width:45px;height:25px;background:#cbd5e1;border-radius:14px;cursor:pointer;position:relative;transition:background-color .3s ease;border:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.lwaio-custom-switch-label:hover{background:#b0bbc7}.lwaio-custom-switch-inner{display:none}.lwaio-custom-switch-inner:after,.lwaio-custom-switch-inner:before{display:none}.lwaio-custom-switch-switch{width:24px;height:24px;background:#fff;border-radius:50%;position:absolute;top:0;left:0;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2);border:none}.lwaio-custom-switch-switch:after{display:none}.lwaio-custom-switch-checkbox:checked+.lwaio-custom-switch-label{background:#333}.custom-switch-disabled .lwaio-custom-switch-checkbox:checked+.lwaio-custom-switch-label{opacity:.6;cursor:not-allowed}.lwaio-custom-switch-checkbox:checked+.lwaio-custom-switch-label .lwaio-custom-switch-switch{transform:translateX(24px)}.switch-desc{float:left;margin:0 10px;line-height:24px;font-size:medium}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}#lwaio-consent-bar .btn,.lwaio_messagebar_detail .btn{display:inline-block;font-weight:400;cursor:pointer;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:13px;line-height:1.5;border-radius:.25rem;text-transform:initial;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){#lwaio-consent-bar .btn,.lwaio_messagebar_detail .btn{transition:none}}#lwaio-consent-bar .btn:hover,.lwaio_messagebar_detail .btn:hover{color:#212529;text-decoration:none}#lwaio-consent-bar .btn:focus,.lwaio_messagebar_detail .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}#lwaio-consent-bar .btn.disabled,.lwaio_messagebar_detail .btn:disabled{opacity:.65}#lwaio-consent-bar .btn-lg,.lwaio_messagebar_detail .btn-lg{padding:.5rem 1rem;font-size:17px;line-height:1.5;border-radius:.3rem}#lwaio-consent-bar .btn-sm,.lwaio_messagebar_detail .btn-sm{padding:.25rem .5rem;font-size:11px;line-height:1.5;border-radius:.2rem}.lwaio_messagebar_detail .category-group{margin:0;padding-left:0;max-height:100%;overflow:scroll}.lwaio_messagebar_detail .category-group .category-item{list-style:none;font-family:inherit;font-weight:400;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:0 0;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}.lwaio_messagebar_detail .category-group .category-item h3{margin:0;padding:0;vertical-align:middle;display:inline-block;font-size:18px;line-height:1.5}.lwaio_messagebar_detail .category-group .category-item .lwaio-column{width:100%}.lwaio_messagebar_detail .category-group .category-item .lwaio-column .lwaio-columns{clear:both;width:25%;float:left;cursor:pointer;border-left:10px solid transparent;background-color:#f4f4f4;border-bottom:1px solid #d7d7d7;padding:2%;vertical-align:middle;outline:0}.lwaio_messagebar_detail .category-group .category-item .lwaio-column .lwaio-columns.active-group{border-left:10px solid #343a40;background-color:#fff;border-bottom:none}.lwaio_messagebar_detail .category-group .category-item .description-container{position:absolute;width:75%;left:25%;float:left;padding:4%;max-height:100%;overflow:scroll}.lwaio_messagebar_detail .category-group .category-item .description-container div.group-description{padding:0 0 10px 0}.lwaio_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container{font-size:inherit;line-height:inherit;overflow-x:auto}.lwaio_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container table,.lwaio_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container table td,.lwaio_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container table th{font-size:inherit;line-height:inherit;margin:0}.lwaio_messagebar_detail .category-group .category-item .description-container hr{margin:0;padding:0;margin-bottom:15px}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle{display:inline-block;width:100%;margin-bottom:5%}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .toggle-group{float:right;vertical-align:middle}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox{background-color:#fff;position:relative;display:inline-block;z-index:1}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label{background:#cbd5e1;border:none;height:28px;width:52px;position:relative;display:inline-block;border-radius:14px;transition:background-color .3s ease;margin-bottom:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label:hover{background:#b0bbc7}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label:after{cursor:pointer;content:"";position:absolute;width:24px;height:24px;border-radius:50%;left:2px;top:2px;z-index:2;background:#fff;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label:hover:after{box-shadow:0 2px 6px rgba(0,0,0,.3)}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox .label-text{display:none}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;opacity:0;cursor:pointer}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input:checked+label{background:#333}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input:checked+label:hover{background:#333}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input:checked+label:after{transform:translateX(24px)}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input:focus+label::after{outline:#3b99fc auto 5px}.lwaio_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox:not(:checked){pointer-events:initial}.lwaio_messagebar_detail .category-group .category-item .description-container .toggle-group.always-active{line-height:1.3;color:#1a73e8}.lwaio_messagebar_detail .category-group .category-item .description-container.hide{display:none}.lwaio_messagebar_detail a.btn{padding:0;text-decoration:none;font-size:inherit;color:inherit}.lwaio_messagebar_detail a.btn:focus{box-shadow:unset}@media(max-width:768px){#lwaio-consent-bar.lwaio-widget{width:100%!important;left:0!important;right:0!important;bottom:0!important}#lwaio-consent-bar,#lwaio-consent-show-again{font-size:11px;padding:1em}#lwaio-consent-bar .lwaio_messagebar_content h3{font-size:medium}.lwaio_messagebar_detail .category-group .category-item h3{font-size:medium}#cookie_action_accept_all{float:none;margin-top:1em}#lwaio-consent-bar .lwaio_buttons_wrapper{padding:1rem 0}}.wpl-iframe-placeholder{background-image:url(//stellitanopelli.com/wp-content/plugins/lw-all-in-one/public/images/placeholder.svg);background-size:80px;max-width:100%;max-height:100%;background-position:center;background-repeat:no-repeat;background-color:#b2b0b059;position:relative;display:flex;align-items:flex-end;justify-content:center}.wpl-iframe-placeholder .wpl-inner-text{width:100%;text-align:center;padding:1rem 1rem;border-radius:400px}