| @@ -787,49 +787,60 @@ | ||
| 787 | 787 | } |
| 788 | 788 | |
| 789 | 789 | .elementor-panel :where(#elementor-panel-state-loading, |
| 790 | 790 | #elementor-panel-header-wrapper, |
| 791 | -#elementor-panel-content-wrapper) h1, | |
| 791 | +#elementor-panel-content-wrapper, | |
| 792 | +#elementor-panel-footer) h1, | |
| 792 | 793 | .elementor-panel :where(#elementor-panel-state-loading, |
| 793 | 794 | #elementor-panel-header-wrapper, |
| 794 | -#elementor-panel-content-wrapper) h2, | |
| 795 | +#elementor-panel-content-wrapper, | |
| 796 | +#elementor-panel-footer) h2, | |
| 795 | 797 | .elementor-panel :where(#elementor-panel-state-loading, |
| 796 | 798 | #elementor-panel-header-wrapper, |
| 797 | -#elementor-panel-content-wrapper) h3, | |
| 799 | +#elementor-panel-content-wrapper, | |
| 800 | +#elementor-panel-footer) h3, | |
| 798 | 801 | .elementor-panel :where(#elementor-panel-state-loading, |
| 799 | 802 | #elementor-panel-header-wrapper, |
| 800 | -#elementor-panel-content-wrapper) h4, | |
| 803 | +#elementor-panel-content-wrapper, | |
| 804 | +#elementor-panel-footer) h4, | |
| 801 | 805 | .elementor-panel :where(#elementor-panel-state-loading, |
| 802 | 806 | #elementor-panel-header-wrapper, |
| 803 | -#elementor-panel-content-wrapper) h5, | |
| 807 | +#elementor-panel-content-wrapper, | |
| 808 | +#elementor-panel-footer) h5, | |
| 804 | 809 | .elementor-panel :where(#elementor-panel-state-loading, |
| 805 | 810 | #elementor-panel-header-wrapper, |
| 806 | -#elementor-panel-content-wrapper) h6 { | |
| 811 | +#elementor-panel-content-wrapper, | |
| 812 | +#elementor-panel-footer) h6 { | |
| 807 | 813 | font-size: 100%; |
| 808 | 814 | font-weight: normal; |
| 809 | 815 | } |
| 810 | 816 | .elementor-panel :where(#elementor-panel-state-loading, |
| 811 | 817 | #elementor-panel-header-wrapper, |
| 812 | -#elementor-panel-content-wrapper) abbr, | |
| 818 | +#elementor-panel-content-wrapper, | |
| 819 | +#elementor-panel-footer) abbr, | |
| 813 | 820 | .elementor-panel :where(#elementor-panel-state-loading, |
| 814 | 821 | #elementor-panel-header-wrapper, |
| 815 | -#elementor-panel-content-wrapper) acronym { | |
| 822 | +#elementor-panel-content-wrapper, | |
| 823 | +#elementor-panel-footer) acronym { | |
| 816 | 824 | border: 0; |
| 817 | 825 | font-variant: normal; |
| 818 | 826 | } |
| 819 | 827 | .elementor-panel :where(#elementor-panel-state-loading, |
| 820 | 828 | #elementor-panel-header-wrapper, |
| 821 | -#elementor-panel-content-wrapper) sup { | |
| 829 | +#elementor-panel-content-wrapper, | |
| 830 | +#elementor-panel-footer) sup { | |
| 822 | 831 | vertical-align: text-top; |
| 823 | 832 | } |
| 824 | 833 | .elementor-panel :where(#elementor-panel-state-loading, |
| 825 | 834 | #elementor-panel-header-wrapper, |
| 826 | -#elementor-panel-content-wrapper) sub { | |
| 835 | +#elementor-panel-content-wrapper, | |
| 836 | +#elementor-panel-footer) sub { | |
| 827 | 837 | vertical-align: text-bottom; |
| 828 | 838 | } |
| 829 | 839 | .elementor-panel :where(#elementor-panel-state-loading, |
| 830 | 840 | #elementor-panel-header-wrapper, |
| 831 | -#elementor-panel-content-wrapper) img { | |
| 841 | +#elementor-panel-content-wrapper, | |
| 842 | +#elementor-panel-footer) img { | |
| 832 | 843 | max-width: 100%; |
| 833 | 844 | height: auto; |
| 834 | 845 | border: 0; |
| 835 | 846 | } |
| @@ -834,9 +845,10 @@ | ||
| 834 | 845 | border: 0; |
| 835 | 846 | } |
| 836 | 847 | .elementor-panel :where(#elementor-panel-state-loading, |
| 837 | 848 | #elementor-panel-header-wrapper, |
| 838 | -#elementor-panel-content-wrapper) :focus { | |
| 849 | +#elementor-panel-content-wrapper, | |
| 850 | +#elementor-panel-footer) :focus { | |
| 839 | 851 | outline: 0; |
| 840 | 852 | } |
| 841 | 853 | .elementor-panel .elementor-panel-box-content { |
| 842 | 854 | padding: 20px 20px 10px; |
| @@ -1188,8 +1200,135 @@ | ||
| 1188 | 1200 | inset-inline-end: 0; |
| 1189 | 1201 | border-radius: 50%; |
| 1190 | 1202 | z-index: -1; |
| 1191 | 1203 | } |
| 1204 | +.elementor-panel #elementor-panel-footer { | |
| 1205 | + position: relative; | |
| 1206 | + height: 40px; | |
| 1207 | + background-color: var(--e-a-dark-bg); | |
| 1208 | + color: var(--e-a-dark-color-txt); | |
| 1209 | +} | |
| 1210 | +.elementor-panel #elementor-panel-footer-tools { | |
| 1211 | + display: flex; | |
| 1212 | + justify-content: space-between; | |
| 1213 | + height: 100%; | |
| 1214 | +} | |
| 1215 | +.elementor-panel .elementor-panel-footer-tool { | |
| 1216 | + display: flex; | |
| 1217 | + align-items: center; | |
| 1218 | + justify-content: center; | |
| 1219 | + width: 15%; | |
| 1220 | + cursor: pointer; | |
| 1221 | + transition: var(--e-a-transition-hover); | |
| 1222 | + border: 0; | |
| 1223 | + color: currentColor; | |
| 1224 | + background-color: transparent; | |
| 1225 | +} | |
| 1226 | +.elementor-panel .elementor-panel-footer-tool i { | |
| 1227 | + font-size: 15px; | |
| 1228 | +} | |
| 1229 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { | |
| 1230 | + margin: auto; | |
| 1231 | + transform: rotate(270deg); | |
| 1232 | +} | |
| 1233 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1234 | + cursor: inherit; | |
| 1235 | +} | |
| 1236 | +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus { | |
| 1237 | + color: var(--e-a-dark-color-txt-hover); | |
| 1238 | +} | |
| 1239 | +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1240 | + display: none; | |
| 1241 | +} | |
| 1242 | +.elementor-panel #elementor-panel-footer-saver-publish { | |
| 1243 | + width: 30%; | |
| 1244 | + margin-inline-start: auto; | |
| 1245 | +} | |
| 1246 | +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1247 | + margin-inline-end: 0; | |
| 1248 | +} | |
| 1249 | +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1250 | + display: none; | |
| 1251 | +} | |
| 1252 | +.elementor-panel #elementor-panel-footer-saver-options { | |
| 1253 | + width: 10%; | |
| 1254 | +} | |
| 1255 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1256 | + font-size: 11px; | |
| 1257 | + font-style: italic; | |
| 1258 | + padding: 5px 0 15px; | |
| 1259 | +} | |
| 1260 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1261 | + display: none; | |
| 1262 | +} | |
| 1263 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1264 | + border-block-end: 1px dotted transparent; | |
| 1265 | + transition: all ease-in-out 0.3s; | |
| 1266 | + cursor: pointer; | |
| 1267 | +} | |
| 1268 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1269 | + border-block-end-color: inherit; | |
| 1270 | +} | |
| 1271 | +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { | |
| 1272 | + transform: rotate(90deg); | |
| 1273 | +} | |
| 1274 | +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1275 | + padding: 0; | |
| 1276 | + font-size: 11px; | |
| 1277 | + height: 100%; | |
| 1278 | + width: 100%; | |
| 1279 | + border-radius: 0; | |
| 1280 | +} | |
| 1281 | +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1282 | + background-color: #1f2124; | |
| 1283 | + color: #9DA5AE; | |
| 1284 | +} | |
| 1285 | +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) { | |
| 1286 | + border-inline-end: 1px solid #F0ABFC; | |
| 1287 | +} | |
| 1288 | +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled { | |
| 1289 | + border-inline-end: 1px solid #3f444b; | |
| 1290 | +} | |
| 1291 | +.elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1292 | + position: absolute; | |
| 1293 | + inset-block-end: 100%; | |
| 1294 | + inset-inline-start: 0; | |
| 1295 | + width: 100%; | |
| 1296 | + background-color: #1f2124; | |
| 1297 | + padding: 10px; | |
| 1298 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1299 | + cursor: default; | |
| 1300 | + z-index: 10000; | |
| 1301 | +} | |
| 1302 | +.elementor-panel .elementor-panel-footer-sub-menu { | |
| 1303 | + border-radius: var(--e-border-radius); | |
| 1304 | + overflow: hidden; | |
| 1305 | + border: 1px solid #3f444b; | |
| 1306 | +} | |
| 1307 | +.elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1308 | + display: flex; | |
| 1309 | + height: 40px; | |
| 1310 | + color: #D5D8DC; | |
| 1311 | + align-items: center; | |
| 1312 | + -moz-column-gap: 10px; | |
| 1313 | + column-gap: 10px; | |
| 1314 | + padding: 0 20px; | |
| 1315 | + transition: var(--e-a-transition-hover); | |
| 1316 | + cursor: pointer; | |
| 1317 | +} | |
| 1318 | +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled { | |
| 1319 | + cursor: default; | |
| 1320 | + color: #69727D; | |
| 1321 | +} | |
| 1322 | +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1323 | + border-block-end: 1px solid #3f444b; | |
| 1324 | +} | |
| 1325 | +.elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1326 | + background-color: rgba(255, 255, 255, 0.1); | |
| 1327 | +} | |
| 1328 | +.elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1329 | + background-color: rgba(255, 255, 255, 0.2); | |
| 1330 | +} | |
| 1192 | 1331 | |
| 1193 | 1332 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1194 | 1333 | text-align: center; |
| 1195 | 1334 | padding: 10px 0; |
| @@ -1288,27 +1427,14 @@ | ||
| 1288 | 1427 | -webkit-user-select: none; |
| 1289 | 1428 | -moz-user-select: none; |
| 1290 | 1429 | user-select: none; |
| 1291 | 1430 | } |
| 1292 | -.elementor-panel .elementor-element .eicon-atomic, | |
| 1293 | -.elementor-panel .elementor-element .e-widget-new-badge { | |
| 1431 | +.elementor-panel .elementor-element .eicon-atomic { | |
| 1294 | 1432 | position: absolute; |
| 1295 | - inset-block-start: 4px; | |
| 1296 | - inset-inline-end: 6px; | |
| 1297 | -} | |
| 1298 | -.elementor-panel .elementor-element .eicon-atomic { | |
| 1433 | + inset-block-start: 5px; | |
| 1434 | + inset-inline-end: 5px; | |
| 1299 | 1435 | color: var(--e-a-color-txt); |
| 1300 | 1436 | } |
| 1301 | -.elementor-panel .elementor-element .e-widget-new-badge { | |
| 1302 | - border-radius: 4px; | |
| 1303 | - background-color: #EBF2FE; | |
| 1304 | - color: var(--e-a-color-info); | |
| 1305 | - padding: 2px 4px; | |
| 1306 | - font-size: 10px; | |
| 1307 | - font-weight: 500; | |
| 1308 | - line-height: 1.4; | |
| 1309 | - pointer-events: none; | |
| 1310 | -} | |
| 1311 | 1437 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1312 | 1438 | background-color: var(--e-a-bg-hover); |
| 1313 | 1439 | border-color: var(--e-a-border-color-bold); |
| 1314 | 1440 | } |
| @@ -1445,80 +1571,8 @@ | ||
| 1445 | 1571 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1446 | 1572 | border: 0; |
| 1447 | 1573 | } |
| 1448 | 1574 | |
| 1449 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1450 | - display: none; | |
| 1451 | -} | |
| 1452 | - | |
| 1453 | -.elementor-panel-elements-widget-creation { | |
| 1454 | - text-align: center; | |
| 1455 | - padding: 30px 20px; | |
| 1456 | -} | |
| 1457 | -.elementor-panel-elements-widget-creation__title { | |
| 1458 | - font-size: 14px; | |
| 1459 | - font-weight: bold; | |
| 1460 | - line-height: 1.4; | |
| 1461 | - color: var(--e-a-color-txt); | |
| 1462 | -} | |
| 1463 | -.elementor-panel-elements-widget-creation__message { | |
| 1464 | - margin-block-start: 8px; | |
| 1465 | - font-size: 13px; | |
| 1466 | - line-height: 1.6; | |
| 1467 | - color: var(--e-a-color-txt-muted); | |
| 1468 | -} | |
| 1469 | -.elementor-panel-elements-widget-creation__cta { | |
| 1470 | - display: inline-flex; | |
| 1471 | - align-items: center; | |
| 1472 | - gap: 6px; | |
| 1473 | - margin-block-start: 16px; | |
| 1474 | - padding: 0; | |
| 1475 | - border: none; | |
| 1476 | - background: none; | |
| 1477 | - color: #C00BB9; | |
| 1478 | - font-size: 14px; | |
| 1479 | - font-weight: 500; | |
| 1480 | - cursor: pointer; | |
| 1481 | - font-family: var(--e-a-font-family); | |
| 1482 | -} | |
| 1483 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1484 | - font-size: 16px; | |
| 1485 | -} | |
| 1486 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1487 | - opacity: 0.8; | |
| 1488 | -} | |
| 1489 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1490 | - border-block-start: var(--e-a-border); | |
| 1491 | -} | |
| 1492 | - | |
| 1493 | -.elementor-panel-category-custom-widgets-empty { | |
| 1494 | - grid-column: 1/-1; | |
| 1495 | - width: 100%; | |
| 1496 | - padding: 0 16px 16px; | |
| 1497 | -} | |
| 1498 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1499 | - margin: 0; | |
| 1500 | - font-size: 12px; | |
| 1501 | - line-height: 1.6; | |
| 1502 | - color: var(--e-a-color-txt-muted); | |
| 1503 | -} | |
| 1504 | - | |
| 1505 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1506 | - margin-inline-start: auto; | |
| 1507 | - padding: 4px 10px; | |
| 1508 | - border: none; | |
| 1509 | - background: none; | |
| 1510 | - color: #C00BB9; | |
| 1511 | - font-size: 12px; | |
| 1512 | - font-weight: 500; | |
| 1513 | - cursor: pointer; | |
| 1514 | - font-family: var(--e-a-font-family); | |
| 1515 | - flex-shrink: 0; | |
| 1516 | -} | |
| 1517 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1518 | - opacity: 0.8; | |
| 1519 | -} | |
| 1520 | - | |
| 1521 | 1575 | #elementor-panel-inner { |
| 1522 | 1576 | position: relative; |
| 1523 | 1577 | height: 100%; |
| 1524 | 1578 | display: flex; |
| @@ -1544,54 +1598,18 @@ | ||
| 1544 | 1598 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1545 | 1599 | margin-block-start: 20px; |
| 1546 | 1600 | } |
| 1547 | 1601 | |
| 1548 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1549 | - display: flex; | |
| 1550 | - flex-direction: column; | |
| 1551 | -} | |
| 1552 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1553 | - display: flex; | |
| 1554 | - flex-direction: column; | |
| 1555 | - flex: 1; | |
| 1556 | - min-height: 0; | |
| 1557 | -} | |
| 1558 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1559 | - position: sticky; | |
| 1560 | - inset-block-end: 0; | |
| 1561 | - margin-block-start: auto; | |
| 1562 | -} | |
| 1563 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1564 | - margin-block-start: 0; | |
| 1565 | -} | |
| 1566 | - | |
| 1567 | 1602 | #elementor-panel-get-pro-elements-sticky { |
| 1568 | 1603 | position: sticky; |
| 1569 | 1604 | inset-block-end: 0; |
| 1605 | + font-size: 14px; | |
| 1606 | + font-weight: 400; | |
| 1607 | + line-height: 1.6; | |
| 1570 | 1608 | margin-block-end: -10px; |
| 1571 | 1609 | } |
| 1572 | 1610 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1573 | 1611 | margin-block-start: -14px; |
| 1574 | -} | |
| 1575 | - | |
| 1576 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1577 | - display: flex; | |
| 1578 | - flex-direction: column; | |
| 1579 | - min-height: 100%; | |
| 1580 | -} | |
| 1581 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1582 | - margin-block-start: auto; | |
| 1583 | -} | |
| 1584 | - | |
| 1585 | -#elementor-panel-get-pro-elements-sticky, | |
| 1586 | -.elementor-panel-editor-sticky-promotion { | |
| 1587 | - font-size: 14px; | |
| 1588 | - font-weight: 400; | |
| 1589 | - line-height: 1.6; | |
| 1590 | - background-color: var(--e-a-color-white); | |
| 1591 | -} | |
| 1592 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1593 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1594 | 1612 | min-height: 40px; |
| 1595 | 1613 | display: block; |
| 1596 | 1614 | padding: 9px min(35px, 5%); |
| 1597 | 1615 | gap: 10px; |
| @@ -1599,17 +1617,15 @@ | ||
| 1599 | 1617 | color: var(--e-a-color-black); |
| 1600 | 1618 | text-align: center; |
| 1601 | 1619 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1602 | 1620 | } |
| 1603 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1604 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1621 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1605 | 1622 | display: inline-block; |
| 1606 | 1623 | font-size: 13px; |
| 1607 | 1624 | font-weight: 500; |
| 1608 | 1625 | color: var(--e-a-btn-bg-accent); |
| 1609 | 1626 | } |
| 1610 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1611 | -.elementor-panel-editor-sticky-promotion img { | |
| 1627 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1612 | 1628 | margin-inline-start: 17px; |
| 1613 | 1629 | } |
| 1614 | 1630 | |
| 1615 | 1631 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -1641,12 +1657,8 @@ | ||
| 1641 | 1657 | inset-block-start: 5px; |
| 1642 | 1658 | inset-inline-end: 5px; |
| 1643 | 1659 | } |
| 1644 | 1660 | |
| 1645 | -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper { | |
| 1646 | - display: none !important; | |
| 1647 | -} | |
| 1648 | - | |
| 1649 | 1661 | .media-modal.wp-core-ui { |
| 1650 | 1662 | color-scheme: light; |
| 1651 | 1663 | color: #515962; |
| 1652 | 1664 | } |
| @@ -1817,8 +1829,11 @@ | ||
| 1817 | 1829 | background-color: var(--e-a-bg-chip); |
| 1818 | 1830 | border-radius: 100px; |
| 1819 | 1831 | padding: 5px 8px; |
| 1820 | 1832 | } |
| 1833 | +.elementor-panel-heading-category-chip i { | |
| 1834 | + margin-inline-start: 4px; | |
| 1835 | +} | |
| 1821 | 1836 | .elementor-panel-heading-promotion { |
| 1822 | 1837 | margin-inline-start: auto; |
| 1823 | 1838 | } |
| 1824 | 1839 | .elementor-panel-heading-promotion a { |
| @@ -3001,19 +3016,8 @@ | ||
| 3001 | 3016 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3002 | 3017 | background-color: #BABFC5; |
| 3003 | 3018 | border-radius: 10px; |
| 3004 | 3019 | } |
| 3005 | -.e-global__group-header { | |
| 3006 | - padding: 12px 20px 5px; | |
| 3007 | - font-weight: 500; | |
| 3008 | - font-size: 11px; | |
| 3009 | - color: var(--e-a-color-txt-muted); | |
| 3010 | -} | |
| 3011 | -.e-global__group-divider { | |
| 3012 | - height: 1px; | |
| 3013 | - background-color: var(--e-a-border-color); | |
| 3014 | - margin: 10px 20px; | |
| 3015 | -} | |
| 3016 | 3020 | .e-global__manage-button { |
| 3017 | 3021 | font-weight: 500; |
| 3018 | 3022 | cursor: pointer; |
| 3019 | 3023 | } |
| @@ -4436,10 +4440,10 @@ | ||
| 4436 | 4440 | .e-control-display-conditions-promotion__wrapper { |
| 4437 | 4441 | display: flex; |
| 4438 | 4442 | justify-content: space-between; |
| 4439 | 4443 | } |
| 4440 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4441 | - color: var(--e-a-color-accent-promotion); | |
| 4444 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4445 | + color: var(--e-a-color-accent); | |
| 4442 | 4446 | } |
| 4443 | 4447 | .e-control-display-conditions-promotion__description { |
| 4444 | 4448 | display: flex; |
| 4445 | 4449 | align-self: center; |
| @@ -4452,11 +4456,8 @@ | ||
| 4452 | 4456 | display: flex; |
| 4453 | 4457 | justify-content: center; |
| 4454 | 4458 | align-items: center; |
| 4455 | 4459 | } |
| 4456 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4457 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4458 | -} | |
| 4459 | 4460 | .e-control-display-conditions-promotion.eicon-flow { |
| 4460 | 4461 | align-self: flex-end; |
| 4461 | 4462 | cursor: pointer; |
| 4462 | 4463 | border: var(--e-a-border-bold); |
| @@ -4467,10 +4468,10 @@ | ||
| 4467 | 4468 | background-color: var(--e-a-bg-active); |
| 4468 | 4469 | color: #E73CF6; |
| 4469 | 4470 | } |
| 4470 | 4471 | |
| 4471 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4472 | - color: var(--e-a-color-accent-promotion); | |
| 4472 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4473 | + color: var(--e-a-color-accent); | |
| 4473 | 4474 | } |
| 4474 | 4475 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4475 | 4476 | margin-inline-end: 0; |
| 4476 | 4477 | } |
| @@ -4495,11 +4496,8 @@ | ||
| 4495 | 4496 | display: flex; |
| 4496 | 4497 | justify-content: center; |
| 4497 | 4498 | align-items: center; |
| 4498 | 4499 | } |
| 4499 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4500 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4501 | -} | |
| 4502 | 4500 | |
| 4503 | 4501 | .e-link-promotion { |
| 4504 | 4502 | font-family: "Roboto", sans-serif; |
| 4505 | 4503 | font-weight: 500; |
| @@ -4529,9 +4527,11 @@ | ||
| 4529 | 4527 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4530 | 4528 | padding: 25px 15px 0; |
| 4531 | 4529 | } |
| 4532 | 4530 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4533 | -.elementor-editor-kit #elementor-panel-header-menu-button { | |
| 4531 | +.elementor-editor-kit #elementor-panel-header-menu-button, | |
| 4532 | +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, | |
| 4533 | +.elementor-editor-kit #elementor-panel-footer-navigator { | |
| 4534 | 4534 | display: none; |
| 4535 | 4535 | } |
| 4536 | 4536 | |
| 4537 | 4537 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| @@ -5011,20 +5011,8 @@ | ||
| 5011 | 5011 | background-color: #fff; |
| 5012 | 5012 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5013 | 5013 | } |
| 5014 | 5014 | |
| 5015 | -#elementor-template-library-modal button:focus-visible, | |
| 5016 | -#elementor-template-library-modal a:focus-visible, | |
| 5017 | -#elementor-template-library-modal input:focus-visible, | |
| 5018 | -#elementor-template-library-modal select:focus-visible, | |
| 5019 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5020 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5021 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5022 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5023 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5024 | - outline-offset: 2px; | |
| 5025 | - border-radius: 2px; | |
| 5026 | -} | |
| 5027 | 5015 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5028 | 5016 | font-style: normal; |
| 5029 | 5017 | text-decoration: underline; |
| 5030 | 5018 | } |
| @@ -5037,9 +5025,9 @@ | ||
| 5037 | 5025 | #elementor-template-library-modal .dialog-message { |
| 5038 | 5026 | overflow-y: scroll; |
| 5039 | 5027 | } |
| 5040 | 5028 | #elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message { |
| 5041 | - overflow-y: auto; | |
| 5029 | + overflow-y: hidden; | |
| 5042 | 5030 | } |
| 5043 | 5031 | #elementor-template-library-modal .e-back-to-editor { |
| 5044 | 5032 | color: var(--e-a-color-txt); |
| 5045 | 5033 | text-decoration: underline; |
| @@ -5055,21 +5043,14 @@ | ||
| 5055 | 5043 | display: inline-block; |
| 5056 | 5044 | padding: 17px 20px; |
| 5057 | 5045 | border-block-end: 3px solid transparent; |
| 5058 | 5046 | cursor: pointer; |
| 5059 | - background: transparent; | |
| 5060 | - margin: 0; | |
| 5061 | - font-size: inherit; | |
| 5062 | - font-family: inherit; | |
| 5063 | - color: inherit; | |
| 5064 | - border: none; | |
| 5065 | 5047 | } |
| 5066 | 5048 | .elementor-template-library-menu-item:hover { |
| 5067 | 5049 | background-color: var(--e-a-bg-hover); |
| 5068 | 5050 | border-color: var(--e-a-bg-hover); |
| 5069 | 5051 | } |
| 5070 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5071 | - border-block-end: 3px solid; | |
| 5052 | +.elementor-template-library-menu-item.elementor-active { | |
| 5072 | 5053 | border-color: var(--e-a-border-color-accent); |
| 5073 | 5054 | color: var(--e-a-color-txt-accent); |
| 5074 | 5055 | } |
| 5075 | 5056 | |
| @@ -5075,25 +5056,11 @@ | ||
| 5075 | 5056 | |
| 5076 | 5057 | #elementor-template-library-header-actions { |
| 5077 | 5058 | display: flex; |
| 5078 | 5059 | } |
| 5079 | -#elementor-template-library-header-actions > div, | |
| 5080 | -#elementor-template-library-header-actions > button { | |
| 5081 | - background: transparent; | |
| 5082 | - margin: 0; | |
| 5083 | - font-size: inherit; | |
| 5084 | - font-family: inherit; | |
| 5085 | - color: inherit; | |
| 5086 | - border: none; | |
| 5060 | +#elementor-template-library-header-actions > div { | |
| 5087 | 5061 | padding-inline-end: 16px; |
| 5088 | - cursor: pointer; | |
| 5089 | 5062 | } |
| 5090 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5091 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5092 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5093 | - outline-offset: -2px; | |
| 5094 | - border-radius: 2px; | |
| 5095 | -} | |
| 5096 | 5063 | |
| 5097 | 5064 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5098 | 5065 | opacity: 0; |
| 5099 | 5066 | visibility: hidden; |
| @@ -5115,25 +5082,8 @@ | ||
| 5115 | 5082 | border-inline-end: var(--e-a-border); |
| 5116 | 5083 | cursor: pointer; |
| 5117 | 5084 | transition: color 0.5s; |
| 5118 | 5085 | } |
| 5119 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5120 | - background: transparent; | |
| 5121 | - margin: 0; | |
| 5122 | - font-size: inherit; | |
| 5123 | - font-family: inherit; | |
| 5124 | - color: inherit; | |
| 5125 | - border: none; | |
| 5126 | - display: flex; | |
| 5127 | - align-items: center; | |
| 5128 | - gap: 10px; | |
| 5129 | - cursor: pointer; | |
| 5130 | -} | |
| 5131 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5132 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5133 | - outline-offset: 2px; | |
| 5134 | - border-radius: 2px; | |
| 5135 | -} | |
| 5136 | 5086 | #elementor-template-library-header-preview-back:hover { |
| 5137 | 5087 | color: var(--e-a-color-txt-hover); |
| 5138 | 5088 | } |
| 5139 | 5089 | #elementor-template-library-header-preview-back i { |
| @@ -5166,14 +5116,9 @@ | ||
| 5166 | 5116 | } |
| 5167 | 5117 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container { |
| 5168 | 5118 | display: flex; |
| 5169 | 5119 | align-items: baseline; |
| 5170 | - border-radius: 3px; | |
| 5171 | 5120 | } |
| 5172 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible { | |
| 5173 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5174 | - outline-offset: 2px; | |
| 5175 | -} | |
| 5176 | 5121 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info { |
| 5177 | 5122 | align-items: center; |
| 5178 | 5123 | } |
| 5179 | 5124 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i { |
| @@ -5278,14 +5223,8 @@ | ||
| 5278 | 5223 | align-items: center; |
| 5279 | 5224 | gap: 8px; |
| 5280 | 5225 | } |
| 5281 | 5226 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5282 | - background: transparent; | |
| 5283 | - margin: 0; | |
| 5284 | - font-size: inherit; | |
| 5285 | - font-family: inherit; | |
| 5286 | - color: inherit; | |
| 5287 | - border: none; | |
| 5288 | 5227 | cursor: pointer; |
| 5289 | 5228 | font-size: 20px; |
| 5290 | 5229 | padding: 0 5px; |
| 5291 | 5230 | border-radius: 2px; |
| @@ -5325,19 +5264,15 @@ | ||
| 5325 | 5264 | padding: 8px; |
| 5326 | 5265 | border: var(--e-a-border); |
| 5327 | 5266 | border-radius: 3px; |
| 5328 | 5267 | } |
| 5329 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5330 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5331 | - outline-offset: 2px; | |
| 5332 | -} | |
| 5333 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview { | |
| 5268 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview { | |
| 5334 | 5269 | display: flex; |
| 5335 | 5270 | } |
| 5336 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5271 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5337 | 5272 | display: none; |
| 5338 | 5273 | } |
| 5339 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5274 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5340 | 5275 | display: flex !important; |
| 5341 | 5276 | } |
| 5342 | 5277 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5343 | 5278 | width: 190px; |
| @@ -5432,29 +5367,16 @@ | ||
| 5432 | 5367 | gap: 20px; |
| 5433 | 5368 | align-items: center; |
| 5434 | 5369 | flex: 1; |
| 5435 | 5370 | } |
| 5436 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5437 | - background: transparent; | |
| 5438 | - margin: 0; | |
| 5439 | - font-size: inherit; | |
| 5440 | - font-family: inherit; | |
| 5441 | - color: inherit; | |
| 5442 | - border: none; | |
| 5371 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5443 | 5372 | cursor: pointer; |
| 5444 | - display: flex; | |
| 5445 | - align-items: center; | |
| 5446 | - justify-content: center; | |
| 5373 | + font-size: 18px; | |
| 5447 | 5374 | } |
| 5448 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5375 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5449 | 5376 | pointer-events: none; |
| 5450 | 5377 | opacity: 0.3; |
| 5451 | - cursor: not-allowed; | |
| 5452 | 5378 | } |
| 5453 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5454 | - cursor: pointer; | |
| 5455 | - font-size: 18px; | |
| 5456 | -} | |
| 5457 | 5379 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5458 | 5380 | font-size: 20px; |
| 5459 | 5381 | } |
| 5460 | 5382 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5536,11 +5458,11 @@ | ||
| 5536 | 5458 | .elementor-template-library-filter-select-source .source-option i { |
| 5537 | 5459 | margin-inline-end: 5px; |
| 5538 | 5460 | } |
| 5539 | 5461 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5540 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5462 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5541 | 5463 | padding: 2px 4px; |
| 5542 | - color: var(--e-a-color-primary-bold-dark); | |
| 5464 | + color: var(--e-a-color-primary-bold); | |
| 5543 | 5465 | border-radius: 10px; |
| 5544 | 5466 | font-size: 10px; |
| 5545 | 5467 | margin-inline-start: 5px; |
| 5546 | 5468 | } |
| @@ -5710,32 +5632,19 @@ | ||
| 5710 | 5632 | padding: 8px; |
| 5711 | 5633 | border: var(--e-a-border); |
| 5712 | 5634 | border-radius: 3px; |
| 5713 | 5635 | } |
| 5714 | -.elementor-template-library-template-remote:focus-visible { | |
| 5715 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5716 | - outline-offset: 2px; | |
| 5717 | -} | |
| 5718 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5636 | +.elementor-template-library-template-remote:hover { | |
| 5719 | 5637 | background-color: var(--e-a-bg-hover); |
| 5720 | 5638 | } |
| 5721 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview { | |
| 5722 | - opacity: 1; | |
| 5723 | -} | |
| 5724 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name { | |
| 5639 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5725 | 5640 | display: none; |
| 5726 | 5641 | } |
| 5727 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5728 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5729 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5730 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5731 | - display: initial; | |
| 5732 | -} | |
| 5733 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5642 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5734 | 5643 | opacity: 0; |
| 5735 | 5644 | } |
| 5736 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5737 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5645 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5646 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5738 | 5647 | display: none; |
| 5739 | 5648 | } |
| 5740 | 5649 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5741 | 5650 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5770,9 +5679,9 @@ | ||
| 5770 | 5679 | } |
| 5771 | 5680 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5772 | 5681 | display: none; |
| 5773 | 5682 | } |
| 5774 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer { | |
| 5683 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5775 | 5684 | transform: translateY(100%); |
| 5776 | 5685 | } |
| 5777 | 5686 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5778 | 5687 | position: relative; |
| @@ -5821,22 +5730,10 @@ | ||
| 5821 | 5730 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5822 | 5731 | margin-inline-start: auto; |
| 5823 | 5732 | } |
| 5824 | 5733 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5825 | - position: absolute; | |
| 5826 | - width: 1px; | |
| 5827 | - height: 1px; | |
| 5828 | - padding: 0; | |
| 5829 | - margin: -1px; | |
| 5830 | - overflow: hidden; | |
| 5831 | - clip: rect(0, 0, 0, 0); | |
| 5832 | - white-space: nowrap; | |
| 5833 | - border: 0; | |
| 5734 | + display: none; | |
| 5834 | 5735 | } |
| 5835 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5836 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5837 | - outline-offset: 2px; | |
| 5838 | -} | |
| 5839 | 5736 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5840 | 5737 | content: "\e93f"; |
| 5841 | 5738 | color: var(--e-a-color-primary-bold); |
| 5842 | 5739 | } |
| @@ -5955,22 +5852,11 @@ | ||
| 5955 | 5852 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 5956 | 5853 | inset-block-start: 100%; |
| 5957 | 5854 | inset-inline-end: 0; |
| 5958 | 5855 | z-index: 1; |
| 5959 | - list-style: none; | |
| 5960 | - margin: 0; | |
| 5961 | - padding: 0; | |
| 5962 | 5856 | } |
| 5963 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 5964 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5965 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 5966 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5967 | - background: transparent; | |
| 5968 | - margin: 0; | |
| 5969 | - font-size: inherit; | |
| 5970 | - font-family: inherit; | |
| 5971 | - color: inherit; | |
| 5972 | - border: none; | |
| 5857 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5858 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 5973 | 5859 | padding: 10px 20px; |
| 5974 | 5860 | font-size: 11px; |
| 5975 | 5861 | cursor: pointer; |
| 5976 | 5862 | display: flex; |
| @@ -5975,21 +5861,25 @@ | ||
| 5975 | 5861 | cursor: pointer; |
| 5976 | 5862 | display: flex; |
| 5977 | 5863 | align-items: center; |
| 5978 | 5864 | gap: 8px; |
| 5979 | - width: 100%; | |
| 5980 | 5865 | } |
| 5981 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 5982 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 5983 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 5984 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5866 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5867 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 5985 | 5868 | cursor: not-allowed; |
| 5986 | 5869 | color: var(--e-a-color-txt-disabled); |
| 5987 | 5870 | } |
| 5988 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5989 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5871 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5872 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5873 | + color: var(--e-a-color-txt-disabled); | |
| 5874 | + cursor: not-allowed; | |
| 5875 | +} | |
| 5876 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5877 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 5990 | 5878 | color: var(--e-a-color-txt); |
| 5991 | - text-decoration: none; | |
| 5879 | + display: flex; | |
| 5880 | + align-items: center; | |
| 5881 | + gap: 8px; | |
| 5992 | 5882 | } |
| 5993 | 5883 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 5994 | 5884 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 5995 | 5885 | color: var(--e-a-color-danger); |
| @@ -6001,14 +5891,8 @@ | ||
| 6001 | 5891 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6002 | 5892 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6003 | 5893 | margin-inline-start: auto; |
| 6004 | 5894 | cursor: pointer; |
| 6005 | - background: none; | |
| 6006 | - border: none; | |
| 6007 | - padding: 0; | |
| 6008 | - display: flex; | |
| 6009 | - align-items: center; | |
| 6010 | - justify-content: center; | |
| 6011 | 5895 | } |
| 6012 | 5896 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6013 | 5897 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6014 | 5898 | font-size: 20px; |
| @@ -6075,11 +5959,9 @@ | ||
| 6075 | 5959 | display: flex; |
| 6076 | 5960 | align-items: center; |
| 6077 | 5961 | } |
| 6078 | 5962 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6079 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6080 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6081 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5963 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6082 | 5964 | cursor: pointer; |
| 6083 | 5965 | transition: color 0.5s; |
| 6084 | 5966 | } |
| 6085 | 5967 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6201,24 +6083,15 @@ | ||
| 6201 | 6083 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6202 | 6084 | display: inline; |
| 6203 | 6085 | background: var(--e-a-bg-hover); |
| 6204 | 6086 | padding: 0 2px 1px; |
| 6205 | - border: none; | |
| 6206 | 6087 | border-radius: 2px; |
| 6207 | 6088 | vertical-align: bottom; |
| 6208 | 6089 | cursor: pointer; |
| 6209 | - font-family: inherit; | |
| 6210 | - font-size: inherit; | |
| 6211 | - color: inherit; | |
| 6212 | - line-height: inherit; | |
| 6213 | 6090 | } |
| 6214 | 6091 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6215 | 6092 | background: var(--e-a-bg-active); |
| 6216 | 6093 | } |
| 6217 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6218 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6219 | - outline-offset: 2px; | |
| 6220 | -} | |
| 6221 | 6094 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6222 | 6095 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6223 | 6096 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip, |
| 6224 | 6097 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6282,9 +6155,8 @@ | ||
| 6282 | 6155 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local { |
| 6283 | 6156 | white-space: nowrap; |
| 6284 | 6157 | text-overflow: ellipsis; |
| 6285 | 6158 | overflow: hidden; |
| 6286 | - overflow: visible; | |
| 6287 | 6159 | display: inline-flex; |
| 6288 | 6160 | align-items: baseline; |
| 6289 | 6161 | line-height: 27px; |
| 6290 | 6162 | } |
| @@ -6363,9 +6235,8 @@ | ||
| 6363 | 6235 | } |
| 6364 | 6236 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6365 | 6237 | padding: 5px 15px; |
| 6366 | 6238 | cursor: pointer; |
| 6367 | - list-style: none; | |
| 6368 | 6239 | } |
| 6369 | 6240 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6370 | 6241 | display: none; |
| 6371 | 6242 | } |
| @@ -6374,15 +6245,11 @@ | ||
| 6374 | 6245 | } |
| 6375 | 6246 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6376 | 6247 | text-decoration: underline; |
| 6377 | 6248 | } |
| 6378 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus { | |
| 6249 | +#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected { | |
| 6379 | 6250 | background: var(--e-a-border-color); |
| 6380 | 6251 | } |
| 6381 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6382 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6383 | - outline-offset: -2px; | |
| 6384 | -} | |
| 6385 | 6252 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6386 | 6253 | pointer-events: none; |
| 6387 | 6254 | opacity: 0.3; |
| 6388 | 6255 | } |
| @@ -6900,173 +6767,8 @@ | ||
| 6900 | 6767 | #elementor-library--site-info__dialog.variant-b:after { |
| 6901 | 6768 | border-block-start-color: var(--e-a-bg-secondary); |
| 6902 | 6769 | } |
| 6903 | 6770 | |
| 6904 | -.elementor-global-styles-dialog { | |
| 6905 | - --gsd-color-text-primary: #0c0d0e; | |
| 6906 | - --gsd-color-text-secondary: #3f444b; | |
| 6907 | - --gsd-color-text-tertiary: #69727D; | |
| 6908 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6909 | - --gsd-color-primary-main: #f0abfc; | |
| 6910 | - --gsd-color-primary-hover: #e879f9; | |
| 6911 | - --gsd-color-secondary-main: #515962; | |
| 6912 | - --gsd-border-radius: 4px; | |
| 6913 | - --gsd-spacing-horizontal: 24px; | |
| 6914 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6915 | - padding: 16px 0 0; | |
| 6916 | - min-width: 444px; | |
| 6917 | -} | |
| 6918 | -.elementor-global-styles-dialog__header { | |
| 6919 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6920 | - margin-block-end: 16px; | |
| 6921 | -} | |
| 6922 | -.elementor-global-styles-dialog__header h2 { | |
| 6923 | - margin: 0 0 4px; | |
| 6924 | - font-family: var(--gsd-font-family); | |
| 6925 | - font-size: 16px; | |
| 6926 | - font-weight: 500; | |
| 6927 | - line-height: 1.3; | |
| 6928 | - color: var(--gsd-color-text-primary); | |
| 6929 | - letter-spacing: 0.15px; | |
| 6930 | -} | |
| 6931 | -.elementor-global-styles-dialog__header p { | |
| 6932 | - margin: 0; | |
| 6933 | - font-family: var(--gsd-font-family); | |
| 6934 | - font-size: 14px; | |
| 6935 | - font-weight: 400; | |
| 6936 | - line-height: 20px; | |
| 6937 | - color: var(--gsd-color-text-secondary); | |
| 6938 | - letter-spacing: 0.15px; | |
| 6939 | -} | |
| 6940 | -.elementor-global-styles-dialog__options { | |
| 6941 | - display: flex; | |
| 6942 | - flex-direction: column; | |
| 6943 | - gap: 12px; | |
| 6944 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 6945 | -} | |
| 6946 | -.elementor-global-styles-dialog__radio-card { | |
| 6947 | - display: flex; | |
| 6948 | - gap: 0; | |
| 6949 | - padding: 12px 8px; | |
| 6950 | - border: 1px solid var(--gsd-color-divider); | |
| 6951 | - border-radius: var(--gsd-border-radius); | |
| 6952 | - cursor: pointer; | |
| 6953 | - transition: border-color 0.2s ease; | |
| 6954 | -} | |
| 6955 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 6956 | - border: 2px solid var(--gsd-color-text-primary); | |
| 6957 | - padding: 11px 7px; | |
| 6958 | -} | |
| 6959 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 6960 | - flex-shrink: 0; | |
| 6961 | - width: 20px; | |
| 6962 | - height: 20px; | |
| 6963 | - margin: 9px; | |
| 6964 | - cursor: pointer; | |
| 6965 | - color: var(--gsd-color-text-tertiary); | |
| 6966 | - accent-color: var(--gsd-color-text-primary); | |
| 6967 | -} | |
| 6968 | -.elementor-global-styles-dialog__radio-card-content { | |
| 6969 | - display: flex; | |
| 6970 | - align-items: flex-start; | |
| 6971 | - flex-direction: column; | |
| 6972 | - flex: 1; | |
| 6973 | -} | |
| 6974 | -.elementor-global-styles-dialog__radio-label { | |
| 6975 | - font-family: var(--gsd-font-family); | |
| 6976 | - font-size: 14px; | |
| 6977 | - font-weight: 500; | |
| 6978 | - line-height: 18px; | |
| 6979 | - color: var(--gsd-color-text-primary); | |
| 6980 | - letter-spacing: 0.15px; | |
| 6981 | -} | |
| 6982 | -.elementor-global-styles-dialog__radio-description { | |
| 6983 | - font-family: var(--gsd-font-family); | |
| 6984 | - font-size: 12px; | |
| 6985 | - font-weight: 400; | |
| 6986 | - line-height: 20px; | |
| 6987 | - color: var(--gsd-color-text-secondary); | |
| 6988 | - letter-spacing: 0.4px; | |
| 6989 | -} | |
| 6990 | -.elementor-global-styles-dialog__checkbox-container { | |
| 6991 | - display: flex; | |
| 6992 | - align-items: flex-start; | |
| 6993 | - gap: 4px; | |
| 6994 | - padding: 0; | |
| 6995 | - margin-block-start: 0; | |
| 6996 | -} | |
| 6997 | -.elementor-global-styles-dialog__checkbox-option { | |
| 6998 | - display: flex; | |
| 6999 | - align-items: flex-start; | |
| 7000 | - gap: 4px; | |
| 7001 | - cursor: pointer; | |
| 7002 | -} | |
| 7003 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7004 | - width: 18px; | |
| 7005 | - height: 18px; | |
| 7006 | - margin: 4px; | |
| 7007 | - cursor: pointer; | |
| 7008 | -} | |
| 7009 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7010 | - background-color: var(--gsd-color-text-tertiary); | |
| 7011 | -} | |
| 7012 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7013 | - font-family: var(--gsd-font-family); | |
| 7014 | - font-size: 12px; | |
| 7015 | - font-weight: 400; | |
| 7016 | - line-height: 1.43; | |
| 7017 | - color: var(--gsd-color-text-primary); | |
| 7018 | - letter-spacing: 0.15px; | |
| 7019 | - padding-block-start: 4px; | |
| 7020 | - margin-inline-start: 4px; | |
| 7021 | -} | |
| 7022 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7023 | - color: #2563eb; | |
| 7024 | - text-decoration: underline; | |
| 7025 | -} | |
| 7026 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7027 | - color: #2563eb; | |
| 7028 | -} | |
| 7029 | -.elementor-global-styles-dialog__footer { | |
| 7030 | - display: flex; | |
| 7031 | - justify-content: flex-end; | |
| 7032 | - align-items: center; | |
| 7033 | - gap: 8px; | |
| 7034 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7035 | -} | |
| 7036 | -.elementor-global-styles-dialog__button-cancel { | |
| 7037 | - padding: 6px 8px; | |
| 7038 | - font-family: var(--gsd-font-family); | |
| 7039 | - font-size: 15px; | |
| 7040 | - font-weight: 500; | |
| 7041 | - line-height: 24px; | |
| 7042 | - letter-spacing: 0.4px; | |
| 7043 | - color: var(--gsd-color-secondary-main); | |
| 7044 | - background: transparent; | |
| 7045 | - border: none; | |
| 7046 | - border-radius: var(--gsd-border-radius); | |
| 7047 | - cursor: pointer; | |
| 7048 | -} | |
| 7049 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7050 | - background: rgba(0, 0, 0, 0.04); | |
| 7051 | -} | |
| 7052 | -.elementor-global-styles-dialog__button-insert { | |
| 7053 | - padding: 6px 16px; | |
| 7054 | - font-family: var(--gsd-font-family); | |
| 7055 | - font-size: 15px; | |
| 7056 | - font-weight: 500; | |
| 7057 | - line-height: 24px; | |
| 7058 | - letter-spacing: 0.4px; | |
| 7059 | - color: var(--gsd-color-text-primary); | |
| 7060 | - background: var(--gsd-color-primary-main); | |
| 7061 | - border: none; | |
| 7062 | - border-radius: var(--gsd-border-radius); | |
| 7063 | - cursor: pointer; | |
| 7064 | -} | |
| 7065 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7066 | - background: var(--gsd-color-primary-hover); | |
| 7067 | -} | |
| 7068 | - | |
| 7069 | 6771 | .elementor-tags-list { |
| 7070 | 6772 | display: none; |
| 7071 | 6773 | position: absolute; |
| 7072 | 6774 | width: 260px; |
| @@ -7250,14 +6952,8 @@ | ||
| 7250 | 6952 | cursor: default; |
| 7251 | 6953 | opacity: 0.5; |
| 7252 | 6954 | color: var(--e-a-color-disabled); |
| 7253 | 6955 | } |
| 7254 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7255 | - opacity: 1; | |
| 7256 | -} | |
| 7257 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7258 | - opacity: 0.5; | |
| 7259 | -} | |
| 7260 | 6956 | .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus { |
| 7261 | 6957 | background-color: var(--e-a-bg-hover); |
| 7262 | 6958 | color: var(--e-a-color-hover); |
| 7263 | 6959 | } |
| @@ -7286,20 +6982,8 @@ | ||
| 7286 | 6982 | color: var(--e-a-color-primary-bold); |
| 7287 | 6983 | border-radius: 10px; |
| 7288 | 6984 | font-size: 10px; |
| 7289 | 6985 | } |
| 7290 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7291 | - display: flex; | |
| 7292 | - align-items: center; | |
| 7293 | - justify-content: center; | |
| 7294 | - width: 24px; | |
| 7295 | - height: 24px; | |
| 7296 | - border-radius: 50%; | |
| 7297 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7298 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7299 | - font-size: 16px; | |
| 7300 | - cursor: pointer; | |
| 7301 | -} | |
| 7302 | 6986 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7303 | 6987 | font-size: 14px; |
| 7304 | 6988 | font-style: normal; |
| 7305 | 6989 | font-weight: 400; |
| @@ -8257,37 +7941,8 @@ | ||
| 8257 | 7941 | display: block; |
| 8258 | 7942 | margin: 10px -15px; |
| 8259 | 7943 | } |
| 8260 | 7944 | |
| 8261 | -.elementor-app-backdrop { | |
| 8262 | - position: fixed; | |
| 8263 | - z-index: 99998; | |
| 8264 | - inset: 0; | |
| 8265 | - background: rgba(0, 0, 0, 0.5); | |
| 8266 | - opacity: 0; | |
| 8267 | - transition: opacity 0.25s ease; | |
| 8268 | -} | |
| 8269 | -.elementor-app-backdrop--visible { | |
| 8270 | - opacity: 1; | |
| 8271 | -} | |
| 8272 | - | |
| 8273 | -.elementor-app-iframe { | |
| 8274 | - position: fixed; | |
| 8275 | - top: 30px; | |
| 8276 | - left: 40px; | |
| 8277 | - width: calc(100% - 80px); | |
| 8278 | - height: calc(100% - 60px); | |
| 8279 | - z-index: 100000; | |
| 8280 | - border-radius: 12px; | |
| 8281 | - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3); | |
| 8282 | - background-color: transparent; | |
| 8283 | - opacity: 0; | |
| 8284 | - transition: opacity 0.25s ease; | |
| 8285 | -} | |
| 8286 | -.elementor-app-iframe--visible { | |
| 8287 | - opacity: 1; | |
| 8288 | -} | |
| 8289 | - | |
| 8290 | 7945 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8291 | 7946 | transition: 0.3s all; |
| 8292 | 7947 | } |
| 8293 | 7948 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| @@ -8317,16 +7972,6 @@ | ||
| 8317 | 7972 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8318 | 7973 | } |
| 8319 | 7974 | .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 8320 | 7975 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8321 | -} | |
| 8322 | - | |
| 8323 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8324 | - display: none; | |
| 8325 | -} | |
| 8326 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8327 | - display: none; | |
| 8328 | -} | |
| 8329 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8330 | - display: none; | |
| 8331 | 7976 | } |
| 8332 | 7977 | /*# sourceMappingURL=editor.css.map */ |