/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Text */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
strong {
	font-weight: 600;
}
li {
	margin-bottom: 10px;
}
.elementor-icon-wrapper {
    line-height: 0;
}
:focus-visible {
    outline: none;
}
.arx-text-pri {
    background: -webkit-linear-gradient(360deg, var(--e-global-color-accent), var(--e-global-color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.arx-text-bg {
    background-color: rgb(255 255 255 / 10%);
    padding: 0 10px;
}
.arx-btn-svg .elementor-button-icon svg {
	width: 1.5em;
}
.arx-border-gradient {
	border-image: linear-gradient(90deg, #592997, #F640B4) 1;
}

/* Header */
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
    width: calc(var(--stretch-width) - 30px);
    left: calc(var(--stretch-left) + 15px);
}
#header-signin, #logout-btn-div {
	display: none;
}
.e-n-menu-heading .e-n-menu-item:nth-of-type(4),
.e-n-menu-heading .e-n-menu-item:nth-of-type(5) {
    order: 1;
}

@media (max-width: 767px) {
    body:not(.logged-in) #header-signin, .logged-in #logout-btn-div {
        display: flex;
    }
}

/* Pricing */
.arx-pricing span {
    font-size: 16px;
    line-height: 0;
}
.arx-pricing .elementor-heading-title {
    display: inline;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.arx-pricing-monthly .elementor-heading-title {
    background: -webkit-linear-gradient(360deg, #000000, #6A06E4);
}
.arx-pricing-quarterly .elementor-heading-title {
    background: -webkit-linear-gradient(360deg, #000000, #F640B4);
}
.arx-pricing-yearly .elementor-heading-title {
    background: -webkit-linear-gradient(360deg, #000000, #188DE7);
}

/* Testimonials */
.arx-testimonial-slider .elementor-testimonial__header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
}
.arx-testimonial-slider .elementor-testimonial__header cite {
    gap: 5px;
}
.arx-testimonial-slider .elementor-star-rating {
    order: 1;
}
.arx-testimonial-slider .elementor-testimonial__text {
    text-align: center;
}
.arx-testimonial-slider .swiper-slide {
    backdrop-filter: blur(50px);
}

/* Login Pages */
.pp-form-wrapper {
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.pp-form-container input {
    font-family: 'Instrument Sans' !important;
    line-height: 20px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
    padding: 0;
    margin: 0 0 10px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
    padding: 0;
    margin: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]) {
    border-radius: 10px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
    padding: 10px 15px;
    line-height: 22px !important;
    border-radius: 10px !important;
    background-image: linear-gradient(45deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%) !important;
}
#pp-login-1-wrap .profilepress-login-status, 
#pp-registration-1-wrap .profilepress-reg-status, 
#pp-password-reset-1-wrap .profilepress-reset-status {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #991b1b !important;
    background-color: #fee2e2 !important;
    margin: 0 0 10px !important;
    border-radius: 10px !important;
}
#pp-password-reset-1-wrap .profilepress-reset-status.success {
    color: #166534 !important;
    background-color: #dcfce7 !important;
    margin: 0 !important;
}
.pp-form-container .ppress-form-bottom-links {
    padding: 10px 0 0 !important;
}
.elementor-element .pp-form-container .ppress-form-bottom-links a {
    color: #000000 !important;
    text-decoration: underline !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
    width: calc(50% - 5px) !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.reg-first-name {
    margin-right: 5px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.reg-last-name {
    margin-left: 5px !important;
}
.pp-password-reset-handler-wrap .pp-reset-password-form {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
    color: #000000;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label {
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input {
    background: #ffffff !important;
    width: 100%;
    margin-bottom: 10px;
}
#pp-password-reset-1-wrap .profilepress-reset-status a {
    font-size: 12px;
    line-height: 16px;
    color: #166534 !important;
}
#pp-login-1-wrap .profilepress-login-status a {
    font-size: 12px;
    line-height: 16px;
    color: #991b1b !important;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 12px 15px !important;
    border-radius: 10px;
    margin: 0;
    background-image: linear-gradient(45deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%) !important;
}
.ig-error-message {
    font-size: 12px;
    line-height: 20px;
    color: #991b1b;
    background-color: #fee2e2;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

/* Dashboard */
.growth-select-field {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 7px 35px 7px 15px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    color: #555555;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2025/11/chevron-down-icon-black.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 15px;
}
.top-section {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.plan-role, .stat-item div {
    font-weight: 500;
    color: #333333;
}
.billing, .status, .plan-notice {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
}
.active-status {
    color: #166534;
    background: #dcfce7;
}
.inactive-status, .plan-notice {
    color: #991b1b;
    background: #fee2e2;
}
.plan-notice {
    text-align: center;
    margin: 5px 0;
}
.usage-row {
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.usage-item {
    width: 50%;
}
.usage-bar {
    height: 3px;
    background: #f2f2f2;
    border-radius: 10px;
    margin: 5px 0;
    overflow: hidden;
}
.usage-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #592997, #F640B4);
    border-radius: 10px;
}
.usage-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.usage-icon svg {
    width: 16px;
}
.usage-icon svg path {
    fill: #592997;
}
.usage-value, .usage-label {
    font-size: 12px;
    font-weight: 500;
}
.stats-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
}
.stats-graph {
    width: calc(100% - 125px);
}
.stats-container {
    width: 125px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.stat-item {
    padding-left: 10px;
    border-left: 3px solid;
}
.stat-item.pri {
    border-image: linear-gradient(180deg, #592997, #FFFFFF) 1;
}
.stat-item.sec {
    border-image: linear-gradient(180deg, #F640B4, #FFFFFF) 1;
}
.stat-value {
    margin: 0 !important;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.pri .stat-value {
    color: #592997;
}
.sec .stat-value {
    color: #F640B4;
}



.automation-header-content {display: flex;column-gap: 30px;row-gap: 5px;align-items: center;justify-content: space-between;}
.toggle-container {display: flex;column-gap: 10px;align-items: center;justify-content: space-between;}
.toggle-switch {position: relative;display: inline-block;width: 35px;height: 20px;}
.toggle-switch input {display: none;}
.slider {position: absolute;cursor: pointer;background-color: #828282;transition: 0.3s;border-radius: 20px;top: 0;left: 0;right: 0;bottom: 0;}
.slider:before {position: absolute;content: "";height: 14px; width: 14px;left: 3px;bottom: 3px;background-color: white;transition: 0.3s;border-radius: 50%;}
input:checked + .slider {background-image: linear-gradient(45deg, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);}
input:checked + .slider:before {transform: translateX(15px);}
.automation-btn {color: #fff;background-color: #04B598 !important;border-color: #04B598 !important;line-height: 15px !important;}
.automation-btn:hover {color: #fff;background-color: #008C74 !important;border-color: #008C74 !important;}
.automation-form-content {display: flex;flex-wrap: wrap;row-gap: 15px;position: relative;align-items: flex-start;}
.automation-preview {width: calc(100% - 430px);position: sticky;top: 150px;}
.automation-form {width: 430px;padding: 15px;background: var(--e-global-color-2a1c18d);border-radius: 10px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);}
.automation-form-box {padding: 15px;border: 1px solid #D9D9D9;border-radius: 10px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.arx-mt-5 {margin-top: 5px;}
.arx-mt-10 {margin-top: 10px;}
.arx-mb-5 {margin-bottom: 5px;}
.arx-mb-15 {margin-bottom: 15px;}
.automation-form hr {background-color: #d9d9d9;height: 1px;border-width: 0;margin: 30px 0;}
.automation-form-box hr {margin: 14px 0;}
.keywords-field {display: flex;flex-wrap: wrap;gap: 10px;}
.keyword-tag {font-size: 12px;line-height: 16px;font-weight: 500;padding: 5px 5px 5px 10px;border-radius: 20px;display: flex;align-items: center;color: var( --e-global-color-2a1c18d );background-color: var( --e-global-color-accent );}
.keyword-tag span {font-size: 14px;padding: 0px 4px;margin-left: 5px;border-radius: 10px;color: var( --e-global-color-934e14b );background: var( --e-global-color-2a1c18d );cursor: pointer;}
.textarea-counter {font-size: 12px;line-height: 16px;color: #999999;font-weight: 500;text-align: right;}
.sm-text {font-size: 12px;line-height: 16px;font-weight: 500;color: #999999;}
.add-link-btn, .add-public-reply-btn {width: 100%;color: #ffffff;background-color: #333333 !important;border: none;}
.add-link-btn:hover, .add-public-reply-btn:hover {background-image: linear-gradient(45deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);}
.link-item hr {background-color: #D9D9D9;margin: 0;}
.arx-dm-button-title {border-radius: 10px 10px 0 0 !important;}
.arx-dm-button-link {border-radius: 0 0 10px 10px !important;}
.link-item, .public-reply-item {position: relative;margin-top: 10px;padding-right: 25px;}
.remove-link-btn, .remove-public-reply-btn {padding: 0 !important;position: absolute;top: 50%;transform: translateY(-50%);right: 0;line-height: 0 !important;border: 0;border-radius: 0 !important;    background-color: transparent !important;}
.remove-link-btn svg, .remove-public-reply-btn svg {fill: #E63946;width: 15px;height: 15px;}
.public-reply-item.non-removable {padding-right: 0;}
.image-upload-box {padding: 5px;border-radius: 10px;background: #f2f2f2;}
.upload-area {display: block;width: 100%;padding: 10px;text-align: center;border: 2px dashed #D9D9D9;border-radius: 10px;cursor: pointer;background: #ffffff;}
.img-preview {width: 100%;border-radius: 10px;}
.preview-area {position: relative;line-height: 0;}
.img-remove-btn {padding: 5px !important;color: #ffffff;background-color: #E63946 !important;border-color: #E63946 !important;position: absolute;top: -5px;right: -5px;border-radius: 0 10px 0 5px !important;line-height: 0 !important;}
.img-remove-btn svg {fill: #ffffff;width: 15px;height: 15px;}
.automation-error-box {border-color: #E63946;border-width: 2px;}
.automation-error-msg {font-weight: 500;color: #E63946;display: block;margin-top: 5px;}
#toast {position: fixed;top: 20px;left: 50%;transform: translateX(-50%) translateY(-20px);padding: 10px 15px;border-radius: 10px;color: #fff;opacity: 0;pointer-events: none;transition: opacity 0.3s ease, transform 0.3s ease;z-index: 99999;}
#toast.show {opacity: 1;transform: translateX(-50%) translateY(0);}
#toast.success {background: #04b598;}
#toast.error {background: #E63946;}
.media-list {height: 120px;overflow: auto;display: grid;grid-template-columns: repeat(4, 1fr);gap: 10px;}
.media-item img {aspect-ratio: 3 / 4;object-fit: cover;border-radius: 10px;border: 1px solid #D9D9D9;}
.media-item.selected img {border-color: #8a30a0;border-width: 3px;}
.media-list-box {display: flex;align-items: center;text-align: center;background: #f2f2f2;border-radius: 10px;border: 2px dashed #d9d9d9;width: 100%;justify-content: center;}
.page-id-26 #menu-automation-btn, .page-id-30 #menu-dashboard-btn, .orders-page #menu-order-btn, .page-id-17 #menu-order-btn, .page-id-18 #menu-order-btn, .subscriptions-page #menu-subscription-btn {color: var(--e-global-color-2a1c18d);fill: var(--e-global-color-2a1c18d);background-image: linear-gradient(45deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);}
.automation-controls {display: flex;flex-wrap: wrap;gap: 10px;}
.automation-controls input {width: calc(100% - 515px);}
.automation-controls select {padding: 10px 15px;border-radius: 10px;font-size: 14px;line-height: 20px;color: #555555;border-color: #d9d9d9;appearance: none;-webkit-appearance: none;background-image: url('/wp-content/uploads/2025/11/chevron-down-icon-black.svg');background-position: center right 15px;background-repeat: no-repeat;background-size: 15px;}
.automation-controls select#filterStatus {width: 115px;}
.automation-controls select#sortAutomation {width: 200px;}
.automation-controls .create-auto-btn {width: 170px;background-color: #333333;color: #ffffff !important;}
.automation-controls .create-auto-btn:hover {background-image: linear-gradient(45deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);}
.input-field-icon {background-repeat: no-repeat;background-position: center right 15px;background-size: 15px;padding-right: 40px !important;}
.input-field-search-icon {background-image: url(/wp-content/uploads/2025/11/input-search.svg);}
.input-field-edit-icon {background-image: url(/wp-content/uploads/2025/11/input-edit.svg);}
.input-field-plus-icon {background-image: url(/wp-content/uploads/2025/11/input-plus.svg);}
.input-field-link-icon {background-image: url(/wp-content/uploads/2025/11/input-link.svg);}
.input-field-comment-icon {background-image: url(/wp-content/uploads/2025/11/input-comment.svg);}
.toggle-flex {display: flex;justify-content: flex-end;min-width: 65px;gap: 10px;}
.toggle-flex svg {width: 20px;height: 20px;fill: #ffa500;}
.automation-list-table {background-color: #ffffff;border-radius: 10px;border: 1px solid #d9d9d9;max-height: calc(100vh - 160px);overflow: auto;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);}
.automation-list-header {position: sticky;top: 0;background-color: #ffffff;border-bottom: 1px solid #d9d9d9;display: flex;font-weight: 600;color: #000000;}
.automation-list-header div {width: 20%;padding: 10px 15px;}
.automation-list-header .automation-header-name {width: 40%;}
.automation-info {display: flex;flex-wrap: wrap;align-items: center;border-bottom: 1px solid #d9d9d9;}
.automation-info:hover {background-color: #f2f2f2;}
.automation-info div {width: 20%;padding: 15px;color: #555555;}
.automation-info .automation-name {width: 40%;}
.box-active {color: #04B598;text-transform: capitalize;padding: 3px 10px;border-radius: 5px;border: 1px solid #04B598;}
.box-inactive {color: #E63946;text-transform: capitalize;padding: 3px 10px;border-radius: 5px;border: 1px solid #E63946;}
.automation-runs-mobile {display: none;}
.widget-free, .widget-pro {display: none !important;}
.role-free .widget-free, .role-pro .widget-pro {display: block !important;}
.automation-preview-wrapper {max-width: 300px;margin: auto;position: relative;}
.ig-frame-img {position: relative;z-index: 1;}
.arx-ig-phone {width: calc(100% - 10px);height: 598px;background: #000000;border-radius: 60px;overflow: hidden;display: flex;padding: 60px 20px 20px;position: absolute;top: 0;margin: 5px;}
.arx-ig-body {overflow-y: auto;z-index: 2;width: 100%;scrollbar-width: none;-ms-overflow-style: none;}
.ig-msg {margin-bottom: 15px;display: flex;flex-direction: column;font-size: 10px;}
.ig-right {align-items: flex-end;}
.ig-left {align-items: flex-start;}
.bubble {max-width: 75%;padding: 5px 10px;border-radius: 10px;font-size: 10px;line-height: 16px;color: #ffffff;}
.ig-left .bubble {background-color: #262626;}
.ig-right .bubble {background-color: #6C4AEC;}
.ig-template-img {max-height: 187.5px;object-fit: cover;width: 100%;max-width: 75% !important;background-color: #262626;border-radius: 10px 10px 0 0 !important;}
.has-image ~ .bubble {border-radius: 0 0 10px 10px;width: 100%;}
.ig-template-btn {display: block;margin: 5px 0;background: #363636;border-radius: 5px;padding: 3px 10px;text-align: center;}
.profilepress-myaccount-col-sm-3 {display: none;}
.profilepress-myaccount-orders-subs, .profilepress-myaccount-orders-subs * {font-family: 'Instrument Sans';}
.profilepress-myaccount-content {flex: 0 0 100% !important;max-width: 100% !important;padding: 15px 15px 0 !important;}
.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {border-radius: 10px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);background-color: #ffffff;}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a, .profilepress-myaccount-orders-subs a.ppress-myac-action, .profilepress-myaccount-sub-order-details-table-wrap a {font-size: 12px;line-height: 16px;padding: 7px 10px;border-radius: 10px;border: 0;color: #ffffff;background-color: #333333;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h2 {font-size: 24px !important;font-weight: 600 !important;margin-bottom: 20px !important;}
.ppress-details-table {border-radius: 10px;overflow: hidden;box-shadow: none !important;}
.profilepress-myaccount-order-details-wrap {display: flex;float: left;width: 350px;}
.ppress-details-table tr td:first-child {font-weight: 600;color: #000000;width: 150px;}
.profilepress-myaccount-sub-order-details-wrap, .profilepress-myaccount-order-details-wrap ~ h2 {display: flex;float: right;width: calc(100% - 365px);}
.profilepress-myaccount-order-details-wrap ~ h2 {font-size: 24px !important;font-weight: 600 !important;line-height: 1.2 !important;margin-bottom: 20px;}
.ppress-details-table td:last-child {width: auto;}
.ppress-details-table thead th, .ppress-details-table tr td {padding: 15px !important;font-size: 14px !important;}
.ppress-details-table tr, table.ppress-details-table td, table.ppress-details-table th {background-color: #ffffff !important;}
table.ppress-details-table thead:first-child tr:first-child th {border-block-start: none;}
.ppress-details-table thead tr th {color: #000000 !important;}
.profilepress-myaccount-alert, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {font-size: 14px;border-radius: 10px;}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:nth-of-type(2) {display: none;}
.ppress-checkout__form * {font-size: 14px !important;}
.ppress-checkout_order_summary-wrap {background-color: #ffffff;border-radius: 10px;}
.ppress-checkout__form {margin-top: 10px;}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {margin: 0 0 10px !important}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {    background-image: linear-gradient(45deg, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);padding: 10px 15px;}
.ppress-checkout__form .ppress-checkout-section select {padding: 10px 15px;border-radius: 10px;line-height: 20px;color: #555555;border-color: #d9d9d9;appearance: none;-webkit-appearance: none;background-image: url(/wp-content/uploads/2025/11/chevron-down-icon-black.svg);background-position: center right 15px;background-repeat: no-repeat;background-size: 15px;}
.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]) {outline: none !important;box-shadow: none !important;padding: 10px 15px;border-color: #d9d9d9 !important;}
.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {background-color: #ffffff;}
.ppress-checkout__form .ppress-main-checkout-form__block legend {font-size: 18px !important;font-weight: 600;margin-bottom: 5px;}
.profilepress-myaccount-content p:nth-of-type(2) {display: none;}








@media (max-width: 1024px) {
    .automation-list-table {max-height: calc(100vh - 240px);}
    .automation-preview {top: 210px;}
    .profilepress-myaccount-order-details-wrap, .profilepress-myaccount-sub-order-details-wrap, .profilepress-myaccount-order-details-wrap ~ h2 {display: block;float: unset;width: 100%;}
    .ppress-details-table tr td:first-child {width: auto;}

	.stats-container {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
	.stat-item {
        width: 50%;
    }
	.stats-graph {
        width: 100%;
    }
}
@media (max-width: 767px) {
	.automation-header-content {flex-wrap: wrap;}
	.automation-preview, .automation-form, .automation-controls input, .automation-controls .create-auto-btn {width: 100%;}
	.automation-controls select#sortAutomation {width: calc(100% - 125px);}
	.automation-list-table {max-height: calc(100vh - 360px);}
	.automation-list-header div, .automation-runs {display: none;}
	.automation-list-header .automation-header-name {width: 66.66%;display: block;}
	.automation-list-header .automation-header-update {width: 33.33%;display: block;}
	.automation-info div {width: 33.33%;}
	.automation-info .automation-name {width: 100%;padding-bottom: 0;}
	.automation-runs-mobile {display: block;}
	.automation-preview {position: unset;}
}