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/admin.css +100 -153 4.3.0-beta13.32.0-dev3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.32.0 - 08-09-2025 */
1 2 .elementor-button,
2 3 .e-btn,
3 4 #elementor-deactivate-feedback-modal .dialog-skip,
4 5 #elementor-deactivate-feedback-modal .dialog-submit {
@@ -591,11 +592,11 @@
591 592 #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover, #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:focus {
592 593 background-color: rgb(198, 0, 84.8571428571);
593 594 box-shadow: none;
594 595 }
595 -#adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade] {
596 +#adminmenu #menu-posts-elementor_library a[href*="page=go_cloud_hosting_plans"] {
596 597 font-weight: 600;
597 - background-color: #93003f;
598 + background-color: #660044;
598 599 color: #ffffff;
599 600 margin: 3px 10px 0;
600 601 display: block;
601 602 text-align: center;
@@ -601,10 +602,10 @@
601 602 text-align: center;
602 603 border-radius: 3px;
603 604 transition: all 0.3s;
604 605 }
605 -#adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade]:hover, #adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade]:focus {
606 - background-color: rgb(198, 0, 84.8571428571);
606 +#adminmenu #menu-posts-elementor_library a[href*="page=go_cloud_hosting_plans"]:hover, #adminmenu #menu-posts-elementor_library a[href*="page=go_cloud_hosting_plans"]:focus {
607 + background-color: #B90B84;
607 608 box-shadow: none;
608 609 }
609 610 #adminmenu #menu-posts-elementor_library .wp-menu-image:before {
610 611 content: "\e8ff";
@@ -1246,8 +1247,13 @@
1246 1247 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
1247 1248 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
1248 1249 color: initial;
1249 1250 }
1251 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1252 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1253 + background-color: var(--e-a-btn-bg-disabled);
1254 + cursor: not-allowed;
1255 +}
1250 1256 .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,
1251 1257 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
1252 1258 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1253 1259 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -1252,13 +1258,8 @@
1252 1258 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1253 1259 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
1254 1260 background-color: var(--e-a-btn-bg-disabled);
1255 1261 }
1256 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1257 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1258 - background-color: var(--e-a-btn-bg-disabled);
1259 - cursor: not-allowed;
1260 -}
1261 1262
1262 1263 :root {
1263 1264 --e-focus-color: rgba(0, 115, 170, .4);
1264 1265 --e-context-primary-color: #0073aa;
@@ -1284,14 +1285,63 @@
1284 1285 --e-context-cta-color: #524CFF;
1285 1286 --e-context-cta-color-dark: rgb(32.7094972067, 25, 255);
1286 1287 --e-context-cta-tint-4: rgba(82, 76, 255, 0.4);
1287 1288 --e-context-cta-tint-1: rgba(82, 76, 255, 0.04);
1288 - --e-context-promotion-color: #93003f;
1289 - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429);
1290 - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4);
1291 - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04);
1292 1289 }
1293 1290
1291 +.e-getting-started {
1292 + max-width: 900px;
1293 + padding: 2.5em 0;
1294 + margin: auto;
1295 + text-align: center;
1296 +}
1297 +.e-getting-started__header {
1298 + display: flex;
1299 + flex-direction: row;
1300 + justify-content: space-between;
1301 + align-items: center;
1302 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
1303 +}
1304 +.e-getting-started__header .e-logo-wrapper {
1305 + font-size: 10px;
1306 + margin-inline-end: 10px;
1307 +}
1308 +.e-getting-started__title {
1309 + padding: 0 15px;
1310 + font-weight: 600;
1311 + text-transform: uppercase;
1312 + display: flex;
1313 + align-items: center;
1314 +}
1315 +.e-getting-started__skip {
1316 + border-inline-start: 1px solid #eee;
1317 + font-size: 16px;
1318 + color: inherit;
1319 +}
1320 +.e-getting-started__skip i {
1321 + padding: 15px;
1322 +}
1323 +.e-getting-started__content {
1324 + padding: 50px;
1325 +}
1326 +.e-getting-started__content h2 {
1327 + font-size: 2em;
1328 + margin-block-start: 0;
1329 +}
1330 +.e-getting-started__content--narrow {
1331 + max-width: 500px;
1332 + margin: auto;
1333 +}
1334 +.e-getting-started__video {
1335 + margin: 40px 0 60px;
1336 +}
1337 +.e-getting-started__video iframe {
1338 + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
1339 +}
1340 +.e-getting-started__actions .button-primary {
1341 + margin-inline-end: 20px;
1342 +}
1343 +
1294 1344 :root {
1295 1345 --e-button-padding-block: 0.4375rem;
1296 1346 --e-button-padding-inline: 0.75rem;
1297 1347 --e-button-font-size: 0.8125rem;
@@ -1302,49 +1352,8 @@
1302 1352 --e-button-context-color-dark: var(--e-context-primary-color-dark);
1303 1353 --e-button-context-tint: var(--e-context-primary-tint-1);
1304 1354 }
1305 1355
1306 -.notice a.e-button,
1307 -.error a.e-button,
1308 -.updated a.e-button {
1309 - color: #ffffff;
1310 - text-decoration: none;
1311 -}
1312 -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active,
1313 -.error a.e-button:hover,
1314 -.error a.e-button:focus,
1315 -.error a.e-button:active,
1316 -.updated a.e-button:hover,
1317 -.updated a.e-button:focus,
1318 -.updated a.e-button:active {
1319 - color: #ffffff;
1320 - text-decoration: none;
1321 -}
1322 -.notice a.e-button.e-button--outline,
1323 -.error a.e-button.e-button--outline,
1324 -.updated a.e-button.e-button--outline {
1325 - color: var(--e-button-context-color);
1326 -}
1327 -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus,
1328 -.error a.e-button.e-button--outline:hover,
1329 -.error a.e-button.e-button--outline:focus,
1330 -.updated a.e-button.e-button--outline:hover,
1331 -.updated a.e-button.e-button--outline:focus {
1332 - color: var(--e-button-context-color-dark);
1333 -}
1334 -.notice a.e-button.e-button--link,
1335 -.error a.e-button.e-button--link,
1336 -.updated a.e-button.e-button--link {
1337 - color: var(--e-button-context-color);
1338 -}
1339 -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus,
1340 -.error a.e-button.e-button--link:hover,
1341 -.error a.e-button.e-button--link:focus,
1342 -.updated a.e-button.e-button--link:hover,
1343 -.updated a.e-button.e-button--link:focus {
1344 - color: var(--e-button-context-color-dark);
1345 -}
1346 -
1347 1356 .e-button {
1348 1357 display: inline-block;
1349 1358 font-weight: var(--e-button-font-weight);
1350 1359 text-align: center;
@@ -1417,14 +1426,8 @@
1417 1426 --e-button-context-color-dark: var(--e-context-cta-color-dark);
1418 1427 --e-button-context-tint: var(--e-context-cta-tint-1);
1419 1428 --e-focus-color: var(--e-context-cta-tint-4);
1420 1429 }
1421 -.e-button--promotion {
1422 - --e-button-context-color: var(--e-context-promotion-color);
1423 - --e-button-context-color-dark: var(--e-context-promotion-color-dark);
1424 - --e-button-context-tint: var(--e-context-promotion-tint-1);
1425 - --e-focus-color: var(--e-context-promotion-tint-4);
1426 -}
1427 1430 .e-button.e-button--outline {
1428 1431 color: var(--e-button-context-color);
1429 1432 background: none;
1430 1433 border: 1px solid currentColor;
@@ -1524,13 +1527,8 @@
1524 1527 --e-notice-context-color: var(--e-context-cta-color);
1525 1528 --e-notice-context-color-dark: var(--e-context-cta-color-dark);
1526 1529 --e-notice-context-tint: var(--e-context-cta-tint-1);
1527 1530 }
1528 -.e-notice--promotion {
1529 - --e-notice-context-color: var(--e-context-promotion-color);
1530 - --e-notice-context-color-dark: var(--e-context-promotion-color-dark);
1531 - --e-notice-context-tint: var(--e-context-promotion-tint-1);
1532 -}
1533 1531 .e-notice--extended {
1534 1532 --e-notice-is-extended: 1;
1535 1533 }
1536 1534 .e-notice--dismissible {
@@ -1546,14 +1544,16 @@
1546 1544 flex-shrink: 0;
1547 1545 }
1548 1546 .e-notice__icon-wrapper {
1549 1547 display: inline-block;
1550 - font-size: 1.5rem;
1548 + font-size: 0.625rem;
1551 1549 max-height: 1.5rem;
1552 1550 width: 1.5rem;
1553 1551 line-height: 1.5rem;
1554 - color: var(--e-notice-context-color);
1555 1552 border-radius: 100px;
1553 + background: var(--e-notice-context-color);
1554 + color: #fff;
1555 + text-shadow: 0 0 3px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark);
1556 1556 }
1557 1557 .e-notice__content {
1558 1558 padding: 20px;
1559 1559 }
@@ -1558,10 +1558,12 @@
1558 1558 padding: 20px;
1559 1559 }
1560 1560 .e-notice__actions {
1561 1561 display: flex;
1562 - gap: 8px;
1563 1562 }
1563 +.e-notice__actions > * + * {
1564 + margin-inline-start: 8px;
1565 +}
1564 1566 .e-notice__dismiss {
1565 1567 width: 20px;
1566 1568 height: 20px;
1567 1569 line-height: 20px;
@@ -1979,8 +1981,13 @@
1979 1981 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
1980 1982 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
1981 1983 color: initial;
1982 1984 }
1985 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1986 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1987 + background-color: var(--e-a-btn-bg-disabled);
1988 + cursor: not-allowed;
1989 +}
1983 1990 .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,
1984 1991 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
1985 1992 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1986 1993 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -1985,13 +1992,8 @@
1985 1992 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1986 1993 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
1987 1994 background-color: var(--e-a-btn-bg-disabled);
1988 1995 }
1989 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1990 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1991 - background-color: var(--e-a-btn-bg-disabled);
1992 - cursor: not-allowed;
1993 -}
1994 1996
1995 1997 @keyframes elementor-rotation {
1996 1998 0% {
1997 1999 transform: rotate(0deg);
@@ -2039,9 +2041,8 @@
2039 2041 margin-inline: 30px 0;
2040 2042 padding: 5px;
2041 2043 box-shadow: none;
2042 2044 width: 92%;
2043 - flex-basis: 100%;
2044 2045 }
2045 2046 #elementor-deactivate-feedback-modal .dialog-buttons-wrapper {
2046 2047 display: flex;
2047 2048 justify-content: space-between;
@@ -2084,9 +2085,8 @@
2084 2085 display: flex;
2085 2086 align-items: center;
2086 2087 line-height: 2;
2087 2088 overflow: hidden;
2088 - flex-wrap: wrap;
2089 2089 }
2090 2090
2091 2091 #elementor-hidden-area {
2092 2092 display: none;
@@ -2140,9 +2140,8 @@
2140 2140
2141 2141 #elementor_rollback > div,
2142 2142 #elementor_rollback_pro > div {
2143 2143 display: flex;
2144 - align-items: center;
2145 2144 }
2146 2145 #elementor_rollback > div input,
2147 2146 #elementor_rollback > div select,
2148 2147 #elementor_rollback_pro > div input,
@@ -2162,15 +2161,8 @@
2162 2161 }
2163 2162 .tab-import-export-kit__container:not(:first-child) {
2164 2163 margin-block-start: 5px;
2165 2164 }
2166 -.tab-import-export-kit__container.e-editor-one {
2167 - border: 1px solid rgba(0, 0, 0, 0.12);
2168 - border-radius: 8px;
2169 -}
2170 -.tab-import-export-kit__container.e-editor-one:not(:first-child) {
2171 - margin-block-start: 20px;
2172 -}
2173 2165 .tab-import-export-kit__container p {
2174 2166 font-size: 16px;
2175 2167 margin: 20px 0 25px;
2176 2168 }
@@ -2225,11 +2217,10 @@
2225 2217 margin: 0;
2226 2218 }
2227 2219 .tab-import-export-kit__revert .tab-import-export-kit__kit-item img {
2228 2220 width: 330px;
2229 - height: auto;
2230 - max-width: 100%;
2231 - aspect-ratio: 330/315;
2221 + height: 315px;
2222 + padding: 0.625rem;
2232 2223 }
2233 2224 .tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover {
2234 2225 color: #a94442;
2235 2226 border-color: #a94442;
@@ -2342,14 +2333,8 @@
2342 2333 color: #93003f;
2343 2334 font-weight: 500;
2344 2335 }
2345 2336
2346 -[class*=branch-7].wp-core-ui .button .dashicons {
2347 - vertical-align: middle;
2348 - line-height: 1.2;
2349 - color: var(--wp-admin-theme-color);
2350 -}
2351 -
2352 2337 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
2353 2338 padding-block-start: 2em;
2354 2339 margin-block-end: 2em;
2355 2340 }
@@ -2515,17 +2500,8 @@
2515 2500 background: #ffffff;
2516 2501 color: #3f444b;
2517 2502 margin-block-end: 2px;
2518 2503 }
2519 -#elementor-role-manager .elementor-role-row.e-editor-one {
2520 - border: 1px solid rgba(0, 0, 0, 0.12);
2521 - margin-block-end: 20px;
2522 - border-radius: 8px;
2523 -}
2524 -#elementor-role-manager .elementor-role-row.e-editor-one .elementor-role-controls {
2525 - border-end-start-radius: 8px;
2526 - border-end-end-radius: 8px;
2527 -}
2528 2504 #elementor-role-manager .elementor-role-row .elementor-role-label {
2529 2505 display: flex;
2530 2506 padding: 15px 20px;
2531 2507 font-weight: 500;
@@ -2543,9 +2519,8 @@
2543 2519 }
2544 2520 #elementor-role-manager .elementor-role-row .elementor-role-controls {
2545 2521 background-color: #F9FAFA;
2546 2522 padding: 20px 20px 5px;
2547 - transition: all 0.3s ease-in-out;
2548 2523 }
2549 2524 #elementor-role-manager .elementor-role-row .elementor-role-controls > div {
2550 2525 margin-block-end: 15px;
2551 2526 }
@@ -2578,8 +2553,11 @@
2578 2553 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
2579 2554 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
2580 2555 color: var(--e-a-color-txt-hover);
2581 2556 }
2557 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
2558 + border: none;
2559 +}
2582 2560 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
2583 2561 text-transform: uppercase;
2584 2562 font-weight: bold;
2585 2563 font-size: 12px;
@@ -2634,9 +2612,8 @@
2634 2612 .e-experiment__title {
2635 2613 display: flex;
2636 2614 align-items: flex-start;
2637 2615 flex-direction: column;
2638 - position: relative;
2639 2616 }
2640 2617 .e-experiment__title__indicator {
2641 2618 position: absolute;
2642 2619 height: 10px;
@@ -2671,12 +2648,8 @@
2671 2648 .e-experiment__title__tag__deprecated {
2672 2649 background: #e66;
2673 2650 color: white;
2674 2651 }
2675 -.e-experiment__title__tag.e-editor-one {
2676 - background: #EBEBEB;
2677 - color: #3F444B;
2678 -}
2679 2652 .e-experiment__table-title {
2680 2653 margin: 30px 0;
2681 2654 }
2682 2655 .e-experiment__dependency, .e-experiment__status {
@@ -2799,22 +2772,15 @@
2799 2772 max-width: 90%;
2800 2773 aspect-ratio: 16/9;
2801 2774 }
2802 2775 }
2803 -#wpcontent .wrap.elementor-admin-page-license {
2804 - flex-direction: column;
2805 - align-items: flex-start;
2806 - flex-wrap: nowrap;
2807 -}
2808 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box {
2809 - width: 100%;
2776 +.wrap.elementor-admin-page-license .elementor-license-box {
2810 2777 max-width: 600px;
2811 2778 background: white;
2812 2779 margin: 20px 0;
2813 2780 padding: 20px 20px;
2814 - box-sizing: border-box;
2815 2781 }
2816 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2782 +.wrap.elementor-admin-page-license .elementor-license-box h3 {
2817 2783 display: flex;
2818 2784 justify-content: space-between;
2819 2785 align-items: center;
2820 2786 margin: 0;
@@ -2821,67 +2787,48 @@
2821 2787 padding: 0;
2822 2788 padding-block-end: 20px;
2823 2789 border-block-end: 1px solid #eee;
2824 2790 }
2825 -@media screen and (max-width: 782px) {
2826 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2827 - flex-wrap: wrap;
2828 - gap: 15px;
2829 - }
2830 -}
2831 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span {
2791 +.wrap.elementor-admin-page-license .elementor-license-box h3 span {
2832 2792 flex-grow: 1;
2833 2793 padding-inline-start: 5px;
2834 2794 }
2835 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small {
2795 +.wrap.elementor-admin-page-license .elementor-license-box h3 small {
2836 2796 font-size: 13px;
2837 2797 font-weight: normal;
2838 2798 }
2839 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label {
2799 +.wrap.elementor-admin-page-license .elementor-license-box label {
2840 2800 display: block;
2841 2801 font-size: 1.3em;
2842 2802 font-weight: 600;
2843 2803 margin: 1em 0;
2844 2804 }
2845 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2805 +.wrap.elementor-admin-page-license .elementor-license-box .button {
2806 + height: 30px;
2846 2807 margin-inline-start: 15px;
2847 2808 margin-block-end: 0;
2848 2809 }
2849 -@media screen and (max-width: 782px) {
2850 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2851 - margin-inline: 0;
2852 - min-height: auto;
2853 - }
2854 -}
2855 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description {
2810 +.wrap.elementor-admin-page-license .elementor-license-box p.description {
2856 2811 margin: 10px 0;
2857 2812 }
2858 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2813 +.wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2859 2814 display: flex;
2860 2815 align-items: center;
2861 2816 justify-content: space-between;
2862 2817 }
2863 -@media screen and (max-width: 782px) {
2864 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2865 - align-items: flex-start;
2866 - }
2867 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button {
2868 - margin-inline-start: 10px;
2869 - }
2870 -}
2871 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom {
2818 +.wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom {
2872 2819 padding-block-end: 15px;
2873 2820 border-block-end: 1px solid #eeeeee;
2874 2821 }
2875 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2822 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2876 2823 color: #93003f;
2877 2824 border-color: #93003f;
2878 2825 }
2879 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover {
2826 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover {
2880 2827 color: #fff;
2881 2828 background-color: #93003f;
2882 2829 }
2883 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion {
2830 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion {
2884 2831 display: flex;
2885 2832 flex-direction: row;
2886 2833 gap: 40px;
2887 2834 justify-content: start;
@@ -2886,15 +2833,15 @@
2886 2833 gap: 40px;
2887 2834 justify-content: start;
2888 2835 align-items: center;
2889 2836 }
2890 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 {
2837 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 {
2891 2838 line-height: 24px;
2892 2839 }
2893 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action {
2840 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action {
2894 2841 justify-content: flex-start;
2895 2842 }
2896 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade {
2843 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade {
2897 2844 display: inline-flex;
2898 2845 align-items: center;
2899 2846 gap: 10px;
2900 2847 margin-inline: 0;
@@ -2902,20 +2849,20 @@
2902 2849 color: #fff;
2903 2850 background-color: #93003f;
2904 2851 border: 0;
2905 2852 }
2906 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img {
2853 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img {
2907 2854 width: 45%;
2908 2855 }
2909 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action {
2856 +.wrap.elementor-admin-page-license .elementor-box-action {
2910 2857 display: flex;
2911 2858 justify-content: flex-end;
2912 2859 }
2913 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2860 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2914 2861 color: #72777c;
2915 2862 margin-inline-end: 15px;
2916 2863 }
2917 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover {
2864 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover {
2918 2865 color: inherit;
2919 2866 }
2920 2867
2921 2868 .elementor-control-notice {