| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.32.0 - 16-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); |
| @@ -2138,9 +2140,8 @@ | ||
| 2138 | 2140 | |
| 2139 | 2141 | #elementor_rollback > div, |
| 2140 | 2142 | #elementor_rollback_pro > div { |
| 2141 | 2143 | display: flex; |
| 2142 | - align-items: center; | |
| 2143 | 2144 | } |
| 2144 | 2145 | #elementor_rollback > div input, |
| 2145 | 2146 | #elementor_rollback > div select, |
| 2146 | 2147 | #elementor_rollback_pro > div input, |
| @@ -2160,15 +2161,8 @@ | ||
| 2160 | 2161 | } |
| 2161 | 2162 | .tab-import-export-kit__container:not(:first-child) { |
| 2162 | 2163 | margin-block-start: 5px; |
| 2163 | 2164 | } |
| 2164 | -.tab-import-export-kit__container.e-editor-one { | |
| 2165 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2166 | - border-radius: 8px; | |
| 2167 | -} | |
| 2168 | -.tab-import-export-kit__container.e-editor-one:not(:first-child) { | |
| 2169 | - margin-block-start: 20px; | |
| 2170 | -} | |
| 2171 | 2165 | .tab-import-export-kit__container p { |
| 2172 | 2166 | font-size: 16px; |
| 2173 | 2167 | margin: 20px 0 25px; |
| 2174 | 2168 | } |
| @@ -2223,11 +2217,10 @@ | ||
| 2223 | 2217 | margin: 0; |
| 2224 | 2218 | } |
| 2225 | 2219 | .tab-import-export-kit__revert .tab-import-export-kit__kit-item img { |
| 2226 | 2220 | width: 330px; |
| 2227 | - height: auto; | |
| 2228 | - max-width: 100%; | |
| 2229 | - aspect-ratio: 330/315; | |
| 2221 | + height: 315px; | |
| 2222 | + padding: 0.625rem; | |
| 2230 | 2223 | } |
| 2231 | 2224 | .tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover { |
| 2232 | 2225 | color: #a94442; |
| 2233 | 2226 | border-color: #a94442; |
| @@ -2340,14 +2333,8 @@ | ||
| 2340 | 2333 | color: #93003f; |
| 2341 | 2334 | font-weight: 500; |
| 2342 | 2335 | } |
| 2343 | 2336 | |
| 2344 | -[class*=branch-7].wp-core-ui .button .dashicons { | |
| 2345 | - vertical-align: middle; | |
| 2346 | - line-height: 1.2; | |
| 2347 | - color: var(--wp-admin-theme-color); | |
| 2348 | -} | |
| 2349 | - | |
| 2350 | 2337 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2351 | 2338 | padding-block-start: 2em; |
| 2352 | 2339 | margin-block-end: 2em; |
| 2353 | 2340 | } |
| @@ -2513,17 +2500,8 @@ | ||
| 2513 | 2500 | background: #ffffff; |
| 2514 | 2501 | color: #3f444b; |
| 2515 | 2502 | margin-block-end: 2px; |
| 2516 | 2503 | } |
| 2517 | -#elementor-role-manager .elementor-role-row.e-editor-one { | |
| 2518 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2519 | - margin-block-end: 20px; | |
| 2520 | - border-radius: 8px; | |
| 2521 | -} | |
| 2522 | -#elementor-role-manager .elementor-role-row.e-editor-one .elementor-role-controls { | |
| 2523 | - border-end-start-radius: 8px; | |
| 2524 | - border-end-end-radius: 8px; | |
| 2525 | -} | |
| 2526 | 2504 | #elementor-role-manager .elementor-role-row .elementor-role-label { |
| 2527 | 2505 | display: flex; |
| 2528 | 2506 | padding: 15px 20px; |
| 2529 | 2507 | font-weight: 500; |
| @@ -2541,9 +2519,8 @@ | ||
| 2541 | 2519 | } |
| 2542 | 2520 | #elementor-role-manager .elementor-role-row .elementor-role-controls { |
| 2543 | 2521 | background-color: #F9FAFA; |
| 2544 | 2522 | padding: 20px 20px 5px; |
| 2545 | - transition: all 0.3s ease-in-out; | |
| 2546 | 2523 | } |
| 2547 | 2524 | #elementor-role-manager .elementor-role-row .elementor-role-controls > div { |
| 2548 | 2525 | margin-block-end: 15px; |
| 2549 | 2526 | } |
| @@ -2576,8 +2553,11 @@ | ||
| 2576 | 2553 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2577 | 2554 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2578 | 2555 | color: var(--e-a-color-txt-hover); |
| 2579 | 2556 | } |
| 2557 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2558 | + border: none; | |
| 2559 | +} | |
| 2580 | 2560 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2581 | 2561 | text-transform: uppercase; |
| 2582 | 2562 | font-weight: bold; |
| 2583 | 2563 | font-size: 12px; |
| @@ -2632,9 +2612,8 @@ | ||
| 2632 | 2612 | .e-experiment__title { |
| 2633 | 2613 | display: flex; |
| 2634 | 2614 | align-items: flex-start; |
| 2635 | 2615 | flex-direction: column; |
| 2636 | - position: relative; | |
| 2637 | 2616 | } |
| 2638 | 2617 | .e-experiment__title__indicator { |
| 2639 | 2618 | position: absolute; |
| 2640 | 2619 | height: 10px; |
| @@ -2669,12 +2648,8 @@ | ||
| 2669 | 2648 | .e-experiment__title__tag__deprecated { |
| 2670 | 2649 | background: #e66; |
| 2671 | 2650 | color: white; |
| 2672 | 2651 | } |
| 2673 | -.e-experiment__title__tag.e-editor-one { | |
| 2674 | - background: #EBEBEB; | |
| 2675 | - color: #3F444B; | |
| 2676 | -} | |
| 2677 | 2652 | .e-experiment__table-title { |
| 2678 | 2653 | margin: 30px 0; |
| 2679 | 2654 | } |
| 2680 | 2655 | .e-experiment__dependency, .e-experiment__status { |
| @@ -2797,22 +2772,15 @@ | ||
| 2797 | 2772 | max-width: 90%; |
| 2798 | 2773 | aspect-ratio: 16/9; |
| 2799 | 2774 | } |
| 2800 | 2775 | } |
| 2801 | -#wpcontent .wrap.elementor-admin-page-license { | |
| 2802 | - flex-direction: column; | |
| 2803 | - align-items: flex-start; | |
| 2804 | - flex-wrap: nowrap; | |
| 2805 | -} | |
| 2806 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box { | |
| 2807 | - width: 100%; | |
| 2776 | +.wrap.elementor-admin-page-license .elementor-license-box { | |
| 2808 | 2777 | max-width: 600px; |
| 2809 | 2778 | background: white; |
| 2810 | 2779 | margin: 20px 0; |
| 2811 | 2780 | padding: 20px 20px; |
| 2812 | - box-sizing: border-box; | |
| 2813 | 2781 | } |
| 2814 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2782 | +.wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2815 | 2783 | display: flex; |
| 2816 | 2784 | justify-content: space-between; |
| 2817 | 2785 | align-items: center; |
| 2818 | 2786 | margin: 0; |
| @@ -2819,67 +2787,48 @@ | ||
| 2819 | 2787 | padding: 0; |
| 2820 | 2788 | padding-block-end: 20px; |
| 2821 | 2789 | border-block-end: 1px solid #eee; |
| 2822 | 2790 | } |
| 2823 | -@media screen and (max-width: 782px) { | |
| 2824 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2825 | - flex-wrap: wrap; | |
| 2826 | - gap: 15px; | |
| 2827 | - } | |
| 2828 | -} | |
| 2829 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2791 | +.wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2830 | 2792 | flex-grow: 1; |
| 2831 | 2793 | padding-inline-start: 5px; |
| 2832 | 2794 | } |
| 2833 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2795 | +.wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2834 | 2796 | font-size: 13px; |
| 2835 | 2797 | font-weight: normal; |
| 2836 | 2798 | } |
| 2837 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2799 | +.wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2838 | 2800 | display: block; |
| 2839 | 2801 | font-size: 1.3em; |
| 2840 | 2802 | font-weight: 600; |
| 2841 | 2803 | margin: 1em 0; |
| 2842 | 2804 | } |
| 2843 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2805 | +.wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2806 | + height: 30px; | |
| 2844 | 2807 | margin-inline-start: 15px; |
| 2845 | 2808 | margin-block-end: 0; |
| 2846 | 2809 | } |
| 2847 | -@media screen and (max-width: 782px) { | |
| 2848 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2849 | - margin-inline: 0; | |
| 2850 | - min-height: auto; | |
| 2851 | - } | |
| 2852 | -} | |
| 2853 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2810 | +.wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2854 | 2811 | margin: 10px 0; |
| 2855 | 2812 | } |
| 2856 | -#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 { | |
| 2857 | 2814 | display: flex; |
| 2858 | 2815 | align-items: center; |
| 2859 | 2816 | justify-content: space-between; |
| 2860 | 2817 | } |
| 2861 | -@media screen and (max-width: 782px) { | |
| 2862 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2863 | - align-items: flex-start; | |
| 2864 | - } | |
| 2865 | - #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 { | |
| 2866 | - margin-inline-start: 10px; | |
| 2867 | - } | |
| 2868 | -} | |
| 2869 | -#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 { | |
| 2870 | 2819 | padding-block-end: 15px; |
| 2871 | 2820 | border-block-end: 1px solid #eeeeee; |
| 2872 | 2821 | } |
| 2873 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2822 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2874 | 2823 | color: #93003f; |
| 2875 | 2824 | border-color: #93003f; |
| 2876 | 2825 | } |
| 2877 | -#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 { | |
| 2878 | 2827 | color: #fff; |
| 2879 | 2828 | background-color: #93003f; |
| 2880 | 2829 | } |
| 2881 | -#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 { | |
| 2882 | 2831 | display: flex; |
| 2883 | 2832 | flex-direction: row; |
| 2884 | 2833 | gap: 40px; |
| 2885 | 2834 | justify-content: start; |
| @@ -2884,15 +2833,15 @@ | ||
| 2884 | 2833 | gap: 40px; |
| 2885 | 2834 | justify-content: start; |
| 2886 | 2835 | align-items: center; |
| 2887 | 2836 | } |
| 2888 | -#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 { | |
| 2889 | 2838 | line-height: 24px; |
| 2890 | 2839 | } |
| 2891 | -#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 { | |
| 2892 | 2841 | justify-content: flex-start; |
| 2893 | 2842 | } |
| 2894 | -#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 { | |
| 2895 | 2844 | display: inline-flex; |
| 2896 | 2845 | align-items: center; |
| 2897 | 2846 | gap: 10px; |
| 2898 | 2847 | margin-inline: 0; |
| @@ -2900,20 +2849,20 @@ | ||
| 2900 | 2849 | color: #fff; |
| 2901 | 2850 | background-color: #93003f; |
| 2902 | 2851 | border: 0; |
| 2903 | 2852 | } |
| 2904 | -#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 { | |
| 2905 | 2854 | width: 45%; |
| 2906 | 2855 | } |
| 2907 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2856 | +.wrap.elementor-admin-page-license .elementor-box-action { | |
| 2908 | 2857 | display: flex; |
| 2909 | 2858 | justify-content: flex-end; |
| 2910 | 2859 | } |
| 2911 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2860 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2912 | 2861 | color: #72777c; |
| 2913 | 2862 | margin-inline-end: 15px; |
| 2914 | 2863 | } |
| 2915 | -#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 { | |
| 2916 | 2865 | color: inherit; |
| 2917 | 2866 | } |
| 2918 | 2867 | |
| 2919 | 2868 | .elementor-control-notice { |