| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.32.0 - 18-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,22 +592,8 @@ | ||
| 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 | - font-weight: 600; | |
| 597 | - background-color: #93003f; | |
| 598 | - color: #ffffff; | |
| 599 | - margin: 3px 10px 0; | |
| 600 | - display: block; | |
| 601 | - text-align: center; | |
| 602 | - border-radius: 3px; | |
| 603 | - transition: all 0.3s; | |
| 604 | -} | |
| 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); | |
| 607 | - box-shadow: none; | |
| 608 | -} | |
| 609 | 596 | #adminmenu #menu-posts-elementor_library .wp-menu-image:before { |
| 610 | 597 | content: "\e8ff"; |
| 611 | 598 | font-family: eicons; |
| 612 | 599 | font-size: 18px; |
| @@ -1246,8 +1233,13 @@ | ||
| 1246 | 1233 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 1247 | 1234 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 1248 | 1235 | color: initial; |
| 1249 | 1236 | } |
| 1237 | +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1238 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1239 | + background-color: var(--e-a-btn-bg-disabled); | |
| 1240 | + cursor: not-allowed; | |
| 1241 | +} | |
| 1250 | 1242 | .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 | 1243 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 1252 | 1244 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1253 | 1245 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -1252,13 +1244,8 @@ | ||
| 1252 | 1244 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1253 | 1245 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 1254 | 1246 | background-color: var(--e-a-btn-bg-disabled); |
| 1255 | 1247 | } |
| 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 | 1248 | |
| 1262 | 1249 | :root { |
| 1263 | 1250 | --e-focus-color: rgba(0, 115, 170, .4); |
| 1264 | 1251 | --e-context-primary-color: #0073aa; |
| @@ -1284,14 +1271,63 @@ | ||
| 1284 | 1271 | --e-context-cta-color: #524CFF; |
| 1285 | 1272 | --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); |
| 1286 | 1273 | --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); |
| 1287 | 1274 | --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 | 1275 | } |
| 1293 | 1276 | |
| 1277 | +.e-getting-started { | |
| 1278 | + max-width: 900px; | |
| 1279 | + padding: 2.5em 0; | |
| 1280 | + margin: auto; | |
| 1281 | + text-align: center; | |
| 1282 | +} | |
| 1283 | +.e-getting-started__header { | |
| 1284 | + display: flex; | |
| 1285 | + flex-direction: row; | |
| 1286 | + justify-content: space-between; | |
| 1287 | + align-items: center; | |
| 1288 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 1289 | +} | |
| 1290 | +.e-getting-started__header .e-logo-wrapper { | |
| 1291 | + font-size: 10px; | |
| 1292 | + margin-inline-end: 10px; | |
| 1293 | +} | |
| 1294 | +.e-getting-started__title { | |
| 1295 | + padding: 0 15px; | |
| 1296 | + font-weight: 600; | |
| 1297 | + text-transform: uppercase; | |
| 1298 | + display: flex; | |
| 1299 | + align-items: center; | |
| 1300 | +} | |
| 1301 | +.e-getting-started__skip { | |
| 1302 | + border-inline-start: 1px solid #eee; | |
| 1303 | + font-size: 16px; | |
| 1304 | + color: inherit; | |
| 1305 | +} | |
| 1306 | +.e-getting-started__skip i { | |
| 1307 | + padding: 15px; | |
| 1308 | +} | |
| 1309 | +.e-getting-started__content { | |
| 1310 | + padding: 50px; | |
| 1311 | +} | |
| 1312 | +.e-getting-started__content h2 { | |
| 1313 | + font-size: 2em; | |
| 1314 | + margin-block-start: 0; | |
| 1315 | +} | |
| 1316 | +.e-getting-started__content--narrow { | |
| 1317 | + max-width: 500px; | |
| 1318 | + margin: auto; | |
| 1319 | +} | |
| 1320 | +.e-getting-started__video { | |
| 1321 | + margin: 40px 0 60px; | |
| 1322 | +} | |
| 1323 | +.e-getting-started__video iframe { | |
| 1324 | + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); | |
| 1325 | +} | |
| 1326 | +.e-getting-started__actions .button-primary { | |
| 1327 | + margin-inline-end: 20px; | |
| 1328 | +} | |
| 1329 | + | |
| 1294 | 1330 | :root { |
| 1295 | 1331 | --e-button-padding-block: 0.4375rem; |
| 1296 | 1332 | --e-button-padding-inline: 0.75rem; |
| 1297 | 1333 | --e-button-font-size: 0.8125rem; |
| @@ -1302,49 +1338,8 @@ | ||
| 1302 | 1338 | --e-button-context-color-dark: var(--e-context-primary-color-dark); |
| 1303 | 1339 | --e-button-context-tint: var(--e-context-primary-tint-1); |
| 1304 | 1340 | } |
| 1305 | 1341 | |
| 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 | 1342 | .e-button { |
| 1348 | 1343 | display: inline-block; |
| 1349 | 1344 | font-weight: var(--e-button-font-weight); |
| 1350 | 1345 | text-align: center; |
| @@ -1417,14 +1412,8 @@ | ||
| 1417 | 1412 | --e-button-context-color-dark: var(--e-context-cta-color-dark); |
| 1418 | 1413 | --e-button-context-tint: var(--e-context-cta-tint-1); |
| 1419 | 1414 | --e-focus-color: var(--e-context-cta-tint-4); |
| 1420 | 1415 | } |
| 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 | 1416 | .e-button.e-button--outline { |
| 1428 | 1417 | color: var(--e-button-context-color); |
| 1429 | 1418 | background: none; |
| 1430 | 1419 | border: 1px solid currentColor; |
| @@ -1524,13 +1513,8 @@ | ||
| 1524 | 1513 | --e-notice-context-color: var(--e-context-cta-color); |
| 1525 | 1514 | --e-notice-context-color-dark: var(--e-context-cta-color-dark); |
| 1526 | 1515 | --e-notice-context-tint: var(--e-context-cta-tint-1); |
| 1527 | 1516 | } |
| 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 | 1517 | .e-notice--extended { |
| 1534 | 1518 | --e-notice-is-extended: 1; |
| 1535 | 1519 | } |
| 1536 | 1520 | .e-notice--dismissible { |
| @@ -1546,14 +1530,16 @@ | ||
| 1546 | 1530 | flex-shrink: 0; |
| 1547 | 1531 | } |
| 1548 | 1532 | .e-notice__icon-wrapper { |
| 1549 | 1533 | display: inline-block; |
| 1550 | - font-size: 1.5rem; | |
| 1534 | + font-size: 0.625rem; | |
| 1551 | 1535 | max-height: 1.5rem; |
| 1552 | 1536 | width: 1.5rem; |
| 1553 | 1537 | line-height: 1.5rem; |
| 1554 | - color: var(--e-notice-context-color); | |
| 1555 | 1538 | border-radius: 100px; |
| 1539 | + background: var(--e-notice-context-color); | |
| 1540 | + color: #fff; | |
| 1541 | + 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 | 1542 | } |
| 1557 | 1543 | .e-notice__content { |
| 1558 | 1544 | padding: 20px; |
| 1559 | 1545 | } |
| @@ -1558,10 +1544,12 @@ | ||
| 1558 | 1544 | padding: 20px; |
| 1559 | 1545 | } |
| 1560 | 1546 | .e-notice__actions { |
| 1561 | 1547 | display: flex; |
| 1562 | - gap: 8px; | |
| 1563 | 1548 | } |
| 1549 | +.e-notice__actions > * + * { | |
| 1550 | + margin-inline-start: 8px; | |
| 1551 | +} | |
| 1564 | 1552 | .e-notice__dismiss { |
| 1565 | 1553 | width: 20px; |
| 1566 | 1554 | height: 20px; |
| 1567 | 1555 | line-height: 20px; |
| @@ -1979,8 +1967,13 @@ | ||
| 1979 | 1967 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 1980 | 1968 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 1981 | 1969 | color: initial; |
| 1982 | 1970 | } |
| 1971 | +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1972 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1973 | + background-color: var(--e-a-btn-bg-disabled); | |
| 1974 | + cursor: not-allowed; | |
| 1975 | +} | |
| 1983 | 1976 | .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 | 1977 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 1985 | 1978 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1986 | 1979 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -1985,13 +1978,8 @@ | ||
| 1985 | 1978 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1986 | 1979 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 1987 | 1980 | background-color: var(--e-a-btn-bg-disabled); |
| 1988 | 1981 | } |
| 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 | 1982 | |
| 1995 | 1983 | @keyframes elementor-rotation { |
| 1996 | 1984 | 0% { |
| 1997 | 1985 | transform: rotate(0deg); |
| @@ -2138,9 +2126,8 @@ | ||
| 2138 | 2126 | |
| 2139 | 2127 | #elementor_rollback > div, |
| 2140 | 2128 | #elementor_rollback_pro > div { |
| 2141 | 2129 | display: flex; |
| 2142 | - align-items: center; | |
| 2143 | 2130 | } |
| 2144 | 2131 | #elementor_rollback > div input, |
| 2145 | 2132 | #elementor_rollback > div select, |
| 2146 | 2133 | #elementor_rollback_pro > div input, |
| @@ -2160,15 +2147,8 @@ | ||
| 2160 | 2147 | } |
| 2161 | 2148 | .tab-import-export-kit__container:not(:first-child) { |
| 2162 | 2149 | margin-block-start: 5px; |
| 2163 | 2150 | } |
| 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 | 2151 | .tab-import-export-kit__container p { |
| 2172 | 2152 | font-size: 16px; |
| 2173 | 2153 | margin: 20px 0 25px; |
| 2174 | 2154 | } |
| @@ -2223,11 +2203,10 @@ | ||
| 2223 | 2203 | margin: 0; |
| 2224 | 2204 | } |
| 2225 | 2205 | .tab-import-export-kit__revert .tab-import-export-kit__kit-item img { |
| 2226 | 2206 | width: 330px; |
| 2227 | - height: auto; | |
| 2228 | - max-width: 100%; | |
| 2229 | - aspect-ratio: 330/315; | |
| 2207 | + height: 315px; | |
| 2208 | + padding: 0.625rem; | |
| 2230 | 2209 | } |
| 2231 | 2210 | .tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover { |
| 2232 | 2211 | color: #a94442; |
| 2233 | 2212 | border-color: #a94442; |
| @@ -2340,14 +2319,8 @@ | ||
| 2340 | 2319 | color: #93003f; |
| 2341 | 2320 | font-weight: 500; |
| 2342 | 2321 | } |
| 2343 | 2322 | |
| 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 | 2323 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2351 | 2324 | padding-block-start: 2em; |
| 2352 | 2325 | margin-block-end: 2em; |
| 2353 | 2326 | } |
| @@ -2513,17 +2486,8 @@ | ||
| 2513 | 2486 | background: #ffffff; |
| 2514 | 2487 | color: #3f444b; |
| 2515 | 2488 | margin-block-end: 2px; |
| 2516 | 2489 | } |
| 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 | 2490 | #elementor-role-manager .elementor-role-row .elementor-role-label { |
| 2527 | 2491 | display: flex; |
| 2528 | 2492 | padding: 15px 20px; |
| 2529 | 2493 | font-weight: 500; |
| @@ -2541,9 +2505,8 @@ | ||
| 2541 | 2505 | } |
| 2542 | 2506 | #elementor-role-manager .elementor-role-row .elementor-role-controls { |
| 2543 | 2507 | background-color: #F9FAFA; |
| 2544 | 2508 | padding: 20px 20px 5px; |
| 2545 | - transition: all 0.3s ease-in-out; | |
| 2546 | 2509 | } |
| 2547 | 2510 | #elementor-role-manager .elementor-role-row .elementor-role-controls > div { |
| 2548 | 2511 | margin-block-end: 15px; |
| 2549 | 2512 | } |
| @@ -2576,8 +2539,11 @@ | ||
| 2576 | 2539 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2577 | 2540 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2578 | 2541 | color: var(--e-a-color-txt-hover); |
| 2579 | 2542 | } |
| 2543 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2544 | + border: none; | |
| 2545 | +} | |
| 2580 | 2546 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2581 | 2547 | text-transform: uppercase; |
| 2582 | 2548 | font-weight: bold; |
| 2583 | 2549 | font-size: 12px; |
| @@ -2632,9 +2598,8 @@ | ||
| 2632 | 2598 | .e-experiment__title { |
| 2633 | 2599 | display: flex; |
| 2634 | 2600 | align-items: flex-start; |
| 2635 | 2601 | flex-direction: column; |
| 2636 | - position: relative; | |
| 2637 | 2602 | } |
| 2638 | 2603 | .e-experiment__title__indicator { |
| 2639 | 2604 | position: absolute; |
| 2640 | 2605 | height: 10px; |
| @@ -2669,12 +2634,8 @@ | ||
| 2669 | 2634 | .e-experiment__title__tag__deprecated { |
| 2670 | 2635 | background: #e66; |
| 2671 | 2636 | color: white; |
| 2672 | 2637 | } |
| 2673 | -.e-experiment__title__tag.e-editor-one { | |
| 2674 | - background: #EBEBEB; | |
| 2675 | - color: #3F444B; | |
| 2676 | -} | |
| 2677 | 2638 | .e-experiment__table-title { |
| 2678 | 2639 | margin: 30px 0; |
| 2679 | 2640 | } |
| 2680 | 2641 | .e-experiment__dependency, .e-experiment__status { |
| @@ -2797,22 +2758,15 @@ | ||
| 2797 | 2758 | max-width: 90%; |
| 2798 | 2759 | aspect-ratio: 16/9; |
| 2799 | 2760 | } |
| 2800 | 2761 | } |
| 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%; | |
| 2762 | +.wrap.elementor-admin-page-license .elementor-license-box { | |
| 2808 | 2763 | max-width: 600px; |
| 2809 | 2764 | background: white; |
| 2810 | 2765 | margin: 20px 0; |
| 2811 | 2766 | padding: 20px 20px; |
| 2812 | - box-sizing: border-box; | |
| 2813 | 2767 | } |
| 2814 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2768 | +.wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2815 | 2769 | display: flex; |
| 2816 | 2770 | justify-content: space-between; |
| 2817 | 2771 | align-items: center; |
| 2818 | 2772 | margin: 0; |
| @@ -2819,67 +2773,48 @@ | ||
| 2819 | 2773 | padding: 0; |
| 2820 | 2774 | padding-block-end: 20px; |
| 2821 | 2775 | border-block-end: 1px solid #eee; |
| 2822 | 2776 | } |
| 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 { | |
| 2777 | +.wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2830 | 2778 | flex-grow: 1; |
| 2831 | 2779 | padding-inline-start: 5px; |
| 2832 | 2780 | } |
| 2833 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2781 | +.wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2834 | 2782 | font-size: 13px; |
| 2835 | 2783 | font-weight: normal; |
| 2836 | 2784 | } |
| 2837 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2785 | +.wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2838 | 2786 | display: block; |
| 2839 | 2787 | font-size: 1.3em; |
| 2840 | 2788 | font-weight: 600; |
| 2841 | 2789 | margin: 1em 0; |
| 2842 | 2790 | } |
| 2843 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2791 | +.wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2792 | + height: 30px; | |
| 2844 | 2793 | margin-inline-start: 15px; |
| 2845 | 2794 | margin-block-end: 0; |
| 2846 | 2795 | } |
| 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 { | |
| 2796 | +.wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2854 | 2797 | margin: 10px 0; |
| 2855 | 2798 | } |
| 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 { | |
| 2799 | +.wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2857 | 2800 | display: flex; |
| 2858 | 2801 | align-items: center; |
| 2859 | 2802 | justify-content: space-between; |
| 2860 | 2803 | } |
| 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 { | |
| 2804 | +.wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2870 | 2805 | padding-block-end: 15px; |
| 2871 | 2806 | border-block-end: 1px solid #eeeeee; |
| 2872 | 2807 | } |
| 2873 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2808 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2874 | 2809 | color: #93003f; |
| 2875 | 2810 | border-color: #93003f; |
| 2876 | 2811 | } |
| 2877 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2812 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2878 | 2813 | color: #fff; |
| 2879 | 2814 | background-color: #93003f; |
| 2880 | 2815 | } |
| 2881 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2816 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2882 | 2817 | display: flex; |
| 2883 | 2818 | flex-direction: row; |
| 2884 | 2819 | gap: 40px; |
| 2885 | 2820 | justify-content: start; |
| @@ -2884,15 +2819,15 @@ | ||
| 2884 | 2819 | gap: 40px; |
| 2885 | 2820 | justify-content: start; |
| 2886 | 2821 | align-items: center; |
| 2887 | 2822 | } |
| 2888 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2823 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2889 | 2824 | line-height: 24px; |
| 2890 | 2825 | } |
| 2891 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2826 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2892 | 2827 | justify-content: flex-start; |
| 2893 | 2828 | } |
| 2894 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2829 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2895 | 2830 | display: inline-flex; |
| 2896 | 2831 | align-items: center; |
| 2897 | 2832 | gap: 10px; |
| 2898 | 2833 | margin-inline: 0; |
| @@ -2900,20 +2835,20 @@ | ||
| 2900 | 2835 | color: #fff; |
| 2901 | 2836 | background-color: #93003f; |
| 2902 | 2837 | border: 0; |
| 2903 | 2838 | } |
| 2904 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2839 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2905 | 2840 | width: 45%; |
| 2906 | 2841 | } |
| 2907 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2842 | +.wrap.elementor-admin-page-license .elementor-box-action { | |
| 2908 | 2843 | display: flex; |
| 2909 | 2844 | justify-content: flex-end; |
| 2910 | 2845 | } |
| 2911 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2846 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2912 | 2847 | color: #72777c; |
| 2913 | 2848 | margin-inline-end: 15px; |
| 2914 | 2849 | } |
| 2915 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2850 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2916 | 2851 | color: inherit; |
| 2917 | 2852 | } |
| 2918 | 2853 | |
| 2919 | 2854 | .elementor-control-notice { |