PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev3
Elementor Website Builder – more than just a page builder v3.32.0-dev3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | assets/css/editor-rtl.css +72 -903 4.2.23.32.0-dev3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.32.0 - 08-09-2025 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -630,8 +631,13 @@
630 631 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 632 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 633 color: initial;
633 634 }
635 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
636 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
637 + background-color: var(--e-a-btn-bg-disabled);
638 + cursor: not-allowed;
639 +}
634 640 .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 641 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 643 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -636,13 +642,8 @@
636 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 643 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 644 background-color: var(--e-a-btn-bg-disabled);
639 645 }
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 646
646 647 /*
647 648 * Container style
648 649 */
@@ -1364,12 +1365,8 @@
1364 1365 padding: 15px;
1365 1366 z-index: 1;
1366 1367 }
1367 1368
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1369 #elementor-panel-elements-search-wrapper {
1373 1370 position: relative;
1374 1371 }
1375 1372
@@ -1437,10 +1434,10 @@
1437 1434 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1438 1435 background-color: var(--e-a-bg-hover);
1439 1436 border-color: var(--e-a-border-color-bold);
1440 1437 }
1441 -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full {
1442 - color: var(--e-a-color-accent-promotion);
1438 +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1439 + color: var(--e-a-color-accent);
1443 1440 }
1444 1441 .elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 1442 color: var(--e-a-color-info);
1446 1443 }
@@ -1456,17 +1453,12 @@
1456 1453 }
1457 1454 .elementor-panel .elementor-element .title {
1458 1455 font-size: 12px;
1459 1456 }
1460 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug {
1457 +.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1461 1458 position: absolute;
1462 1459 inset-block-start: 5px;
1463 1460 inset-inline-end: 5px;
1464 -}
1465 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full {
1466 - color: var(--e-a-color-accent-promotion-disabled);
1467 -}
1468 -.elementor-panel .elementor-element > .eicon-plug {
1469 1461 color: var(--e-a-color-txt-disabled);
1470 1462 }
1471 1463 .elementor-panel .elementor-element:active {
1472 1464 background-color: var(--e-a-bg-hover);
@@ -1576,80 +1568,8 @@
1576 1568 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1577 1569 border: 0;
1578 1570 }
1579 1571
1580 -#elementor-panel-elements-widget-creation-area:empty {
1581 - display: none;
1582 -}
1583 -
1584 -.elementor-panel-elements-widget-creation {
1585 - text-align: center;
1586 - padding: 30px 20px;
1587 -}
1588 -.elementor-panel-elements-widget-creation__title {
1589 - font-size: 14px;
1590 - font-weight: bold;
1591 - line-height: 1.4;
1592 - color: var(--e-a-color-txt);
1593 -}
1594 -.elementor-panel-elements-widget-creation__message {
1595 - margin-block-start: 8px;
1596 - font-size: 13px;
1597 - line-height: 1.6;
1598 - color: var(--e-a-color-txt-muted);
1599 -}
1600 -.elementor-panel-elements-widget-creation__cta {
1601 - display: inline-flex;
1602 - align-items: center;
1603 - gap: 6px;
1604 - margin-block-start: 16px;
1605 - padding: 0;
1606 - border: none;
1607 - background: none;
1608 - color: #C00BB9;
1609 - font-size: 14px;
1610 - font-weight: 500;
1611 - cursor: pointer;
1612 - font-family: var(--e-a-font-family);
1613 -}
1614 -.elementor-panel-elements-widget-creation__cta i {
1615 - font-size: 16px;
1616 -}
1617 -.elementor-panel-elements-widget-creation__cta:hover {
1618 - opacity: 0.8;
1619 -}
1620 -.elementor-panel-elements-widget-creation--search-footer {
1621 - border-block-start: var(--e-a-border);
1622 -}
1623 -
1624 -.elementor-panel-category-custom-widgets-empty {
1625 - grid-column: 1/-1;
1626 - width: 100%;
1627 - padding: 0 16px 16px;
1628 -}
1629 -.elementor-panel-category-custom-widgets-empty__message {
1630 - margin: 0;
1631 - font-size: 12px;
1632 - line-height: 1.6;
1633 - color: var(--e-a-color-txt-muted);
1634 -}
1635 -
1636 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1637 - margin-inline-start: auto;
1638 - padding: 4px 10px;
1639 - border: none;
1640 - background: none;
1641 - color: #C00BB9;
1642 - font-size: 12px;
1643 - font-weight: 500;
1644 - cursor: pointer;
1645 - font-family: var(--e-a-font-family);
1646 - flex-shrink: 0;
1647 -}
1648 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1649 - opacity: 0.8;
1650 -}
1651 -
1652 1572 #elementor-panel-inner {
1653 1573 position: relative;
1654 1574 height: 100%;
1655 1575 display: flex;
@@ -1675,54 +1595,18 @@
1675 1595 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1676 1596 margin-block-start: 20px;
1677 1597 }
1678 1598
1679 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1680 - display: flex;
1681 - flex-direction: column;
1682 -}
1683 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1684 - display: flex;
1685 - flex-direction: column;
1686 - flex: 1;
1687 - min-height: 0;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1690 - position: sticky;
1691 - inset-block-end: 0;
1692 - margin-block-start: auto;
1693 -}
1694 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1695 - margin-block-start: 0;
1696 -}
1697 -
1698 1599 #elementor-panel-get-pro-elements-sticky {
1699 1600 position: sticky;
1700 1601 inset-block-end: 0;
1602 + font-size: 14px;
1603 + font-weight: 400;
1604 + line-height: 1.6;
1701 1605 margin-block-end: -10px;
1702 1606 }
1703 1607 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1704 1608 margin-block-start: -14px;
1705 -}
1706 -
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1708 - display: flex;
1709 - flex-direction: column;
1710 - min-height: 100%;
1711 -}
1712 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1713 - margin-block-start: auto;
1714 -}
1715 -
1716 -#elementor-panel-get-pro-elements-sticky,
1717 -.elementor-panel-editor-sticky-promotion {
1718 - font-size: 14px;
1719 - font-weight: 400;
1720 - line-height: 1.6;
1721 - background-color: var(--e-a-color-white);
1722 -}
1723 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1724 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1725 1609 min-height: 40px;
1726 1610 display: block;
1727 1611 padding: 9px min(35px, 5%);
1728 1612 gap: 10px;
@@ -1730,17 +1614,15 @@
1730 1614 color: var(--e-a-color-black);
1731 1615 text-align: center;
1732 1616 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1733 1617 }
1734 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1735 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1618 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1736 1619 display: inline-block;
1737 1620 font-size: 13px;
1738 1621 font-weight: 500;
1739 1622 color: var(--e-a-btn-bg-accent);
1740 1623 }
1741 -#elementor-panel-get-pro-elements-sticky img,
1742 -.elementor-panel-editor-sticky-promotion img {
1624 +#elementor-panel-get-pro-elements-sticky img {
1743 1625 margin-inline-start: 17px;
1744 1626 }
1745 1627
1746 1628 #elementor-panel-notice-wrapper .elementor-panel-notice {
@@ -2016,10 +1898,8 @@
2016 1898 .elementor-group-control-attachment_alert .elementor-control-field-description {
2017 1899 margin-block-start: 0;
2018 1900 }
2019 1901
2020 -.elementor-control-start-end .eicon-text-align-left,
2021 -.elementor-control-start-end .eicon-text-align-right,
2022 1902 .elementor-control-start-end .eicon-h-align-left,
2023 1903 .elementor-control-start-end .eicon-h-align-right {
2024 1904 scale: calc(1 * var(--direction-multiplier)) 1;
2025 1905 }
@@ -3131,19 +3011,8 @@
3131 3011 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3132 3012 background-color: #BABFC5;
3133 3013 border-radius: 10px;
3134 3014 }
3135 -.e-global__group-header {
3136 - padding: 12px 20px 5px;
3137 - font-weight: 500;
3138 - font-size: 11px;
3139 - color: var(--e-a-color-txt-muted);
3140 -}
3141 -.e-global__group-divider {
3142 - height: 1px;
3143 - background-color: var(--e-a-border-color);
3144 - margin: 10px 20px;
3145 -}
3146 3015 .e-global__manage-button {
3147 3016 font-weight: 500;
3148 3017 cursor: pointer;
3149 3018 }
@@ -4566,10 +4435,10 @@
4566 4435 .e-control-display-conditions-promotion__wrapper {
4567 4436 display: flex;
4568 4437 justify-content: space-between;
4569 4438 }
4570 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4571 - color: var(--e-a-color-accent-promotion);
4439 +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4440 + color: var(--e-a-color-accent);
4572 4441 }
4573 4442 .e-control-display-conditions-promotion__description {
4574 4443 display: flex;
4575 4444 align-self: center;
@@ -4582,11 +4451,8 @@
4582 4451 display: flex;
4583 4452 justify-content: center;
4584 4453 align-items: center;
4585 4454 }
4586 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4587 - color: var(--e-a-color-accent-promotion-disabled);
4588 -}
4589 4455 .e-control-display-conditions-promotion.eicon-flow {
4590 4456 align-self: flex-end;
4591 4457 cursor: pointer;
4592 4458 border: var(--e-a-border-bold);
@@ -4597,10 +4463,10 @@
4597 4463 background-color: var(--e-a-bg-active);
4598 4464 color: #E73CF6;
4599 4465 }
4600 4466
4601 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4602 - color: var(--e-a-color-accent-promotion);
4467 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4468 + color: var(--e-a-color-accent);
4603 4469 }
4604 4470 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4605 4471 margin-inline-end: 0;
4606 4472 }
@@ -4625,11 +4491,8 @@
4625 4491 display: flex;
4626 4492 justify-content: center;
4627 4493 align-items: center;
4628 4494 }
4629 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4630 - color: var(--e-a-color-accent-promotion-disabled);
4631 -}
4632 4495
4633 4496 .e-link-promotion {
4634 4497 font-family: "Roboto", sans-serif;
4635 4498 font-weight: 500;
@@ -5147,20 +5010,8 @@
5147 5010 background-color: #fff;
5148 5011 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5149 5012 }
5150 5013
5151 -#elementor-template-library-modal button:focus-visible,
5152 -#elementor-template-library-modal a:focus-visible,
5153 -#elementor-template-library-modal input:focus-visible,
5154 -#elementor-template-library-modal select:focus-visible,
5155 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5156 -#elementor-template-library-modal [role=tab]:focus-visible,
5157 -#elementor-template-library-modal [role=radio]:focus-visible,
5158 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5159 - outline: 2px solid var(--e-a-border-color-focus);
5160 - outline-offset: 2px;
5161 - border-radius: 2px;
5162 -}
5163 5014 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5164 5015 font-style: normal;
5165 5016 text-decoration: underline;
5166 5017 }
@@ -5172,10 +5023,10 @@
5172 5023 }
5173 5024 #elementor-template-library-modal .dialog-message {
5174 5025 overflow-y: scroll;
5175 5026 }
5176 -#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 {
5177 - overflow-y: auto;
5027 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5028 + overflow-y: hidden;
5178 5029 }
5179 5030 #elementor-template-library-modal .e-back-to-editor {
5180 5031 color: var(--e-a-color-txt);
5181 5032 text-decoration: underline;
@@ -5191,21 +5042,14 @@
5191 5042 display: inline-block;
5192 5043 padding: 17px 20px;
5193 5044 border-block-end: 3px solid transparent;
5194 5045 cursor: pointer;
5195 - background: transparent;
5196 - margin: 0;
5197 - font-size: inherit;
5198 - font-family: inherit;
5199 - color: inherit;
5200 - border: none;
5201 5046 }
5202 5047 .elementor-template-library-menu-item:hover {
5203 5048 background-color: var(--e-a-bg-hover);
5204 5049 border-color: var(--e-a-bg-hover);
5205 5050 }
5206 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5207 - border-block-end: 3px solid;
5051 +.elementor-template-library-menu-item.elementor-active {
5208 5052 border-color: var(--e-a-border-color-accent);
5209 5053 color: var(--e-a-color-txt-accent);
5210 5054 }
5211 5055
@@ -5211,25 +5055,11 @@
5211 5055
5212 5056 #elementor-template-library-header-actions {
5213 5057 display: flex;
5214 5058 }
5215 -#elementor-template-library-header-actions > div,
5216 -#elementor-template-library-header-actions > button {
5217 - background: transparent;
5218 - margin: 0;
5219 - font-size: inherit;
5220 - font-family: inherit;
5221 - color: inherit;
5222 - border: none;
5059 +#elementor-template-library-header-actions > div {
5223 5060 padding-inline-end: 16px;
5224 - cursor: pointer;
5225 5061 }
5226 -#elementor-template-library-header-actions > div:focus-visible,
5227 -#elementor-template-library-header-actions > button:focus-visible {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: -2px;
5230 - border-radius: 2px;
5231 -}
5232 5062
5233 5063 #elementor-template-library-header-tools.e-hidden-disabled {
5234 5064 opacity: 0;
5235 5065 visibility: hidden;
@@ -5251,25 +5081,8 @@
5251 5081 border-inline-end: var(--e-a-border);
5252 5082 cursor: pointer;
5253 5083 transition: color 0.5s;
5254 5084 }
5255 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5256 - background: transparent;
5257 - margin: 0;
5258 - font-size: inherit;
5259 - font-family: inherit;
5260 - color: inherit;
5261 - border: none;
5262 - display: flex;
5263 - align-items: center;
5264 - gap: 10px;
5265 - cursor: pointer;
5266 -}
5267 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5268 - outline: 2px solid var(--e-a-border-color-focus);
5269 - outline-offset: 2px;
5270 - border-radius: 2px;
5271 -}
5272 5085 #elementor-template-library-header-preview-back:hover {
5273 5086 color: var(--e-a-color-txt-hover);
5274 5087 }
5275 5088 #elementor-template-library-header-preview-back i {
@@ -5302,14 +5115,9 @@
5302 5115 }
5303 5116 #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 {
5304 5117 display: flex;
5305 5118 align-items: baseline;
5306 - border-radius: 3px;
5307 5119 }
5308 -#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 {
5309 - outline: 2px solid var(--e-a-border-color-focus);
5310 - outline-offset: 2px;
5311 -}
5312 5120 #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 {
5313 5121 align-items: center;
5314 5122 }
5315 5123 #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 {
@@ -5414,14 +5222,8 @@
5414 5222 align-items: center;
5415 5223 gap: 8px;
5416 5224 }
5417 5225 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5418 - background: transparent;
5419 - margin: 0;
5420 - font-size: inherit;
5421 - font-family: inherit;
5422 - color: inherit;
5423 - border: none;
5424 5226 cursor: pointer;
5425 5227 font-size: 20px;
5426 5228 padding: 0 5px;
5427 5229 border-radius: 2px;
@@ -5461,19 +5263,15 @@
5461 5263 padding: 8px;
5462 5264 border: var(--e-a-border);
5463 5265 border-radius: 3px;
5464 5266 }
5465 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5466 - outline: 2px solid var(--e-a-border-color-focus);
5467 - outline-offset: 2px;
5468 -}
5469 -#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 {
5267 +#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 {
5470 5268 display: flex;
5471 5269 }
5472 -#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 {
5270 +#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 {
5473 5271 display: none;
5474 5272 }
5475 -#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 {
5273 +#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 {
5476 5274 display: flex !important;
5477 5275 }
5478 5276 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5479 5277 width: 190px;
@@ -5483,10 +5281,10 @@
5483 5281 margin-block-end: 4px;
5484 5282 overflow: hidden;
5485 5283 }
5486 5284 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img {
5487 - -o-object-fit: contain;
5488 - object-fit: contain;
5285 + -o-object-fit: cover;
5286 + object-fit: cover;
5489 5287 width: 100%;
5490 5288 height: 100%;
5491 5289 }
5492 5290 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
@@ -5568,29 +5366,16 @@
5568 5366 gap: 20px;
5569 5367 align-items: center;
5570 5368 flex: 1;
5571 5369 }
5572 -#elementor-template-library-templates .bulk-selection-action-bar button {
5573 - background: transparent;
5574 - margin: 0;
5575 - font-size: inherit;
5576 - font-family: inherit;
5577 - color: inherit;
5578 - border: none;
5370 +#elementor-template-library-templates .bulk-selection-action-bar i {
5579 5371 cursor: pointer;
5580 - display: flex;
5581 - align-items: center;
5582 - justify-content: center;
5372 + font-size: 18px;
5583 5373 }
5584 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5374 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5585 5375 pointer-events: none;
5586 5376 opacity: 0.3;
5587 - cursor: not-allowed;
5588 5377 }
5589 -#elementor-template-library-templates .bulk-selection-action-bar i {
5590 - cursor: pointer;
5591 - font-size: 18px;
5592 -}
5593 5378 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5594 5379 font-size: 20px;
5595 5380 }
5596 5381 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5672,11 +5457,11 @@
5672 5457 .elementor-template-library-filter-select-source .source-option i {
5673 5458 margin-inline-end: 5px;
5674 5459 }
5675 5460 .elementor-template-library-filter-select-source .source-option .new-badge {
5676 - border: 1px solid var(--e-a-color-primary-bold-dark);
5461 + border: 1px solid var(--e-a-color-primary-bold);
5677 5462 padding: 2px 4px;
5678 - color: var(--e-a-color-primary-bold-dark);
5463 + color: var(--e-a-color-primary-bold);
5679 5464 border-radius: 10px;
5680 5465 font-size: 10px;
5681 5466 margin-inline-start: 5px;
5682 5467 }
@@ -5683,52 +5468,8 @@
5683 5468 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5684 5469 background-color: var(--e-a-bg-hover);
5685 5470 }
5686 5471
5687 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5688 - display: flex;
5689 - align-items: center;
5690 - justify-content: space-between;
5691 -}
5692 -
5693 -#elementor-template-library-toolbar .source-option-badge,
5694 -.elementor-template-library-connect-states-badge .source-option-badge {
5695 - display: flex;
5696 - align-items: center;
5697 - gap: 6px;
5698 - padding: 6px 12px;
5699 - border: none;
5700 - border-radius: 20px;
5701 - font-size: 14px;
5702 - font-weight: 500;
5703 - white-space: nowrap;
5704 - margin-inline-start: auto;
5705 - margin-inline-end: 15px;
5706 -}
5707 -#elementor-template-library-toolbar .source-option-badge i,
5708 -.elementor-template-library-connect-states-badge .source-option-badge i {
5709 - margin: 0;
5710 - font-size: 14px;
5711 -}
5712 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5713 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5714 - background-color: var(--e-a-bg-info);
5715 - color: var(--e-a-color-info);
5716 -}
5717 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5718 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5719 - color: var(--e-a-color-info);
5720 -}
5721 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5722 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5723 - background-color: var(--e-a-bg-warning);
5724 - color: var(--e-a-btn-bg-warning-hover);
5725 -}
5726 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5727 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5728 - color: var(--e-a-btn-bg-warning-hover);
5729 -}
5730 -
5731 5472 #elementor-template-library-filter-toolbar-remote {
5732 5473 font-size: 11px;
5733 5474 }
5734 5475
@@ -5846,32 +5587,19 @@
5846 5587 padding: 8px;
5847 5588 border: var(--e-a-border);
5848 5589 border-radius: 3px;
5849 5590 }
5850 -.elementor-template-library-template-remote:focus-visible {
5851 - outline: 2px solid var(--e-a-border-color-focus);
5852 - outline-offset: 2px;
5853 -}
5854 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5591 +.elementor-template-library-template-remote:hover {
5855 5592 background-color: var(--e-a-bg-hover);
5856 5593 }
5857 -.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 {
5858 - opacity: 1;
5859 -}
5860 -.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 {
5594 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5861 5595 display: none;
5862 5596 }
5863 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5864 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5865 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5866 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5867 - display: initial;
5868 -}
5869 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5597 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5870 5598 opacity: 0;
5871 5599 }
5872 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5873 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5600 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5601 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5874 5602 display: none;
5875 5603 }
5876 5604 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5877 5605 content: var(--elementor-template-library-subscription-plan-label);
@@ -5906,9 +5634,9 @@
5906 5634 }
5907 5635 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5908 5636 display: none;
5909 5637 }
5910 -.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 {
5638 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5911 5639 transform: translateY(100%);
5912 5640 }
5913 5641 .elementor-template-library-template-remote .elementor-template-library-template-body {
5914 5642 position: relative;
@@ -5957,22 +5685,10 @@
5957 5685 .elementor-template-library-template-remote .elementor-template-library-favorite {
5958 5686 margin-inline-start: auto;
5959 5687 }
5960 5688 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5961 - position: absolute;
5962 - width: 1px;
5963 - height: 1px;
5964 - padding: 0;
5965 - margin: -1px;
5966 - overflow: hidden;
5967 - clip: rect(0, 0, 0, 0);
5968 - white-space: nowrap;
5969 - border: 0;
5689 + display: none;
5970 5690 }
5971 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5972 - outline: 2px solid var(--e-a-border-color-focus);
5973 - outline-offset: 2px;
5974 -}
5975 5691 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5976 5692 content: "\e93f";
5977 5693 color: var(--e-a-color-primary-bold);
5978 5694 }
@@ -6091,22 +5807,11 @@
6091 5807 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6092 5808 inset-block-start: 100%;
6093 5809 inset-inline-end: 0;
6094 5810 z-index: 1;
6095 - list-style: none;
6096 - margin: 0;
6097 - padding: 0;
6098 5811 }
6099 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6100 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6101 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6102 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6103 - background: transparent;
6104 - margin: 0;
6105 - font-size: inherit;
6106 - font-family: inherit;
6107 - color: inherit;
6108 - border: none;
5812 +.elementor-template-library-template-local .elementor-template-library-template-more > div,
5813 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div {
6109 5814 padding: 10px 20px;
6110 5815 font-size: 11px;
6111 5816 cursor: pointer;
6112 5817 display: flex;
@@ -6111,21 +5816,25 @@
6111 5816 cursor: pointer;
6112 5817 display: flex;
6113 5818 align-items: center;
6114 5819 gap: 8px;
6115 - width: 100%;
6116 5820 }
6117 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6118 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6119 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6120 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5821 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled,
5822 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled {
6121 5823 cursor: not-allowed;
6122 5824 color: var(--e-a-color-txt-disabled);
6123 5825 }
6124 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6125 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5826 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a,
5827 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a {
5828 + color: var(--e-a-color-txt-disabled);
5829 + cursor: not-allowed;
5830 +}
5831 +.elementor-template-library-template-local .elementor-template-library-template-more a,
5832 +.elementor-template-library-template-cloud .elementor-template-library-template-more a {
6126 5833 color: var(--e-a-color-txt);
6127 - text-decoration: none;
5834 + display: flex;
5835 + align-items: center;
5836 + gap: 8px;
6128 5837 }
6129 5838 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6130 5839 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6131 5840 color: var(--e-a-color-danger);
@@ -6137,14 +5846,8 @@
6137 5846 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6138 5847 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6139 5848 margin-inline-start: auto;
6140 5849 cursor: pointer;
6141 - background: none;
6142 - border: none;
6143 - padding: 0;
6144 - display: flex;
6145 - align-items: center;
6146 - justify-content: center;
6147 5850 }
6148 5851 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6149 5852 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6150 5853 font-size: 20px;
@@ -6211,11 +5914,9 @@
6211 5914 display: flex;
6212 5915 align-items: center;
6213 5916 }
6214 5917 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6215 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6216 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6217 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5918 +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div {
6218 5919 cursor: pointer;
6219 5920 transition: color 0.5s;
6220 5921 }
6221 5922 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6300,18 +6001,18 @@
6300 6001 #elementor-template-library-save-template-form > * {
6301 6002 height: 55px;
6302 6003 font-size: 16px;
6303 6004 }
6005 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
6006 + display: block;
6007 + width: 500px;
6008 + margin: 0 auto;
6009 +}
6304 6010 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6305 6011 height: 55px;
6306 6012 font-size: 16px;
6307 6013 margin-block-end: 15px;
6308 6014 }
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6310 - display: block;
6311 - width: 500px;
6312 - margin: 0 auto;
6313 -}
6314 6015 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6315 6016 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6316 6017 display: none;
6317 6018 }
@@ -6337,24 +6038,15 @@
6337 6038 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6338 6039 display: inline;
6339 6040 background: var(--e-a-bg-hover);
6340 6041 padding: 0 2px 1px;
6341 - border: none;
6342 6042 border-radius: 2px;
6343 6043 vertical-align: bottom;
6344 6044 cursor: pointer;
6345 - font-family: inherit;
6346 - font-size: inherit;
6347 - color: inherit;
6348 - line-height: inherit;
6349 6045 }
6350 6046 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6351 6047 background: var(--e-a-bg-active);
6352 6048 }
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6354 - outline: 2px solid var(--e-a-border-color-focus);
6355 - outline-offset: 2px;
6356 -}
6357 6049 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6358 6050 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6359 6051 #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,
6360 6052 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6418,16 +6110,12 @@
6418 6110 #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 {
6419 6111 white-space: nowrap;
6420 6112 text-overflow: ellipsis;
6421 6113 overflow: hidden;
6422 - overflow: visible;
6423 - display: inline-flex;
6424 - align-items: baseline;
6425 6114 line-height: 27px;
6426 6115 }
6427 6116 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6428 6117 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6429 - flex-shrink: 0;
6430 6118 position: relative;
6431 6119 inset-block-start: 2px;
6432 6120 }
6433 6121 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
@@ -6444,26 +6132,15 @@
6444 6132 }
6445 6133 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6446 6134 display: none;
6447 6135 margin-inline-end: 5px;
6448 - align-items: baseline;
6449 - white-space: nowrap;
6450 - text-overflow: ellipsis;
6451 - overflow: hidden;
6452 6136 }
6453 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6454 - display: inline-flex !important;
6455 -}
6456 6137 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6457 6138 text-decoration: underline;
6458 6139 cursor: pointer;
6459 - white-space: nowrap;
6460 - text-overflow: ellipsis;
6461 - overflow: hidden;
6462 6140 }
6463 6141 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6464 6142 cursor: pointer;
6465 - flex-shrink: 0;
6466 6143 }
6467 6144 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6468 6145 color: var(--e-a-color-primary-bold);
6469 6146 font-size: 14px;
@@ -6499,9 +6176,8 @@
6499 6176 }
6500 6177 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6501 6178 padding: 5px 15px;
6502 6179 cursor: pointer;
6503 - list-style: none;
6504 6180 }
6505 6181 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6506 6182 display: none;
6507 6183 }
@@ -6510,15 +6186,11 @@
6510 6186 }
6511 6187 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6512 6188 text-decoration: underline;
6513 6189 }
6514 -#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 {
6190 +#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 {
6515 6191 background: var(--e-a-border-color);
6516 6192 }
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6518 - outline: 2px solid var(--e-a-border-color-focus);
6519 - outline-offset: -2px;
6520 -}
6521 6193 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6522 6194 pointer-events: none;
6523 6195 opacity: 0.3;
6524 6196 }
@@ -6524,9 +6196,10 @@
6524 6196 }
6525 6197 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6526 6198 text-align: center;
6527 6199 font-size: 13px;
6528 - margin: 0 20px;
6200 + width: 155px;
6201 + margin: 0 auto;
6529 6202 padding-block: 15px;
6530 6203 pointer-events: none;
6531 6204 }
6532 6205 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6540,259 +6213,8 @@
6540 6213 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6541 6214 pointer-events: none;
6542 6215 opacity: 0.3;
6543 6216 }
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6545 - display: flex;
6546 - flex-direction: column;
6547 - width: 600px;
6548 - text-align: start;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6551 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6552 - font-size: 12px;
6553 - font-weight: 400;
6554 - color: var(--e-a-color-txt);
6555 -}
6556 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6557 - width: 100%;
6558 - padding: 12px 15px;
6559 - border: var(--e-a-border-bold);
6560 - border-radius: 3px;
6561 - margin-block-end: 0;
6562 -}
6563 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6564 - border: none;
6565 - padding: 0;
6566 - gap: 12px;
6567 - margin-block-start: 20px;
6568 -}
6569 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6570 - display: flex;
6571 - align-items: center;
6572 - padding: 12px 15px;
6573 - border: var(--e-a-border-bold);
6574 - border-radius: 3px;
6575 - width: 100%;
6576 - line-height: normal;
6577 - gap: 8px;
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6580 - border-color: var(--e-a-color-txt);
6581 -}
6582 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local {
6583 - display: flex;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6586 - margin-inline-end: 0;
6587 - flex-shrink: 0;
6588 - position: relative;
6589 -}
6590 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6591 - inset-block-start: 0;
6592 -}
6593 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6594 - content: "";
6595 - position: absolute;
6596 - inset-inline-end: -8px;
6597 - width: 1px;
6598 - height: 18px;
6599 - background-color: var(--e-a-border-color);
6600 -}
6601 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6602 - margin-inline-start: 12px;
6603 - margin-inline-end: 4px;
6604 - font-size: 24px;
6605 - color: var(--e-a-color-txt);
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6608 - margin-inline-start: 8px;
6609 - margin-inline-end: 0;
6610 - font-size: 24px;
6611 - color: var(--e-a-color-txt);
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6614 - flex: 0 0 auto;
6615 - margin: 0;
6616 - cursor: pointer;
6617 -}
6618 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6619 - margin-inline: 0;
6620 -}
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6622 - display: inline;
6623 - background: transparent;
6624 - padding: 0;
6625 - border-radius: 0;
6626 - vertical-align: baseline;
6627 - text-decoration: underline;
6628 - cursor: pointer;
6629 - margin-inline-start: 0;
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6632 - background: transparent;
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6635 - color: var(--e-a-color-primary-bold);
6636 - text-decoration: underline;
6637 - cursor: pointer;
6638 - margin-inline-start: 4px;
6639 -}
6640 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6641 - text-decoration: none;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6644 - display: none;
6645 - border: none;
6646 - padding: 0;
6647 - border-radius: 0;
6648 - margin-inline-start: 0;
6649 - background: transparent;
6650 - transition: background-color 0.2s;
6651 - padding: 3px 8px;
6652 -}
6653 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6654 - background-color: var(--e-a-btn-bg-primary-hover);
6655 - border-radius: 3px;
6656 -}
6657 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6658 - color: var(--e-a-btn-bg-accent);
6659 - text-decoration: none;
6660 - display: flex;
6661 - align-items: center;
6662 - gap: 4px;
6663 - font-size: 14px;
6664 - font-weight: 500;
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6667 - margin: 0;
6668 - font-size: 14px;
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6671 - display: none;
6672 -}
6673 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6674 - color: var(--e-a-color-txt-muted);
6675 - margin-inline: 5px;
6676 -}
6677 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6678 - color: var(--e-a-color-info);
6679 - text-decoration: underline;
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6682 - text-decoration: none;
6683 -}
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6685 - display: flex;
6686 - align-items: center;
6687 - gap: 6px;
6688 - padding: 6px 12px;
6689 - border: none;
6690 - border-radius: 20px;
6691 - font-size: 14px;
6692 - font-weight: 500;
6693 - cursor: pointer;
6694 - transition: opacity 0.2s;
6695 - margin-inline-start: auto;
6696 -}
6697 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6698 - opacity: 0.8;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6701 - margin: 0;
6702 - font-size: 14px;
6703 -}
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6705 - background-color: var(--e-a-bg-info);
6706 - color: var(--e-a-color-info);
6707 -}
6708 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6709 - color: var(--e-a-color-info);
6710 -}
6711 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6712 - background-color: var(--e-a-bg-warning);
6713 - color: var(--e-a-btn-bg-warning-hover);
6714 -}
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6716 - color: var(--e-a-btn-bg-warning-hover);
6717 -}
6718 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6719 - display: none;
6720 - margin-inline-start: 8px;
6721 - align-items: center;
6722 - gap: 6px;
6723 -}
6724 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6725 - display: inline-flex !important;
6726 -}
6727 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6728 - text-decoration: underline;
6729 - cursor: pointer;
6730 -}
6731 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6732 - cursor: pointer;
6733 - font-size: 14px;
6734 -}
6735 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6736 - inset-block-start: 75px;
6737 - inset-inline-start: 230px;
6738 -}
6739 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6740 - display: none;
6741 -}
6742 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6743 - display: inline;
6744 -}
6745 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6746 - display: none;
6747 -}
6748 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6749 - border-color: var(--e-a-border-color);
6750 -}
6751 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6752 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6753 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6754 - color: var(--e-a-color-txt-disabled);
6755 -}
6756 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6757 - background-color: var(--e-a-color-txt-disabled);
6758 -}
6759 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud {
6760 - border-color: var(--e-a-border-color);
6761 -}
6762 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6763 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6764 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type,
6765 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6766 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6767 - color: var(--e-a-color-txt-disabled);
6768 -}
6769 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after {
6770 - background-color: var(--e-a-color-txt-disabled);
6771 -}
6772 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge {
6773 - display: inline-flex;
6774 -}
6775 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container {
6776 - display: none;
6777 -}
6778 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6779 - display: block;
6780 -}
6781 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6782 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox],
6783 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6784 - pointer-events: none;
6785 -}
6786 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6787 - display: block;
6788 - margin-block-start: 15px;
6789 -}
6790 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6791 - align-self: center;
6792 - margin-block-start: 20px;
6793 - float: none;
6794 -}
6795 6217
6796 6218 #elementor-template-library-save-template-name {
6797 6219 width: 500px;
6798 6220 padding-inline-start: 25px;
@@ -6923,11 +6345,9 @@
6923 6345 margin-block-start: 10px;
6924 6346 }
6925 6347
6926 6348 #elementor-library--infotip__dialog,
6927 -#elementor-library--connect_infotip__dialog,
6928 -#elementor-library--cloud-upgrade__dialog,
6929 -#elementor-library--site-info__dialog {
6349 +#elementor-library--connect_infotip__dialog {
6930 6350 position: absolute;
6931 6351 z-index: 10000;
6932 6352 background-color: var(--e-a-bg-default);
6933 6353 box-shadow: var(--e-a-popover-shadow);
@@ -6932,39 +6352,19 @@
6932 6352 background-color: var(--e-a-bg-default);
6933 6353 box-shadow: var(--e-a-popover-shadow);
6934 6354 border-radius: var(--e-a-border-radius);
6935 6355 }
6936 -#elementor-library--infotip__dialog.variant-b,
6937 -#elementor-library--connect_infotip__dialog.variant-b,
6938 -#elementor-library--cloud-upgrade__dialog.variant-b,
6939 -#elementor-library--site-info__dialog.variant-b {
6940 - width: 200px;
6941 - color: var(--e-a-color-txt-invert);
6942 - background-color: var(--e-a-bg-secondary);
6943 -}
6944 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6945 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6946 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6947 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6948 - padding: 4px 8px 4px 8px;
6949 -}
6950 6356 #elementor-library--infotip__dialog__title,
6951 -#elementor-library--connect_infotip__dialog__title,
6952 -#elementor-library--cloud-upgrade__dialog__title,
6953 -#elementor-library--site-info__dialog__title {
6357 +#elementor-library--connect_infotip__dialog__title {
6954 6358 font-size: 14px;
6955 6359 }
6956 6360 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6957 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6958 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6959 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6361 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6960 6362 padding: 10px 0 10px 10px;
6961 6363 float: inline-end;
6962 6364 }
6963 6365 #elementor-library--infotip__dialog .dialog-button,
6964 -#elementor-library--connect_infotip__dialog .dialog-button,
6965 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6966 -#elementor-library--site-info__dialog .dialog-button {
6366 +#elementor-library--connect_infotip__dialog .dialog-button {
6967 6367 padding: 7px 25px;
6968 6368 font-size: 13px;
6969 6369 background: none;
6970 6370 color: var(--e-a-btn-bg-accent);
@@ -6972,11 +6372,9 @@
6972 6372 font-weight: 500;
6973 6373 cursor: pointer;
6974 6374 }
6975 6375 #elementor-library--infotip__dialog:after,
6976 -#elementor-library--connect_infotip__dialog:after,
6977 -#elementor-library--cloud-upgrade__dialog:after,
6978 -#elementor-library--site-info__dialog:after {
6376 +#elementor-library--connect_infotip__dialog:after {
6979 6377 content: "";
6980 6378 position: absolute;
6981 6379 inset-inline-end: 46%;
6982 6380 transform: scaleX(0.7);
@@ -6992,11 +6390,8 @@
6992 6390 #elementor-library--infotip__dialog:after {
6993 6391 inset-block-start: 100%;
6994 6392 border-block-start-color: var(--e-a-bg-default);
6995 6393 }
6996 -#elementor-library--infotip__dialog.variant-b:after {
6997 - border-block-start-color: var(--e-a-bg-secondary);
6998 -}
6999 6394
7000 6395 #elementor-library--connect_infotip__dialog {
7001 6396 width: 265px;
7002 6397 }
@@ -7002,207 +6397,13 @@
7002 6397 }
7003 6398 #elementor-library--connect_infotip__dialog .dialog-message {
7004 6399 padding: 20px;
7005 6400 }
7006 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6401 +#elementor-library--connect_infotip__dialog:after {
7007 6402 inset-block-end: 100%;
7008 6403 border-block-end-color: var(--e-a-bg-default);
7009 6404 }
7010 -#elementor-library--connect_infotip__dialog.variant-b:after {
7011 - border-block-start-color: var(--e-a-bg-secondary);
7012 - inset-block-start: 100%;
7013 -}
7014 -#elementor-library--connect_infotip__dialog.variant-b {
7015 - width: 265px;
7016 -}
7017 6405
7018 -#elementor-library--cloud-upgrade__dialog {
7019 - width: 265px;
7020 -}
7021 -#elementor-library--cloud-upgrade__dialog:after {
7022 - inset-block-start: 100%;
7023 - border-block-start-color: var(--e-a-bg-default);
7024 -}
7025 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7026 - border-block-start-color: var(--e-a-bg-secondary);
7027 -}
7028 -
7029 -#elementor-library--site-info__dialog {
7030 - width: 265px;
7031 -}
7032 -#elementor-library--site-info__dialog:after {
7033 - inset-block-start: 100%;
7034 - border-block-start-color: var(--e-a-bg-default);
7035 -}
7036 -#elementor-library--site-info__dialog.variant-b:after {
7037 - border-block-start-color: var(--e-a-bg-secondary);
7038 -}
7039 -
7040 -.elementor-global-styles-dialog {
7041 - --gsd-color-text-primary: #0c0d0e;
7042 - --gsd-color-text-secondary: #3f444b;
7043 - --gsd-color-text-tertiary: #69727D;
7044 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7045 - --gsd-color-primary-main: #f0abfc;
7046 - --gsd-color-primary-hover: #e879f9;
7047 - --gsd-color-secondary-main: #515962;
7048 - --gsd-border-radius: 4px;
7049 - --gsd-spacing-horizontal: 24px;
7050 - --gsd-font-family: 'Roboto', sans-serif;
7051 - padding: 16px 0 0;
7052 - min-width: 444px;
7053 -}
7054 -.elementor-global-styles-dialog__header {
7055 - padding: 10px var(--gsd-spacing-horizontal) 0;
7056 - margin-block-end: 16px;
7057 -}
7058 -.elementor-global-styles-dialog__header h2 {
7059 - margin: 0 0 4px;
7060 - font-family: var(--gsd-font-family);
7061 - font-size: 16px;
7062 - font-weight: 500;
7063 - line-height: 1.3;
7064 - color: var(--gsd-color-text-primary);
7065 - letter-spacing: 0.15px;
7066 -}
7067 -.elementor-global-styles-dialog__header p {
7068 - margin: 0;
7069 - font-family: var(--gsd-font-family);
7070 - font-size: 14px;
7071 - font-weight: 400;
7072 - line-height: 20px;
7073 - color: var(--gsd-color-text-secondary);
7074 - letter-spacing: 0.15px;
7075 -}
7076 -.elementor-global-styles-dialog__options {
7077 - display: flex;
7078 - flex-direction: column;
7079 - gap: 12px;
7080 - padding: 0 var(--gsd-spacing-horizontal);
7081 -}
7082 -.elementor-global-styles-dialog__radio-card {
7083 - display: flex;
7084 - gap: 0;
7085 - padding: 12px 8px;
7086 - border: 1px solid var(--gsd-color-divider);
7087 - border-radius: var(--gsd-border-radius);
7088 - cursor: pointer;
7089 - transition: border-color 0.2s ease;
7090 -}
7091 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7092 - border: 2px solid var(--gsd-color-text-primary);
7093 - padding: 11px 7px;
7094 -}
7095 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7096 - flex-shrink: 0;
7097 - width: 20px;
7098 - height: 20px;
7099 - margin: 9px;
7100 - cursor: pointer;
7101 - color: var(--gsd-color-text-tertiary);
7102 - accent-color: var(--gsd-color-text-primary);
7103 -}
7104 -.elementor-global-styles-dialog__radio-card-content {
7105 - display: flex;
7106 - align-items: flex-start;
7107 - flex-direction: column;
7108 - flex: 1;
7109 -}
7110 -.elementor-global-styles-dialog__radio-label {
7111 - font-family: var(--gsd-font-family);
7112 - font-size: 14px;
7113 - font-weight: 500;
7114 - line-height: 18px;
7115 - color: var(--gsd-color-text-primary);
7116 - letter-spacing: 0.15px;
7117 -}
7118 -.elementor-global-styles-dialog__radio-description {
7119 - font-family: var(--gsd-font-family);
7120 - font-size: 12px;
7121 - font-weight: 400;
7122 - line-height: 20px;
7123 - color: var(--gsd-color-text-secondary);
7124 - letter-spacing: 0.4px;
7125 -}
7126 -.elementor-global-styles-dialog__checkbox-container {
7127 - display: flex;
7128 - align-items: flex-start;
7129 - gap: 4px;
7130 - padding: 0;
7131 - margin-block-start: 0;
7132 -}
7133 -.elementor-global-styles-dialog__checkbox-option {
7134 - display: flex;
7135 - align-items: flex-start;
7136 - gap: 4px;
7137 - cursor: pointer;
7138 -}
7139 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7140 - width: 18px;
7141 - height: 18px;
7142 - margin: 4px;
7143 - cursor: pointer;
7144 -}
7145 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7146 - background-color: var(--gsd-color-text-tertiary);
7147 -}
7148 -.elementor-global-styles-dialog__checkbox-label {
7149 - font-family: var(--gsd-font-family);
7150 - font-size: 12px;
7151 - font-weight: 400;
7152 - line-height: 1.43;
7153 - color: var(--gsd-color-text-primary);
7154 - letter-spacing: 0.15px;
7155 - padding-block-start: 4px;
7156 - margin-inline-start: 4px;
7157 -}
7158 -.elementor-global-styles-dialog__checkbox-label a {
7159 - color: #2563eb;
7160 - text-decoration: underline;
7161 -}
7162 -.elementor-global-styles-dialog__checkbox-label a:hover {
7163 - color: #2563eb;
7164 -}
7165 -.elementor-global-styles-dialog__footer {
7166 - display: flex;
7167 - justify-content: flex-end;
7168 - align-items: center;
7169 - gap: 8px;
7170 - padding: 16px var(--gsd-spacing-horizontal);
7171 -}
7172 -.elementor-global-styles-dialog__button-cancel {
7173 - padding: 6px 8px;
7174 - font-family: var(--gsd-font-family);
7175 - font-size: 15px;
7176 - font-weight: 500;
7177 - line-height: 24px;
7178 - letter-spacing: 0.4px;
7179 - color: var(--gsd-color-secondary-main);
7180 - background: transparent;
7181 - border: none;
7182 - border-radius: var(--gsd-border-radius);
7183 - cursor: pointer;
7184 -}
7185 -.elementor-global-styles-dialog__button-cancel:hover {
7186 - background: rgba(0, 0, 0, 0.04);
7187 -}
7188 -.elementor-global-styles-dialog__button-insert {
7189 - padding: 6px 16px;
7190 - font-family: var(--gsd-font-family);
7191 - font-size: 15px;
7192 - font-weight: 500;
7193 - line-height: 24px;
7194 - letter-spacing: 0.4px;
7195 - color: var(--gsd-color-text-primary);
7196 - background: var(--gsd-color-primary-main);
7197 - border: none;
7198 - border-radius: var(--gsd-border-radius);
7199 - cursor: pointer;
7200 -}
7201 -.elementor-global-styles-dialog__button-insert:hover {
7202 - background: var(--gsd-color-primary-hover);
7203 -}
7204 -
7205 6406 .elementor-tags-list {
7206 6407 display: none;
7207 6408 position: absolute;
7208 6409 width: 260px;
@@ -7386,14 +6587,8 @@
7386 6587 cursor: default;
7387 6588 opacity: 0.5;
7388 6589 color: var(--e-a-color-disabled);
7389 6590 }
7390 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7391 - opacity: 1;
7392 -}
7393 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7394 - opacity: 0.5;
7395 -}
7396 6591 .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 {
7397 6592 background-color: var(--e-a-bg-hover);
7398 6593 color: var(--e-a-color-hover);
7399 6594 }
@@ -7422,20 +6617,8 @@
7422 6617 color: var(--e-a-color-primary-bold);
7423 6618 border-radius: 10px;
7424 6619 font-size: 10px;
7425 6620 }
7426 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7427 - display: flex;
7428 - align-items: center;
7429 - justify-content: center;
7430 - width: 24px;
7431 - height: 24px;
7432 - border-radius: 50%;
7433 - background-color: rgba(214, 16, 124, 0.12);
7434 - color: var(--e-a-color-accent-promotion, #D6107C);
7435 - font-size: 16px;
7436 - cursor: pointer;
7437 -}
7438 6621 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7439 6622 font-size: 14px;
7440 6623 font-style: normal;
7441 6624 font-weight: 400;
@@ -7833,9 +7016,9 @@
7833 7016 transition: transform 0.5s;
7834 7017 z-index: 91;
7835 7018 }
7836 7019 .elementor-navigator__element__indicators:not(:hover) {
7837 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
7020 + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width)));
7838 7021 }
7839 7022 .elementor-navigator__element__indicator {
7840 7023 height: 100%;
7841 7024 width: 31px;
@@ -8395,23 +7578,19 @@
8395 7578 }
8396 7579
8397 7580 [class^=eicon-flex], [class*=" eicon-flex"] {
8398 7581 transition: 0.3s all;
7582 + --is-ltr: 0;
7583 + --is-rtl: 1;
7584 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8399 7585 }
8400 7586 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8401 7587 max-height: 1em;
8402 7588 max-width: 1em;
8403 7589 }
8404 -[class^=eicon-flex], [class*=" eicon-flex"] {
8405 - --is-ltr: 0;
8406 - --is-rtl: 1;
8407 -}
8408 7590 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8409 7591 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8410 7592 }
8411 -[class^=eicon-flex], [class*=" eicon-flex"] {
8412 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8413 -}
8414 7593 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) {
8415 7594 transform: rotate(calc(var(--rotation-direction) * 90deg));
8416 7595 }
8417 7596 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) {
@@ -8424,16 +7603,6 @@
8424 7603 transform: rotate(calc(var(--is-rtl) * 180deg));
8425 7604 }
8426 7605 .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) {
8427 7606 transform: rotate(calc(var(--is-ltr) * 180deg));
8428 -}
8429 -
8430 -.elementor-editor-active .embed-media-settings .setting.caption {
8431 - display: none;
8432 -}
8433 -.elementor-editor-active .embed-media-settings .setting.align {
8434 - display: none;
8435 -}
8436 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8437 - display: none;
8438 7607 }
8439 7608 /*# sourceMappingURL=editor-rtl.css.map */