| @@ -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,8 +592,22 @@ | ||
| 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 | } |
| 596 | +#adminmenu #menu-posts-elementor_library a[href*="page=go_cloud_hosting_plans"] { | |
| 597 | + font-weight: 600; | |
| 598 | + background-color: #660044; | |
| 599 | + color: #ffffff; | |
| 600 | + margin: 3px 10px 0; | |
| 601 | + display: block; | |
| 602 | + text-align: center; | |
| 603 | + border-radius: 3px; | |
| 604 | + transition: all 0.3s; | |
| 605 | +} | |
| 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; | |
| 608 | + box-shadow: none; | |
| 609 | +} | |
| 595 | 610 | #adminmenu #menu-posts-elementor_library .wp-menu-image:before { |
| 596 | 611 | content: "\e8ff"; |
| 597 | 612 | font-family: eicons; |
| 598 | 613 | font-size: 18px; |
| @@ -1232,8 +1247,13 @@ | ||
| 1232 | 1247 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 1233 | 1248 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 1234 | 1249 | color: initial; |
| 1235 | 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 | +} | |
| 1236 | 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, |
| 1237 | 1257 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 1238 | 1258 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1239 | 1259 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -1238,13 +1258,8 @@ | ||
| 1238 | 1258 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1239 | 1259 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 1240 | 1260 | background-color: var(--e-a-btn-bg-disabled); |
| 1241 | 1261 | } |
| 1242 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1243 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1244 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1245 | - cursor: not-allowed; | |
| 1246 | -} | |
| 1247 | 1262 | |
| 1248 | 1263 | :root { |
| 1249 | 1264 | --e-focus-color: rgba(0, 115, 170, .4); |
| 1250 | 1265 | --e-context-primary-color: #0073aa; |
| @@ -1270,14 +1285,63 @@ | ||
| 1270 | 1285 | --e-context-cta-color: #524CFF; |
| 1271 | 1286 | --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); |
| 1272 | 1287 | --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); |
| 1273 | 1288 | --e-context-cta-tint-1: rgba(82, 76, 255, 0.04); |
| 1274 | - --e-context-promotion-color: #93003f; | |
| 1275 | - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429); | |
| 1276 | - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4); | |
| 1277 | - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04); | |
| 1278 | 1289 | } |
| 1279 | 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 | + | |
| 1280 | 1344 | :root { |
| 1281 | 1345 | --e-button-padding-block: 0.4375rem; |
| 1282 | 1346 | --e-button-padding-inline: 0.75rem; |
| 1283 | 1347 | --e-button-font-size: 0.8125rem; |
| @@ -1288,49 +1352,8 @@ | ||
| 1288 | 1352 | --e-button-context-color-dark: var(--e-context-primary-color-dark); |
| 1289 | 1353 | --e-button-context-tint: var(--e-context-primary-tint-1); |
| 1290 | 1354 | } |
| 1291 | 1355 | |
| 1292 | -.notice a.e-button, | |
| 1293 | -.error a.e-button, | |
| 1294 | -.updated a.e-button { | |
| 1295 | - color: #ffffff; | |
| 1296 | - text-decoration: none; | |
| 1297 | -} | |
| 1298 | -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active, | |
| 1299 | -.error a.e-button:hover, | |
| 1300 | -.error a.e-button:focus, | |
| 1301 | -.error a.e-button:active, | |
| 1302 | -.updated a.e-button:hover, | |
| 1303 | -.updated a.e-button:focus, | |
| 1304 | -.updated a.e-button:active { | |
| 1305 | - color: #ffffff; | |
| 1306 | - text-decoration: none; | |
| 1307 | -} | |
| 1308 | -.notice a.e-button.e-button--outline, | |
| 1309 | -.error a.e-button.e-button--outline, | |
| 1310 | -.updated a.e-button.e-button--outline { | |
| 1311 | - color: var(--e-button-context-color); | |
| 1312 | -} | |
| 1313 | -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus, | |
| 1314 | -.error a.e-button.e-button--outline:hover, | |
| 1315 | -.error a.e-button.e-button--outline:focus, | |
| 1316 | -.updated a.e-button.e-button--outline:hover, | |
| 1317 | -.updated a.e-button.e-button--outline:focus { | |
| 1318 | - color: var(--e-button-context-color-dark); | |
| 1319 | -} | |
| 1320 | -.notice a.e-button.e-button--link, | |
| 1321 | -.error a.e-button.e-button--link, | |
| 1322 | -.updated a.e-button.e-button--link { | |
| 1323 | - color: var(--e-button-context-color); | |
| 1324 | -} | |
| 1325 | -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus, | |
| 1326 | -.error a.e-button.e-button--link:hover, | |
| 1327 | -.error a.e-button.e-button--link:focus, | |
| 1328 | -.updated a.e-button.e-button--link:hover, | |
| 1329 | -.updated a.e-button.e-button--link:focus { | |
| 1330 | - color: var(--e-button-context-color-dark); | |
| 1331 | -} | |
| 1332 | - | |
| 1333 | 1356 | .e-button { |
| 1334 | 1357 | display: inline-block; |
| 1335 | 1358 | font-weight: var(--e-button-font-weight); |
| 1336 | 1359 | text-align: center; |
| @@ -1403,14 +1426,8 @@ | ||
| 1403 | 1426 | --e-button-context-color-dark: var(--e-context-cta-color-dark); |
| 1404 | 1427 | --e-button-context-tint: var(--e-context-cta-tint-1); |
| 1405 | 1428 | --e-focus-color: var(--e-context-cta-tint-4); |
| 1406 | 1429 | } |
| 1407 | -.e-button--promotion { | |
| 1408 | - --e-button-context-color: var(--e-context-promotion-color); | |
| 1409 | - --e-button-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1410 | - --e-button-context-tint: var(--e-context-promotion-tint-1); | |
| 1411 | - --e-focus-color: var(--e-context-promotion-tint-4); | |
| 1412 | -} | |
| 1413 | 1430 | .e-button.e-button--outline { |
| 1414 | 1431 | color: var(--e-button-context-color); |
| 1415 | 1432 | background: none; |
| 1416 | 1433 | border: 1px solid currentColor; |
| @@ -1510,13 +1527,8 @@ | ||
| 1510 | 1527 | --e-notice-context-color: var(--e-context-cta-color); |
| 1511 | 1528 | --e-notice-context-color-dark: var(--e-context-cta-color-dark); |
| 1512 | 1529 | --e-notice-context-tint: var(--e-context-cta-tint-1); |
| 1513 | 1530 | } |
| 1514 | -.e-notice--promotion { | |
| 1515 | - --e-notice-context-color: var(--e-context-promotion-color); | |
| 1516 | - --e-notice-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1517 | - --e-notice-context-tint: var(--e-context-promotion-tint-1); | |
| 1518 | -} | |
| 1519 | 1531 | .e-notice--extended { |
| 1520 | 1532 | --e-notice-is-extended: 1; |
| 1521 | 1533 | } |
| 1522 | 1534 | .e-notice--dismissible { |
| @@ -1532,14 +1544,16 @@ | ||
| 1532 | 1544 | flex-shrink: 0; |
| 1533 | 1545 | } |
| 1534 | 1546 | .e-notice__icon-wrapper { |
| 1535 | 1547 | display: inline-block; |
| 1536 | - font-size: 1.5rem; | |
| 1548 | + font-size: 0.625rem; | |
| 1537 | 1549 | max-height: 1.5rem; |
| 1538 | 1550 | width: 1.5rem; |
| 1539 | 1551 | line-height: 1.5rem; |
| 1540 | - color: var(--e-notice-context-color); | |
| 1541 | 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); | |
| 1542 | 1556 | } |
| 1543 | 1557 | .e-notice__content { |
| 1544 | 1558 | padding: 20px; |
| 1545 | 1559 | } |
| @@ -1544,10 +1558,12 @@ | ||
| 1544 | 1558 | padding: 20px; |
| 1545 | 1559 | } |
| 1546 | 1560 | .e-notice__actions { |
| 1547 | 1561 | display: flex; |
| 1548 | - gap: 8px; | |
| 1549 | 1562 | } |
| 1563 | +.e-notice__actions > * + * { | |
| 1564 | + margin-inline-start: 8px; | |
| 1565 | +} | |
| 1550 | 1566 | .e-notice__dismiss { |
| 1551 | 1567 | width: 20px; |
| 1552 | 1568 | height: 20px; |
| 1553 | 1569 | line-height: 20px; |
| @@ -1965,8 +1981,13 @@ | ||
| 1965 | 1981 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 1966 | 1982 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 1967 | 1983 | color: initial; |
| 1968 | 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 | +} | |
| 1969 | 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, |
| 1970 | 1991 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 1971 | 1992 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1972 | 1993 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -1971,13 +1992,8 @@ | ||
| 1971 | 1992 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 1972 | 1993 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 1973 | 1994 | background-color: var(--e-a-btn-bg-disabled); |
| 1974 | 1995 | } |
| 1975 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1976 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1977 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1978 | - cursor: not-allowed; | |
| 1979 | -} | |
| 1980 | 1996 | |
| 1981 | 1997 | @keyframes elementor-rotation { |
| 1982 | 1998 | 0% { |
| 1983 | 1999 | transform: rotate(0deg); |
| @@ -2124,9 +2140,8 @@ | ||
| 2124 | 2140 | |
| 2125 | 2141 | #elementor_rollback > div, |
| 2126 | 2142 | #elementor_rollback_pro > div { |
| 2127 | 2143 | display: flex; |
| 2128 | - align-items: center; | |
| 2129 | 2144 | } |
| 2130 | 2145 | #elementor_rollback > div input, |
| 2131 | 2146 | #elementor_rollback > div select, |
| 2132 | 2147 | #elementor_rollback_pro > div input, |
| @@ -2146,15 +2161,8 @@ | ||
| 2146 | 2161 | } |
| 2147 | 2162 | .tab-import-export-kit__container:not(:first-child) { |
| 2148 | 2163 | margin-block-start: 5px; |
| 2149 | 2164 | } |
| 2150 | -.tab-import-export-kit__container.e-editor-one { | |
| 2151 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2152 | - border-radius: 8px; | |
| 2153 | -} | |
| 2154 | -.tab-import-export-kit__container.e-editor-one:not(:first-child) { | |
| 2155 | - margin-block-start: 20px; | |
| 2156 | -} | |
| 2157 | 2165 | .tab-import-export-kit__container p { |
| 2158 | 2166 | font-size: 16px; |
| 2159 | 2167 | margin: 20px 0 25px; |
| 2160 | 2168 | } |
| @@ -2209,11 +2217,10 @@ | ||
| 2209 | 2217 | margin: 0; |
| 2210 | 2218 | } |
| 2211 | 2219 | .tab-import-export-kit__revert .tab-import-export-kit__kit-item img { |
| 2212 | 2220 | width: 330px; |
| 2213 | - height: auto; | |
| 2214 | - max-width: 100%; | |
| 2215 | - aspect-ratio: 330/315; | |
| 2221 | + height: 315px; | |
| 2222 | + padding: 0.625rem; | |
| 2216 | 2223 | } |
| 2217 | 2224 | .tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover { |
| 2218 | 2225 | color: #a94442; |
| 2219 | 2226 | border-color: #a94442; |
| @@ -2326,54 +2333,8 @@ | ||
| 2326 | 2333 | color: #93003f; |
| 2327 | 2334 | font-weight: 500; |
| 2328 | 2335 | } |
| 2329 | 2336 | |
| 2330 | -[class*=branch-7].wp-core-ui .button .dashicons { | |
| 2331 | - vertical-align: middle; | |
| 2332 | - line-height: 1.2; | |
| 2333 | - color: var(--wp-admin-theme-color); | |
| 2334 | -} | |
| 2335 | - | |
| 2336 | -#e-dashboard-ally .ui-sortable-handle { | |
| 2337 | - justify-content: flex-start; | |
| 2338 | - gap: 8px; | |
| 2339 | -} | |
| 2340 | - | |
| 2341 | -#dashboard-widgets .e-dashboard-ally { | |
| 2342 | - padding: 28px 0; | |
| 2343 | -} | |
| 2344 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img { | |
| 2345 | - text-align: center; | |
| 2346 | - margin-block-end: 16px; | |
| 2347 | -} | |
| 2348 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info { | |
| 2349 | - display: flex; | |
| 2350 | - flex-direction: column; | |
| 2351 | - align-items: center; | |
| 2352 | - text-align: center; | |
| 2353 | - margin-block-end: 20px; | |
| 2354 | -} | |
| 2355 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title { | |
| 2356 | - font-size: 20px; | |
| 2357 | - line-height: 32px; | |
| 2358 | - color: #0C0D0E; | |
| 2359 | - margin-block-end: 0; | |
| 2360 | -} | |
| 2361 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description { | |
| 2362 | - max-width: 295px; | |
| 2363 | - font-size: 14px; | |
| 2364 | - line-height: 20px; | |
| 2365 | - color: #3F444B; | |
| 2366 | - margin: 0 0 16px; | |
| 2367 | -} | |
| 2368 | - | |
| 2369 | -label[for=e-dashboard-ally-hide] svg { | |
| 2370 | - display: inline-block; | |
| 2371 | - vertical-align: middle; | |
| 2372 | - margin-inline-end: 4px; | |
| 2373 | - margin-block-end: 2px; | |
| 2374 | -} | |
| 2375 | - | |
| 2376 | 2337 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2377 | 2338 | padding-block-start: 2em; |
| 2378 | 2339 | margin-block-end: 2em; |
| 2379 | 2340 | } |
| @@ -2539,17 +2500,8 @@ | ||
| 2539 | 2500 | background: #ffffff; |
| 2540 | 2501 | color: #3f444b; |
| 2541 | 2502 | margin-block-end: 2px; |
| 2542 | 2503 | } |
| 2543 | -#elementor-role-manager .elementor-role-row.e-editor-one { | |
| 2544 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2545 | - margin-block-end: 20px; | |
| 2546 | - border-radius: 8px; | |
| 2547 | -} | |
| 2548 | -#elementor-role-manager .elementor-role-row.e-editor-one .elementor-role-controls { | |
| 2549 | - border-end-start-radius: 8px; | |
| 2550 | - border-end-end-radius: 8px; | |
| 2551 | -} | |
| 2552 | 2504 | #elementor-role-manager .elementor-role-row .elementor-role-label { |
| 2553 | 2505 | display: flex; |
| 2554 | 2506 | padding: 15px 20px; |
| 2555 | 2507 | font-weight: 500; |
| @@ -2567,9 +2519,8 @@ | ||
| 2567 | 2519 | } |
| 2568 | 2520 | #elementor-role-manager .elementor-role-row .elementor-role-controls { |
| 2569 | 2521 | background-color: #F9FAFA; |
| 2570 | 2522 | padding: 20px 20px 5px; |
| 2571 | - transition: all 0.3s ease-in-out; | |
| 2572 | 2523 | } |
| 2573 | 2524 | #elementor-role-manager .elementor-role-row .elementor-role-controls > div { |
| 2574 | 2525 | margin-block-end: 15px; |
| 2575 | 2526 | } |
| @@ -2602,8 +2553,11 @@ | ||
| 2602 | 2553 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2603 | 2554 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2604 | 2555 | color: var(--e-a-color-txt-hover); |
| 2605 | 2556 | } |
| 2557 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2558 | + border: none; | |
| 2559 | +} | |
| 2606 | 2560 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2607 | 2561 | text-transform: uppercase; |
| 2608 | 2562 | font-weight: bold; |
| 2609 | 2563 | font-size: 12px; |
| @@ -2658,9 +2612,8 @@ | ||
| 2658 | 2612 | .e-experiment__title { |
| 2659 | 2613 | display: flex; |
| 2660 | 2614 | align-items: flex-start; |
| 2661 | 2615 | flex-direction: column; |
| 2662 | - position: relative; | |
| 2663 | 2616 | } |
| 2664 | 2617 | .e-experiment__title__indicator { |
| 2665 | 2618 | position: absolute; |
| 2666 | 2619 | height: 10px; |
| @@ -2695,12 +2648,8 @@ | ||
| 2695 | 2648 | .e-experiment__title__tag__deprecated { |
| 2696 | 2649 | background: #e66; |
| 2697 | 2650 | color: white; |
| 2698 | 2651 | } |
| 2699 | -.e-experiment__title__tag.e-editor-one { | |
| 2700 | - background: #EBEBEB; | |
| 2701 | - color: #3F444B; | |
| 2702 | -} | |
| 2703 | 2652 | .e-experiment__table-title { |
| 2704 | 2653 | margin: 30px 0; |
| 2705 | 2654 | } |
| 2706 | 2655 | .e-experiment__dependency, .e-experiment__status { |
| @@ -2823,22 +2772,15 @@ | ||
| 2823 | 2772 | max-width: 90%; |
| 2824 | 2773 | aspect-ratio: 16/9; |
| 2825 | 2774 | } |
| 2826 | 2775 | } |
| 2827 | -#wpcontent .wrap.elementor-admin-page-license { | |
| 2828 | - flex-direction: column; | |
| 2829 | - align-items: flex-start; | |
| 2830 | - flex-wrap: nowrap; | |
| 2831 | -} | |
| 2832 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box { | |
| 2833 | - width: 100%; | |
| 2776 | +.wrap.elementor-admin-page-license .elementor-license-box { | |
| 2834 | 2777 | max-width: 600px; |
| 2835 | 2778 | background: white; |
| 2836 | 2779 | margin: 20px 0; |
| 2837 | 2780 | padding: 20px 20px; |
| 2838 | - box-sizing: border-box; | |
| 2839 | 2781 | } |
| 2840 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2782 | +.wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2841 | 2783 | display: flex; |
| 2842 | 2784 | justify-content: space-between; |
| 2843 | 2785 | align-items: center; |
| 2844 | 2786 | margin: 0; |
| @@ -2845,67 +2787,48 @@ | ||
| 2845 | 2787 | padding: 0; |
| 2846 | 2788 | padding-block-end: 20px; |
| 2847 | 2789 | border-block-end: 1px solid #eee; |
| 2848 | 2790 | } |
| 2849 | -@media screen and (max-width: 782px) { | |
| 2850 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2851 | - flex-wrap: wrap; | |
| 2852 | - gap: 15px; | |
| 2853 | - } | |
| 2854 | -} | |
| 2855 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2791 | +.wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2856 | 2792 | flex-grow: 1; |
| 2857 | 2793 | padding-inline-start: 5px; |
| 2858 | 2794 | } |
| 2859 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2795 | +.wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2860 | 2796 | font-size: 13px; |
| 2861 | 2797 | font-weight: normal; |
| 2862 | 2798 | } |
| 2863 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2799 | +.wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2864 | 2800 | display: block; |
| 2865 | 2801 | font-size: 1.3em; |
| 2866 | 2802 | font-weight: 600; |
| 2867 | 2803 | margin: 1em 0; |
| 2868 | 2804 | } |
| 2869 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2805 | +.wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2806 | + height: 30px; | |
| 2870 | 2807 | margin-inline-start: 15px; |
| 2871 | 2808 | margin-block-end: 0; |
| 2872 | 2809 | } |
| 2873 | -@media screen and (max-width: 782px) { | |
| 2874 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2875 | - margin-inline: 0; | |
| 2876 | - min-height: auto; | |
| 2877 | - } | |
| 2878 | -} | |
| 2879 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2810 | +.wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2880 | 2811 | margin: 10px 0; |
| 2881 | 2812 | } |
| 2882 | -#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 { | |
| 2883 | 2814 | display: flex; |
| 2884 | 2815 | align-items: center; |
| 2885 | 2816 | justify-content: space-between; |
| 2886 | 2817 | } |
| 2887 | -@media screen and (max-width: 782px) { | |
| 2888 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2889 | - align-items: flex-start; | |
| 2890 | - } | |
| 2891 | - #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 { | |
| 2892 | - margin-inline-start: 10px; | |
| 2893 | - } | |
| 2894 | -} | |
| 2895 | -#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 { | |
| 2896 | 2819 | padding-block-end: 15px; |
| 2897 | 2820 | border-block-end: 1px solid #eeeeee; |
| 2898 | 2821 | } |
| 2899 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2822 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2900 | 2823 | color: #93003f; |
| 2901 | 2824 | border-color: #93003f; |
| 2902 | 2825 | } |
| 2903 | -#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 { | |
| 2904 | 2827 | color: #fff; |
| 2905 | 2828 | background-color: #93003f; |
| 2906 | 2829 | } |
| 2907 | -#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 { | |
| 2908 | 2831 | display: flex; |
| 2909 | 2832 | flex-direction: row; |
| 2910 | 2833 | gap: 40px; |
| 2911 | 2834 | justify-content: start; |
| @@ -2910,15 +2833,15 @@ | ||
| 2910 | 2833 | gap: 40px; |
| 2911 | 2834 | justify-content: start; |
| 2912 | 2835 | align-items: center; |
| 2913 | 2836 | } |
| 2914 | -#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 { | |
| 2915 | 2838 | line-height: 24px; |
| 2916 | 2839 | } |
| 2917 | -#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 { | |
| 2918 | 2841 | justify-content: flex-start; |
| 2919 | 2842 | } |
| 2920 | -#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 { | |
| 2921 | 2844 | display: inline-flex; |
| 2922 | 2845 | align-items: center; |
| 2923 | 2846 | gap: 10px; |
| 2924 | 2847 | margin-inline: 0; |
| @@ -2926,20 +2849,20 @@ | ||
| 2926 | 2849 | color: #fff; |
| 2927 | 2850 | background-color: #93003f; |
| 2928 | 2851 | border: 0; |
| 2929 | 2852 | } |
| 2930 | -#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 { | |
| 2931 | 2854 | width: 45%; |
| 2932 | 2855 | } |
| 2933 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2856 | +.wrap.elementor-admin-page-license .elementor-box-action { | |
| 2934 | 2857 | display: flex; |
| 2935 | 2858 | justify-content: flex-end; |
| 2936 | 2859 | } |
| 2937 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2860 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2938 | 2861 | color: #72777c; |
| 2939 | 2862 | margin-inline-end: 15px; |
| 2940 | 2863 | } |
| 2941 | -#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 { | |
| 2942 | 2865 | color: inherit; |
| 2943 | 2866 | } |
| 2944 | 2867 | |
| 2945 | 2868 | .elementor-control-notice { |