| @@ -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 { |
| @@ -5015,20 +5015,8 @@ | ||
| 5015 | 5015 | background-color: #fff; |
| 5016 | 5016 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5017 | 5017 | } |
| 5018 | 5018 | |
| 5019 | -#elementor-template-library-modal button:focus-visible, | |
| 5020 | -#elementor-template-library-modal a:focus-visible, | |
| 5021 | -#elementor-template-library-modal input:focus-visible, | |
| 5022 | -#elementor-template-library-modal select:focus-visible, | |
| 5023 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5024 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5025 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5026 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5027 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5028 | - outline-offset: 2px; | |
| 5029 | - border-radius: 2px; | |
| 5030 | -} | |
| 5031 | 5019 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5032 | 5020 | font-style: normal; |
| 5033 | 5021 | text-decoration: underline; |
| 5034 | 5022 | } |
| @@ -5041,9 +5029,9 @@ | ||
| 5041 | 5029 | #elementor-template-library-modal .dialog-message { |
| 5042 | 5030 | overflow-y: scroll; |
| 5043 | 5031 | } |
| 5044 | 5032 | #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 { |
| 5045 | - overflow-y: auto; | |
| 5033 | + overflow-y: hidden; | |
| 5046 | 5034 | } |
| 5047 | 5035 | #elementor-template-library-modal .e-back-to-editor { |
| 5048 | 5036 | color: var(--e-a-color-txt); |
| 5049 | 5037 | text-decoration: underline; |
| @@ -5059,21 +5047,14 @@ | ||
| 5059 | 5047 | display: inline-block; |
| 5060 | 5048 | padding: 17px 20px; |
| 5061 | 5049 | border-block-end: 3px solid transparent; |
| 5062 | 5050 | cursor: pointer; |
| 5063 | - background: transparent; | |
| 5064 | - margin: 0; | |
| 5065 | - font-size: inherit; | |
| 5066 | - font-family: inherit; | |
| 5067 | - color: inherit; | |
| 5068 | - border: none; | |
| 5069 | 5051 | } |
| 5070 | 5052 | .elementor-template-library-menu-item:hover { |
| 5071 | 5053 | background-color: var(--e-a-bg-hover); |
| 5072 | 5054 | border-color: var(--e-a-bg-hover); |
| 5073 | 5055 | } |
| 5074 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5075 | - border-block-end: 3px solid; | |
| 5056 | +.elementor-template-library-menu-item.elementor-active { | |
| 5076 | 5057 | border-color: var(--e-a-border-color-accent); |
| 5077 | 5058 | color: var(--e-a-color-txt-accent); |
| 5078 | 5059 | } |
| 5079 | 5060 | |
| @@ -5079,25 +5060,11 @@ | ||
| 5079 | 5060 | |
| 5080 | 5061 | #elementor-template-library-header-actions { |
| 5081 | 5062 | display: flex; |
| 5082 | 5063 | } |
| 5083 | -#elementor-template-library-header-actions > div, | |
| 5084 | -#elementor-template-library-header-actions > button { | |
| 5085 | - background: transparent; | |
| 5086 | - margin: 0; | |
| 5087 | - font-size: inherit; | |
| 5088 | - font-family: inherit; | |
| 5089 | - color: inherit; | |
| 5090 | - border: none; | |
| 5064 | +#elementor-template-library-header-actions > div { | |
| 5091 | 5065 | padding-inline-end: 16px; |
| 5092 | - cursor: pointer; | |
| 5093 | 5066 | } |
| 5094 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5095 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5096 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5097 | - outline-offset: -2px; | |
| 5098 | - border-radius: 2px; | |
| 5099 | -} | |
| 5100 | 5067 | |
| 5101 | 5068 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5102 | 5069 | opacity: 0; |
| 5103 | 5070 | visibility: hidden; |
| @@ -5119,25 +5086,8 @@ | ||
| 5119 | 5086 | border-inline-end: var(--e-a-border); |
| 5120 | 5087 | cursor: pointer; |
| 5121 | 5088 | transition: color 0.5s; |
| 5122 | 5089 | } |
| 5123 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5124 | - background: transparent; | |
| 5125 | - margin: 0; | |
| 5126 | - font-size: inherit; | |
| 5127 | - font-family: inherit; | |
| 5128 | - color: inherit; | |
| 5129 | - border: none; | |
| 5130 | - display: flex; | |
| 5131 | - align-items: center; | |
| 5132 | - gap: 10px; | |
| 5133 | - cursor: pointer; | |
| 5134 | -} | |
| 5135 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5136 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5137 | - outline-offset: 2px; | |
| 5138 | - border-radius: 2px; | |
| 5139 | -} | |
| 5140 | 5090 | #elementor-template-library-header-preview-back:hover { |
| 5141 | 5091 | color: var(--e-a-color-txt-hover); |
| 5142 | 5092 | } |
| 5143 | 5093 | #elementor-template-library-header-preview-back i { |
| @@ -5170,14 +5120,9 @@ | ||
| 5170 | 5120 | } |
| 5171 | 5121 | #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 { |
| 5172 | 5122 | display: flex; |
| 5173 | 5123 | align-items: baseline; |
| 5174 | - border-radius: 3px; | |
| 5175 | 5124 | } |
| 5176 | -#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 { | |
| 5177 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5178 | - outline-offset: 2px; | |
| 5179 | -} | |
| 5180 | 5125 | #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 { |
| 5181 | 5126 | align-items: center; |
| 5182 | 5127 | } |
| 5183 | 5128 | #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 { |
| @@ -5282,14 +5227,8 @@ | ||
| 5282 | 5227 | align-items: center; |
| 5283 | 5228 | gap: 8px; |
| 5284 | 5229 | } |
| 5285 | 5230 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5286 | - background: transparent; | |
| 5287 | - margin: 0; | |
| 5288 | - font-size: inherit; | |
| 5289 | - font-family: inherit; | |
| 5290 | - color: inherit; | |
| 5291 | - border: none; | |
| 5292 | 5231 | cursor: pointer; |
| 5293 | 5232 | font-size: 20px; |
| 5294 | 5233 | padding: 0 5px; |
| 5295 | 5234 | border-radius: 2px; |
| @@ -5329,19 +5268,15 @@ | ||
| 5329 | 5268 | padding: 8px; |
| 5330 | 5269 | border: var(--e-a-border); |
| 5331 | 5270 | border-radius: 3px; |
| 5332 | 5271 | } |
| 5333 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5334 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5335 | - outline-offset: 2px; | |
| 5336 | -} | |
| 5337 | -#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 { | |
| 5272 | +#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 { | |
| 5338 | 5273 | display: flex; |
| 5339 | 5274 | } |
| 5340 | -#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 { | |
| 5275 | +#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 { | |
| 5341 | 5276 | display: none; |
| 5342 | 5277 | } |
| 5343 | -#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 { | |
| 5278 | +#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 { | |
| 5344 | 5279 | display: flex !important; |
| 5345 | 5280 | } |
| 5346 | 5281 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5347 | 5282 | width: 190px; |
| @@ -5436,29 +5371,16 @@ | ||
| 5436 | 5371 | gap: 20px; |
| 5437 | 5372 | align-items: center; |
| 5438 | 5373 | flex: 1; |
| 5439 | 5374 | } |
| 5440 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5441 | - background: transparent; | |
| 5442 | - margin: 0; | |
| 5443 | - font-size: inherit; | |
| 5444 | - font-family: inherit; | |
| 5445 | - color: inherit; | |
| 5446 | - border: none; | |
| 5375 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5447 | 5376 | cursor: pointer; |
| 5448 | - display: flex; | |
| 5449 | - align-items: center; | |
| 5450 | - justify-content: center; | |
| 5377 | + font-size: 18px; | |
| 5451 | 5378 | } |
| 5452 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5379 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5453 | 5380 | pointer-events: none; |
| 5454 | 5381 | opacity: 0.3; |
| 5455 | - cursor: not-allowed; | |
| 5456 | 5382 | } |
| 5457 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5458 | - cursor: pointer; | |
| 5459 | - font-size: 18px; | |
| 5460 | -} | |
| 5461 | 5383 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5462 | 5384 | font-size: 20px; |
| 5463 | 5385 | } |
| 5464 | 5386 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5540,11 +5462,11 @@ | ||
| 5540 | 5462 | .elementor-template-library-filter-select-source .source-option i { |
| 5541 | 5463 | margin-inline-end: 5px; |
| 5542 | 5464 | } |
| 5543 | 5465 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5544 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5466 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5545 | 5467 | padding: 2px 4px; |
| 5546 | - color: var(--e-a-color-primary-bold-dark); | |
| 5468 | + color: var(--e-a-color-primary-bold); | |
| 5547 | 5469 | border-radius: 10px; |
| 5548 | 5470 | font-size: 10px; |
| 5549 | 5471 | margin-inline-start: 5px; |
| 5550 | 5472 | } |
| @@ -5714,32 +5636,19 @@ | ||
| 5714 | 5636 | padding: 8px; |
| 5715 | 5637 | border: var(--e-a-border); |
| 5716 | 5638 | border-radius: 3px; |
| 5717 | 5639 | } |
| 5718 | -.elementor-template-library-template-remote:focus-visible { | |
| 5719 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5720 | - outline-offset: 2px; | |
| 5721 | -} | |
| 5722 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5640 | +.elementor-template-library-template-remote:hover { | |
| 5723 | 5641 | background-color: var(--e-a-bg-hover); |
| 5724 | 5642 | } |
| 5725 | -.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 { | |
| 5726 | - opacity: 1; | |
| 5727 | -} | |
| 5728 | -.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 { | |
| 5643 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5729 | 5644 | display: none; |
| 5730 | 5645 | } |
| 5731 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5732 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5733 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5734 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5735 | - display: initial; | |
| 5736 | -} | |
| 5737 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5646 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5738 | 5647 | opacity: 0; |
| 5739 | 5648 | } |
| 5740 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5741 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5649 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5650 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5742 | 5651 | display: none; |
| 5743 | 5652 | } |
| 5744 | 5653 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5745 | 5654 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5774,9 +5683,9 @@ | ||
| 5774 | 5683 | } |
| 5775 | 5684 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5776 | 5685 | display: none; |
| 5777 | 5686 | } |
| 5778 | -.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 { | |
| 5687 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5779 | 5688 | transform: translateY(100%); |
| 5780 | 5689 | } |
| 5781 | 5690 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5782 | 5691 | position: relative; |
| @@ -5825,22 +5734,10 @@ | ||
| 5825 | 5734 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5826 | 5735 | margin-inline-start: auto; |
| 5827 | 5736 | } |
| 5828 | 5737 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5829 | - position: absolute; | |
| 5830 | - width: 1px; | |
| 5831 | - height: 1px; | |
| 5832 | - padding: 0; | |
| 5833 | - margin: -1px; | |
| 5834 | - overflow: hidden; | |
| 5835 | - clip: rect(0, 0, 0, 0); | |
| 5836 | - white-space: nowrap; | |
| 5837 | - border: 0; | |
| 5738 | + display: none; | |
| 5838 | 5739 | } |
| 5839 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5840 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5841 | - outline-offset: 2px; | |
| 5842 | -} | |
| 5843 | 5740 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5844 | 5741 | content: "\e93f"; |
| 5845 | 5742 | color: var(--e-a-color-primary-bold); |
| 5846 | 5743 | } |
| @@ -5959,22 +5856,11 @@ | ||
| 5959 | 5856 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 5960 | 5857 | inset-block-start: 100%; |
| 5961 | 5858 | inset-inline-end: 0; |
| 5962 | 5859 | z-index: 1; |
| 5963 | - list-style: none; | |
| 5964 | - margin: 0; | |
| 5965 | - padding: 0; | |
| 5966 | 5860 | } |
| 5967 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 5968 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5969 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 5970 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5971 | - background: transparent; | |
| 5972 | - margin: 0; | |
| 5973 | - font-size: inherit; | |
| 5974 | - font-family: inherit; | |
| 5975 | - color: inherit; | |
| 5976 | - border: none; | |
| 5861 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5862 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 5977 | 5863 | padding: 10px 20px; |
| 5978 | 5864 | font-size: 11px; |
| 5979 | 5865 | cursor: pointer; |
| 5980 | 5866 | display: flex; |
| @@ -5979,21 +5865,25 @@ | ||
| 5979 | 5865 | cursor: pointer; |
| 5980 | 5866 | display: flex; |
| 5981 | 5867 | align-items: center; |
| 5982 | 5868 | gap: 8px; |
| 5983 | - width: 100%; | |
| 5984 | 5869 | } |
| 5985 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 5986 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 5987 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 5988 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5870 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5871 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 5989 | 5872 | cursor: not-allowed; |
| 5990 | 5873 | color: var(--e-a-color-txt-disabled); |
| 5991 | 5874 | } |
| 5992 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5993 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5875 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5876 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5877 | + color: var(--e-a-color-txt-disabled); | |
| 5878 | + cursor: not-allowed; | |
| 5879 | +} | |
| 5880 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5881 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 5994 | 5882 | color: var(--e-a-color-txt); |
| 5995 | - text-decoration: none; | |
| 5883 | + display: flex; | |
| 5884 | + align-items: center; | |
| 5885 | + gap: 8px; | |
| 5996 | 5886 | } |
| 5997 | 5887 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 5998 | 5888 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 5999 | 5889 | color: var(--e-a-color-danger); |
| @@ -6005,14 +5895,8 @@ | ||
| 6005 | 5895 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6006 | 5896 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6007 | 5897 | margin-inline-start: auto; |
| 6008 | 5898 | cursor: pointer; |
| 6009 | - background: none; | |
| 6010 | - border: none; | |
| 6011 | - padding: 0; | |
| 6012 | - display: flex; | |
| 6013 | - align-items: center; | |
| 6014 | - justify-content: center; | |
| 6015 | 5899 | } |
| 6016 | 5900 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6017 | 5901 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6018 | 5902 | font-size: 20px; |
| @@ -6079,11 +5963,9 @@ | ||
| 6079 | 5963 | display: flex; |
| 6080 | 5964 | align-items: center; |
| 6081 | 5965 | } |
| 6082 | 5966 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6083 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6084 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6085 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5967 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6086 | 5968 | cursor: pointer; |
| 6087 | 5969 | transition: color 0.5s; |
| 6088 | 5970 | } |
| 6089 | 5971 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6205,24 +6087,15 @@ | ||
| 6205 | 6087 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6206 | 6088 | display: inline; |
| 6207 | 6089 | background: var(--e-a-bg-hover); |
| 6208 | 6090 | padding: 0 2px 1px; |
| 6209 | - border: none; | |
| 6210 | 6091 | border-radius: 2px; |
| 6211 | 6092 | vertical-align: bottom; |
| 6212 | 6093 | cursor: pointer; |
| 6213 | - font-family: inherit; | |
| 6214 | - font-size: inherit; | |
| 6215 | - color: inherit; | |
| 6216 | - line-height: inherit; | |
| 6217 | 6094 | } |
| 6218 | 6095 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6219 | 6096 | background: var(--e-a-bg-active); |
| 6220 | 6097 | } |
| 6221 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6222 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6223 | - outline-offset: 2px; | |
| 6224 | -} | |
| 6225 | 6098 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6226 | 6099 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6227 | 6100 | #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, |
| 6228 | 6101 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6286,9 +6159,8 @@ | ||
| 6286 | 6159 | #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 { |
| 6287 | 6160 | white-space: nowrap; |
| 6288 | 6161 | text-overflow: ellipsis; |
| 6289 | 6162 | overflow: hidden; |
| 6290 | - overflow: visible; | |
| 6291 | 6163 | display: inline-flex; |
| 6292 | 6164 | align-items: baseline; |
| 6293 | 6165 | line-height: 27px; |
| 6294 | 6166 | } |
| @@ -6367,9 +6239,8 @@ | ||
| 6367 | 6239 | } |
| 6368 | 6240 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6369 | 6241 | padding: 5px 15px; |
| 6370 | 6242 | cursor: pointer; |
| 6371 | - list-style: none; | |
| 6372 | 6243 | } |
| 6373 | 6244 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6374 | 6245 | display: none; |
| 6375 | 6246 | } |
| @@ -6378,15 +6249,11 @@ | ||
| 6378 | 6249 | } |
| 6379 | 6250 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6380 | 6251 | text-decoration: underline; |
| 6381 | 6252 | } |
| 6382 | -#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 { | |
| 6253 | +#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 { | |
| 6383 | 6254 | background: var(--e-a-border-color); |
| 6384 | 6255 | } |
| 6385 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6386 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6387 | - outline-offset: -2px; | |
| 6388 | -} | |
| 6389 | 6256 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6390 | 6257 | pointer-events: none; |
| 6391 | 6258 | opacity: 0.3; |
| 6392 | 6259 | } |
| @@ -6904,173 +6771,8 @@ | ||
| 6904 | 6771 | #elementor-library--site-info__dialog.variant-b:after { |
| 6905 | 6772 | border-block-start-color: var(--e-a-bg-secondary); |
| 6906 | 6773 | } |
| 6907 | 6774 | |
| 6908 | -.elementor-global-styles-dialog { | |
| 6909 | - --gsd-color-text-primary: #0c0d0e; | |
| 6910 | - --gsd-color-text-secondary: #3f444b; | |
| 6911 | - --gsd-color-text-tertiary: #69727D; | |
| 6912 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6913 | - --gsd-color-primary-main: #f0abfc; | |
| 6914 | - --gsd-color-primary-hover: #e879f9; | |
| 6915 | - --gsd-color-secondary-main: #515962; | |
| 6916 | - --gsd-border-radius: 4px; | |
| 6917 | - --gsd-spacing-horizontal: 24px; | |
| 6918 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6919 | - padding: 16px 0 0; | |
| 6920 | - min-width: 444px; | |
| 6921 | -} | |
| 6922 | -.elementor-global-styles-dialog__header { | |
| 6923 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6924 | - margin-block-end: 16px; | |
| 6925 | -} | |
| 6926 | -.elementor-global-styles-dialog__header h2 { | |
| 6927 | - margin: 0 0 4px; | |
| 6928 | - font-family: var(--gsd-font-family); | |
| 6929 | - font-size: 16px; | |
| 6930 | - font-weight: 500; | |
| 6931 | - line-height: 1.3; | |
| 6932 | - color: var(--gsd-color-text-primary); | |
| 6933 | - letter-spacing: 0.15px; | |
| 6934 | -} | |
| 6935 | -.elementor-global-styles-dialog__header p { | |
| 6936 | - margin: 0; | |
| 6937 | - font-family: var(--gsd-font-family); | |
| 6938 | - font-size: 14px; | |
| 6939 | - font-weight: 400; | |
| 6940 | - line-height: 20px; | |
| 6941 | - color: var(--gsd-color-text-secondary); | |
| 6942 | - letter-spacing: 0.15px; | |
| 6943 | -} | |
| 6944 | -.elementor-global-styles-dialog__options { | |
| 6945 | - display: flex; | |
| 6946 | - flex-direction: column; | |
| 6947 | - gap: 12px; | |
| 6948 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 6949 | -} | |
| 6950 | -.elementor-global-styles-dialog__radio-card { | |
| 6951 | - display: flex; | |
| 6952 | - gap: 0; | |
| 6953 | - padding: 12px 8px; | |
| 6954 | - border: 1px solid var(--gsd-color-divider); | |
| 6955 | - border-radius: var(--gsd-border-radius); | |
| 6956 | - cursor: pointer; | |
| 6957 | - transition: border-color 0.2s ease; | |
| 6958 | -} | |
| 6959 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 6960 | - border: 2px solid var(--gsd-color-text-primary); | |
| 6961 | - padding: 11px 7px; | |
| 6962 | -} | |
| 6963 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 6964 | - flex-shrink: 0; | |
| 6965 | - width: 20px; | |
| 6966 | - height: 20px; | |
| 6967 | - margin: 9px; | |
| 6968 | - cursor: pointer; | |
| 6969 | - color: var(--gsd-color-text-tertiary); | |
| 6970 | - accent-color: var(--gsd-color-text-primary); | |
| 6971 | -} | |
| 6972 | -.elementor-global-styles-dialog__radio-card-content { | |
| 6973 | - display: flex; | |
| 6974 | - align-items: flex-start; | |
| 6975 | - flex-direction: column; | |
| 6976 | - flex: 1; | |
| 6977 | -} | |
| 6978 | -.elementor-global-styles-dialog__radio-label { | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 14px; | |
| 6981 | - font-weight: 500; | |
| 6982 | - line-height: 18px; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | -} | |
| 6986 | -.elementor-global-styles-dialog__radio-description { | |
| 6987 | - font-family: var(--gsd-font-family); | |
| 6988 | - font-size: 12px; | |
| 6989 | - font-weight: 400; | |
| 6990 | - line-height: 20px; | |
| 6991 | - color: var(--gsd-color-text-secondary); | |
| 6992 | - letter-spacing: 0.4px; | |
| 6993 | -} | |
| 6994 | -.elementor-global-styles-dialog__checkbox-container { | |
| 6995 | - display: flex; | |
| 6996 | - align-items: flex-start; | |
| 6997 | - gap: 4px; | |
| 6998 | - padding: 0; | |
| 6999 | - margin-block-start: 0; | |
| 7000 | -} | |
| 7001 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7002 | - display: flex; | |
| 7003 | - align-items: flex-start; | |
| 7004 | - gap: 4px; | |
| 7005 | - cursor: pointer; | |
| 7006 | -} | |
| 7007 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7008 | - width: 18px; | |
| 7009 | - height: 18px; | |
| 7010 | - margin: 4px; | |
| 7011 | - cursor: pointer; | |
| 7012 | -} | |
| 7013 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7014 | - background-color: var(--gsd-color-text-tertiary); | |
| 7015 | -} | |
| 7016 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7017 | - font-family: var(--gsd-font-family); | |
| 7018 | - font-size: 12px; | |
| 7019 | - font-weight: 400; | |
| 7020 | - line-height: 1.43; | |
| 7021 | - color: var(--gsd-color-text-primary); | |
| 7022 | - letter-spacing: 0.15px; | |
| 7023 | - padding-block-start: 4px; | |
| 7024 | - margin-inline-start: 4px; | |
| 7025 | -} | |
| 7026 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7027 | - color: #2563eb; | |
| 7028 | - text-decoration: underline; | |
| 7029 | -} | |
| 7030 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7031 | - color: #2563eb; | |
| 7032 | -} | |
| 7033 | -.elementor-global-styles-dialog__footer { | |
| 7034 | - display: flex; | |
| 7035 | - justify-content: flex-end; | |
| 7036 | - align-items: center; | |
| 7037 | - gap: 8px; | |
| 7038 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7039 | -} | |
| 7040 | -.elementor-global-styles-dialog__button-cancel { | |
| 7041 | - padding: 6px 8px; | |
| 7042 | - font-family: var(--gsd-font-family); | |
| 7043 | - font-size: 15px; | |
| 7044 | - font-weight: 500; | |
| 7045 | - line-height: 24px; | |
| 7046 | - letter-spacing: 0.4px; | |
| 7047 | - color: var(--gsd-color-secondary-main); | |
| 7048 | - background: transparent; | |
| 7049 | - border: none; | |
| 7050 | - border-radius: var(--gsd-border-radius); | |
| 7051 | - cursor: pointer; | |
| 7052 | -} | |
| 7053 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7054 | - background: rgba(0, 0, 0, 0.04); | |
| 7055 | -} | |
| 7056 | -.elementor-global-styles-dialog__button-insert { | |
| 7057 | - padding: 6px 16px; | |
| 7058 | - font-family: var(--gsd-font-family); | |
| 7059 | - font-size: 15px; | |
| 7060 | - font-weight: 500; | |
| 7061 | - line-height: 24px; | |
| 7062 | - letter-spacing: 0.4px; | |
| 7063 | - color: var(--gsd-color-text-primary); | |
| 7064 | - background: var(--gsd-color-primary-main); | |
| 7065 | - border: none; | |
| 7066 | - border-radius: var(--gsd-border-radius); | |
| 7067 | - cursor: pointer; | |
| 7068 | -} | |
| 7069 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7070 | - background: var(--gsd-color-primary-hover); | |
| 7071 | -} | |
| 7072 | - | |
| 7073 | 6775 | .elementor-tags-list { |
| 7074 | 6776 | display: none; |
| 7075 | 6777 | position: absolute; |
| 7076 | 6778 | width: 260px; |
| @@ -7254,14 +6956,8 @@ | ||
| 7254 | 6956 | cursor: default; |
| 7255 | 6957 | opacity: 0.5; |
| 7256 | 6958 | color: var(--e-a-color-disabled); |
| 7257 | 6959 | } |
| 7258 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7259 | - opacity: 1; | |
| 7260 | -} | |
| 7261 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7262 | - opacity: 0.5; | |
| 7263 | -} | |
| 7264 | 6960 | .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 { |
| 7265 | 6961 | background-color: var(--e-a-bg-hover); |
| 7266 | 6962 | color: var(--e-a-color-hover); |
| 7267 | 6963 | } |
| @@ -7290,20 +6986,8 @@ | ||
| 7290 | 6986 | color: var(--e-a-color-primary-bold); |
| 7291 | 6987 | border-radius: 10px; |
| 7292 | 6988 | font-size: 10px; |
| 7293 | 6989 | } |
| 7294 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7295 | - display: flex; | |
| 7296 | - align-items: center; | |
| 7297 | - justify-content: center; | |
| 7298 | - width: 24px; | |
| 7299 | - height: 24px; | |
| 7300 | - border-radius: 50%; | |
| 7301 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7302 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7303 | - font-size: 16px; | |
| 7304 | - cursor: pointer; | |
| 7305 | -} | |
| 7306 | 6990 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7307 | 6991 | font-size: 14px; |
| 7308 | 6992 | font-style: normal; |
| 7309 | 6993 | font-weight: 400; |
| @@ -8261,37 +7945,8 @@ | ||
| 8261 | 7945 | display: block; |
| 8262 | 7946 | margin: 10px -15px; |
| 8263 | 7947 | } |
| 8264 | 7948 | |
| 8265 | -.elementor-app-backdrop { | |
| 8266 | - position: fixed; | |
| 8267 | - z-index: 99998; | |
| 8268 | - inset: 0; | |
| 8269 | - background: rgba(0, 0, 0, 0.5); | |
| 8270 | - opacity: 0; | |
| 8271 | - transition: opacity 0.25s ease; | |
| 8272 | -} | |
| 8273 | -.elementor-app-backdrop--visible { | |
| 8274 | - opacity: 1; | |
| 8275 | -} | |
| 8276 | - | |
| 8277 | -.elementor-app-iframe { | |
| 8278 | - position: fixed; | |
| 8279 | - top: 30px; | |
| 8280 | - left: 40px; | |
| 8281 | - width: calc(100% - 80px); | |
| 8282 | - height: calc(100% - 60px); | |
| 8283 | - z-index: 100000; | |
| 8284 | - border-radius: 12px; | |
| 8285 | - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3); | |
| 8286 | - background-color: transparent; | |
| 8287 | - opacity: 0; | |
| 8288 | - transition: opacity 0.25s ease; | |
| 8289 | -} | |
| 8290 | -.elementor-app-iframe--visible { | |
| 8291 | - opacity: 1; | |
| 8292 | -} | |
| 8293 | - | |
| 8294 | 7949 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8295 | 7950 | transition: 0.3s all; |
| 8296 | 7951 | } |
| 8297 | 7952 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| @@ -8321,16 +7976,6 @@ | ||
| 8321 | 7976 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8322 | 7977 | } |
| 8323 | 7978 | .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) { |
| 8324 | 7979 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8325 | -} | |
| 8326 | - | |
| 8327 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8328 | - display: none; | |
| 8329 | -} | |
| 8330 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8331 | - display: none; | |
| 8332 | -} | |
| 8333 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8334 | - display: none; | |
| 8335 | 7980 | } |
| 8336 | 7981 | /*# sourceMappingURL=editor-rtl.css.map */ |