/*overwrite of add new styles to customize and modify adspot for your needs */

.doc-header .container > .inner .app-logo a {
    max-width: 180px;
}

.doc-header .container > .inner .app-logo img {
    display: inline-block;
    height: auto;
    max-height: 82px;
    max-width: 180px;
    object-fit: contain;
    width: auto;
}

.maketi-home-button {
    align-items: center;
    background: linear-gradient(180deg, #16c7c3 0%, #08aaa5 100%);
    border: 1px solid rgba(20, 221, 214, 0.72);
    border-radius: 10px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 10px 22px rgba(0, 105, 111, 0.18);
    color: #fff;
    display: inline-flex;
    float: left;
    font-size: 14px;
    font-weight: 800;
    height: 54px;
    justify-content: center;
    letter-spacing: 0;
    margin: 0 18px 0 20px;
    min-width: 96px;
    padding: 0 24px;
    text-transform: uppercase;
}

.maketi-home-button:hover,
.maketi-home-button:focus {
    background: linear-gradient(180deg, #1bd8d3 0%, #079b97 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 12px 26px rgba(0, 105, 111, 0.28);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (min-width: 1021px) {
    .doc-header .container > .inner {
        align-items: center;
        display: flex;
        gap: 22px;
        min-height: 104px;
        padding: 30px 0;
    }

    .doc-header .container > .inner .app-logo {
        flex: 0 0 auto;
        height: auto;
        max-width: 180px;
        order: 1;
        position: static;
    }

    .doc-header .container > .inner .app-logo::before {
        display: none;
    }

    .doc-header .container > .inner .app-logo a {
        align-items: center;
        display: flex;
    }

    .doc-header .container > .inner .app-logo img {
        display: block;
    }

    .doc-header .quick-actions {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
        margin: 0;
        order: 3;
        padding: 0;
        text-align: left;
    }

    .doc-header .quick-actions > li {
        display: block;
    }

    .doc-header .quick-actions > li > a {
        align-items: center;
        display: flex;
        min-height: 42px;
        padding: 0 8px;
    }

    .doc-header .container > .inner > .clearfix {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        gap: 10px;
        justify-content: flex-end;
        min-height: 54px;
        min-width: 0;
        order: 2;
    }

    .doc-header .container > .inner > .clearfix::before,
    .doc-header .container > .inner > .clearfix::after {
        display: none;
    }

    .doc-header .container > .inner > .clearfix > * {
        float: none !important;
    }

    .doc-header .search-filters {
        align-items: stretch;
        display: flex;
        flex: 1 1 auto;
        gap: 10px;
        justify-content: flex-end;
        min-width: 0;
        order: 2;
    }

    .doc-header .search-filters > * {
        float: none !important;
    }

    .doc-header .search-filters > .mega-dropdown {
        flex: 0 0 175px;
    }

    .doc-header .search-filters > .mega-filtered-search {
        flex: 1 1 0;
        margin-left: 0;
        max-width: 540px;
        min-width: 0;
        width: auto;
    }

    .doc-header .maketi-home-button,
    .doc-header a.quick-post {
        align-items: center;
        display: inline-flex;
        flex: 0 0 auto;
        height: 54px;
        justify-content: center;
        line-height: 1.1;
        margin: 0;
        white-space: nowrap;
    }

    .doc-header .maketi-home-button {
        order: 1;
    }

    .doc-header a.quick-post {
        min-width: 130px;
        order: 3;
        padding: 0 22px;
    }
}

:root {
    --maketi-page-gradient: linear-gradient(135deg, #77c04b 0%, #08a7a0 52%, #008bd2 100%);
}

body {
    background: var(--maketi-page-gradient);
}

.app-canvas,
.maketi-home-canvas {
    background: var(--maketi-page-gradient) !important;
    background-attachment: fixed !important;
}

.app-canvas > .container > .breadcrumb,
.app-canvas > .container > .heading {
    color: #fff;
}

.app-canvas > .container > .breadcrumb a,
.app-canvas > .container > .breadcrumb li,
.app-canvas > .container > .heading h1,
.app-canvas > .container > .heading h2,
.app-canvas > .container > .heading h3,
.app-canvas > .container > .heading h4,
.app-canvas > .container > .heading h5,
.app-canvas > .container > .heading h6,
.app-canvas > .container > .heading p,
.maketi-category-heading h2,
.maketi-category-heading h4 {
    color: #fff;
}

.app-canvas > .container > .breadcrumb li:last-child {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.maketi-home-canvas .heading h1,
.maketi-home-canvas .heading h1 strong {
    color: #fff;
}

.maketi-home-canvas .heading p {
    color: rgba(255, 255, 255, 0.88);
}

.maketi-home-canvas .cat-boxes {
    box-shadow: 0 22px 48px rgba(0, 84, 112, 0.18);
}

.maketi-category-custom-icon {
    display: inline-block;
    height: 1em;
    object-fit: contain;
    vertical-align: middle;
    width: 1em;
}

.mega-filtered-search .category-list .maketi-category-custom-icon,
.mega-dropdown-wrap .category-list .maketi-category-custom-icon {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}

.cat-boxes .cat-box .inner > .maketi-category-image-icon,
.uzr-panel .cat-boxes .cat-box .inner > .maketi-category-image-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.cat-boxes .cat-box .inner > .maketi-category-image-icon img,
.uzr-panel .cat-boxes .cat-box .inner > .maketi-category-image-icon img {
    height: 58%;
    object-fit: contain;
    width: 58%;
}

.btn,
.btn-green,
.btn-blue,
.btn-yellow,
button.btn,
input[type="submit"].btn,
.search-widget button[type="submit"],
.widget-subscribe-2 button {
    background: linear-gradient(180deg, #16c7c3 0%, #08aaa5 100%) !important;
    border: 1px solid rgba(20, 221, 214, 0.7) !important;
    border-radius: 10px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 10px 22px rgba(0, 105, 111, 0.2) !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 70, 73, 0.18);
    transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.btn:hover,
.btn:focus,
.btn-green:hover,
.btn-green:focus,
.btn-blue:hover,
.btn-blue:focus,
.btn-yellow:hover,
.btn-yellow:focus,
button.btn:hover,
button.btn:focus,
input[type="submit"].btn:hover,
input[type="submit"].btn:focus,
.search-widget button[type="submit"]:hover,
.search-widget button[type="submit"]:focus,
.widget-subscribe-2 button:hover,
.widget-subscribe-2 button:focus {
    background: linear-gradient(180deg, #1bd8d3 0%, #079b97 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 12px 26px rgba(0, 105, 111, 0.28) !important;
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

.btn:active,
.btn-green:active,
.btn-blue:active,
.btn-yellow:active,
button.btn:active,
input[type="submit"].btn:active,
.search-widget button[type="submit"]:active,
.widget-subscribe-2 button:active {
    box-shadow: inset 0 2px 5px rgba(0, 80, 84, 0.26) !important;
    transform: translateY(0);
}

.btn-white {
    background: #fff !important;
    border: 2px solid #10bdb8 !important;
    color: #087d78 !important;
    text-shadow: none;
}

.btn-white:hover,
.btn-white:focus {
    background: #e8f8f7 !important;
    color: #066c68 !important;
}

@media (max-width: 767px) {
    .doc-header .container > .inner .app-logo a,
    .doc-header .container > .inner .app-logo img {
        max-height: 56px;
        max-width: 130px;
    }

    .maketi-home-button {
        clear: both;
        height: 46px;
        margin: 12px 0 12px;
        min-width: 100%;
    }
}

.phone-selector {
    position: relative;
}

.phone-label {
    display: block;
    margin-bottom: 8px;
    color: #6c7679;
    font-size: 16px;
    font-weight: 600;
}

.phone-control {
    position: relative;
    display: flex;
    min-height: 64px;
    border: 2px solid #e0e0e0;
    background: #fff;
}

.phone-control:focus-within {
    border-color: #10bdb8;
}

.phone-country-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 132px;
    min-width: 132px;
    padding: 0 14px;
    border: 0;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.phone-country-trigger:focus {
    outline: none;
    color: #151515;
}

.phone-control input[type="tel"] {
    width: 100%;
    min-width: 0;
    height: 60px;
    padding: 0 24px;
    border: 0;
    color: #666;
    font-size: 22px;
    background: transparent;
}

.phone-control input[type="tel"]:focus {
    outline: none;
}

.phone-country-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 40;
    width: min(100%, 430px);
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.phone-country-search {
    width: 100%;
    height: 44px;
    margin-bottom: 8px;
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    color: #555;
    font-size: 15px;
}

.phone-country-search:focus {
    border-color: #77c04b;
    outline: none;
}

.phone-country-list {
    max-height: 250px;
    overflow-y: auto;
}

.phone-country-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 8px;
    border: 0;
    background: #fff;
    color: #444;
    text-align: left;
    cursor: pointer;
}

.phone-country-option:hover,
.phone-country-option:focus {
    background: #f4fbf0;
    outline: none;
}

.phone-country-name {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.phone-country-dial {
    color: #111;
    font-size: 15px;
    font-weight: 700;
}

.phone-country-empty {
    padding: 14px 8px;
    color: #777;
    font-size: 14px;
}

.register-status {
    min-height: 28px;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
}

.register-status.is-success {
    color: #41a83f;
}

.register-status.is-error {
    color: #f95858;
}

.maketi-login-status {
    min-height: 24px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 600;
}

.maketi-login-status.is-success {
    color: #41a83f;
}

.maketi-login-status.is-error {
    color: #f95858;
}

.quick-actions > li.maketi-profile-action > a {
    align-items: center;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0 8px;
}

.maketi-profile-avatar {
    align-items: center;
    background: #08a7a0;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(8, 167, 160, 0.24);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    width: 38px;
}

.maketi-profile-avatar.has-image {
    background: #e8f8f7;
    overflow: hidden;
}

.maketi-profile-avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maketi-profile-avatar-large {
    flex: 0 0 72px;
    font-size: 24px;
    height: 72px;
    width: 72px;
}

.maketi-profile-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    gap: 18px;
    margin: 24px 0;
    padding: 22px;
}

.maketi-profile-card-body {
    min-width: 0;
}

.maketi-profile-card h3 {
    margin: 0 0 6px;
}

.maketi-profile-card p {
    color: #666;
    margin: 3px 0;
}

.uzr-quick-nav span.maketi-unread-message-badge {
    min-width: 18px;
    padding: 0 4px;
    width: auto;
}

.uzr-quick-nav span.maketi-unread-message-badge[hidden] {
    display: none;
}

.nt-tab-triggers .maketi-logout-nav button {
    align-items: center;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #686868;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    min-height: 58px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.nt-tab-triggers .maketi-logout-nav button span {
    align-items: center;
    border-right: 1px solid #e5e5e5;
    color: #f95858;
    display: inline-flex;
    flex: 0 0 56px;
    height: 58px;
    justify-content: center;
    margin-right: 24px;
}

.nt-tab-triggers .maketi-logout-nav button:hover,
.nt-tab-triggers .maketi-logout-nav button:focus {
    background: #f95858;
    color: #fff;
}

.nt-tab-triggers .maketi-logout-nav button:hover span,
.nt-tab-triggers .maketi-logout-nav button:focus span {
    color: #fff;
}

.maketi-profile-label {
    color: #08a7a0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.maketi-my-ads-actions {
    margin-left: 14px;
}

.maketi-add-ad-button {
    height: 50px;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
}

.items-list-md.style2 .items-list .maketi-my-ad-item {
    align-items: stretch;
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 190px !important;
    overflow: hidden;
    padding: 0 !important;
}

.items-list-md.style2 .items-list .maketi-my-ad-item .maketi-listing-image {
    align-self: stretch;
    height: 100%;
    min-height: 0;
    padding: 12px;
    width: 220px;
}

.items-list-md.style2 .items-list .maketi-my-ad-item .maketi-listing-image.has-image img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.items-list-md.style2 .items-list .maketi-my-ad-item .item-content {
    float: none !important;
    min-width: 0;
    width: auto !important;
}

.maketi-my-ad-action-stack {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 150px;
}

.maketi-my-ad-action-stack .btn,
.maketi-my-ad-action-stack button {
    border: 0;
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 14px;
    text-align: center;
    width: 100%;
}

.maketi-danger-button {
    background: #f95858;
    box-shadow: 0 8px 20px rgba(249, 88, 88, 0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.maketi-danger-button:hover,
.maketi-danger-button:focus {
    background: #d84242;
    color: #fff;
    outline: none;
}

.maketi-my-ad-view-count {
    align-items: center;
    color: #087d78;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    margin-top: 12px;
}

.maketi-favorite-button {
    background: #f2f2f2 !important;
    color: #b7b7b7 !important;
}

.maketi-favorite-button:hover,
.maketi-favorite-button:focus,
.maketi-favorite-button.is-favorited,
.maketi-favorite-button.is-favorited:hover,
.maketi-favorite-button.is-favorited:focus {
    background: #f95858 !important;
    color: #fff !important;
}

.maketi-favorite-button.is-loading,
.maketi-unfavorite-button.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.maketi-favorite-ad-item .item-actions .btn {
    display: block;
    margin-bottom: 10px;
}

.items-list-md.style2 .items-list .maketi-empty-ads-card {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 170px;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

.items-list-md.style2 .items-list .maketi-empty-ads-card .item-content {
    min-height: 170px;
    width: 100%;
}

.items-list-md.style2 .items-list .maketi-empty-ads-card .item-content header h6 {
    font-size: 22px;
    margin-bottom: 12px;
}

.maketi-empty-ads-icon {
    align-items: center;
    background: #08a7a0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 110px;
    font-size: 52px;
    height: 110px;
    justify-content: center;
    margin-left: 45px;
    margin-right: 35px;
    width: 110px;
}

.maketi-profile-edit-button {
    align-items: center;
    background: #e8f8f7;
    border: 0;
    border-radius: 50%;
    color: #087d78;
    display: inline-flex;
    flex: 0 0 46px;
    font-size: 18px;
    height: 46px;
    justify-content: center;
    margin-left: auto;
    width: 46px;
}

.maketi-profile-edit-button:hover,
.maketi-profile-edit-button:focus {
    background: #08a7a0;
    color: #fff;
    outline: none;
}

.maketi-profile-edit-form {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0 24px;
    padding: 24px;
}

.maketi-profile-edit-heading {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.maketi-profile-edit-heading h4 {
    margin: 0;
}

.maketi-profile-edit-close {
    align-items: center;
    background: #f4f4f4;
    border: 0;
    border-radius: 50%;
    color: #686868;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.maketi-profile-edit-close:hover,
.maketi-profile-edit-close:focus {
    background: #f95858;
    color: #fff;
    outline: none;
}

.maketi-profile-edit-grid {
    display: grid;
    gap: 0 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maketi-profile-edit-form .btn {
    margin-top: 8px;
}

.maketi-profile-status,
.maketi-profile-photo-status {
    color: #68757a;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0 0;
    min-height: 20px;
}

.maketi-profile-status.is-success,
.maketi-profile-photo-status.is-success {
    color: #41a83f;
}

.maketi-profile-status.is-error,
.maketi-profile-photo-status.is-error {
    color: #f95858;
}

.dp-widget [data-profile-photo-trigger].is-loading {
    pointer-events: none;
    opacity: 0.78;
}

.dp-widget .maketi-profile-photo-status {
    background: rgba(0, 0, 0, 0.68);
    bottom: 14px;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 8px 14px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.dp-widget .maketi-profile-photo-status:empty {
    display: none;
}

.maketi-footer {
    background: #fff;
    border-top: 1px solid #edf0f0;
    padding: 44px 0 38px;
}

.maketi-footer-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
}

.maketi-footer-logo img {
    display: block;
    height: auto;
    width: 150px;
}

.maketi-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.maketi-footer-nav a {
    border: 1px solid #dbe8e8;
    border-radius: 999px;
    color: #545f64;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 18px;
    text-decoration: none;
}

.maketi-footer-nav a:hover,
.maketi-footer-nav a:focus {
    background: #e8f8f7;
    border-color: #08a7a0;
    color: #087d78;
}

.maketi-category-selection {
    color: #0aa59d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 0;
}

.maketi-price-field {
    align-items: stretch;
    border: 2px solid #e0e0e0;
    display: flex;
    max-width: 100%;
}

.maketi-price-field select {
    -webkit-appearance: none;
    appearance: none;
    background: #f4f4f4;
    border: 0;
    border-right: 2px solid #e0e0e0;
    color: #686868;
    flex: 0 0 190px;
    font-weight: 700;
    height: 54px;
    padding: 0 16px;
}

.maketi-price-field input {
    border: 0 !important;
    flex: 1 1 auto;
    height: 54px !important;
    min-width: 0;
}

.maketi-currency-hint {
    color: #68757a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0 0;
}

.maketi-publish-option {
    margin-top: 12px;
}

.maketi-create-contact-note {
    color: #68757a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0 0;
}

.maketi-picture-section {
    border-top: 1px solid #dedede;
    margin-top: 28px;
    padding-top: 30px;
}

.maketi-picture-heading {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.maketi-picture-heading h4 {
    margin: 0;
}

.maketi-picture-heading p {
    color: #68757a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 4px 0 0;
    max-width: 560px;
}

.maketi-picture-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.maketi-picture-slot {
    min-width: 0;
}

.maketi-picture-upload {
    background: #fff;
    border: 2px dashed #cfdadb;
    cursor: pointer;
    display: block;
    min-height: 186px;
    padding: 10px;
    text-align: center;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.maketi-picture-upload:hover,
.maketi-picture-upload:focus-within {
    border-color: #08aaa5;
    box-shadow: 0 10px 20px rgba(0, 105, 111, 0.12);
    transform: translateY(-1px);
}

.maketi-picture-upload input[type="file"] {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.maketi-picture-preview {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #f4f8f8;
    color: #68757a;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.maketi-picture-preview i {
    color: #08aaa5;
    font-size: 26px;
}

.maketi-picture-preview img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maketi-picture-action {
    color: #087d78;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-top: 10px;
    text-transform: uppercase;
}

.maketi-required-star {
    color: #f95858;
    font-weight: 900;
}

.maketi-primary-picture-option {
    margin-top: 12px;
}

.maketi-primary-picture-option label {
    font-size: 13px;
    line-height: 20px;
}

.maketi-featured-table {
    border-top: 1px solid #dedede;
    margin-bottom: 0;
    margin-top: 30px;
}

.maketi-featured-table > thead > tr:first-child > td {
    padding-top: 24px;
}

.maketi-category-page {
    min-height: 720px;
}

.maketi-category-heading h2 {
    text-transform: none;
}

.maketi-live-listings {
    min-height: 240px;
}

.maketi-vehicle-filters {
    background: #fff;
    border: 1px solid rgba(8, 170, 165, 0.18);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(14, 36, 41, 0.08);
    margin: 24px 0 30px;
    padding: 24px;
}

.maketi-vehicle-filter-heading {
    align-items: flex-end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.maketi-vehicle-filter-heading h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}

.maketi-vehicle-filter-heading p {
    color: #68757a;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    text-align: right;
}

.maketi-vehicle-filter-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.maketi-vehicle-filter-grid label {
    color: #5f6669;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.maketi-vehicle-filter-grid input,
.maketi-vehicle-filter-grid select {
    background: #fff;
    border: 1px solid #dce7e8;
    border-radius: 6px;
    color: #151515;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-top: 8px;
    padding: 0 14px;
    width: 100%;
}

.maketi-vehicle-filter-grid input:focus,
.maketi-vehicle-filter-grid select:focus {
    border-color: #08aaa5;
    box-shadow: 0 0 0 3px rgba(8, 170, 165, 0.14);
    outline: 0;
}

.maketi-vehicle-filter-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.maketi-vehicle-filter-actions .btn {
    min-width: 150px;
}

.maketi-category-page #items-listing-area {
    margin-left: 0;
}

.maketi-live-listing-item {
    cursor: pointer;
}

.maketi-live-listing-item:focus {
    outline: 3px solid rgba(8, 170, 165, 0.28);
    outline-offset: 4px;
}

.maketi-listing-loading {
    background: #fff;
    color: #68757a;
    font-size: 18px;
    font-weight: 700;
    padding: 48px;
    text-align: center;
}

.maketi-live-listing-item .maketi-listing-image {
    align-items: center;
    background: #f4f8f8;
    display: flex;
    justify-content: center;
    min-height: 260px;
    overflow: hidden;
    width: 100%;
}

.maketi-live-listing-item .maketi-listing-image.has-image img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.maketi-live-listing-item .maketi-listing-image-empty {
    align-items: center;
    display: flex;
    justify-content: center;
}

.maketi-listing-image-placeholder {
    align-items: center;
    color: #08aaa5;
    display: flex;
    font-size: 58px;
    height: 100%;
    justify-content: center;
    min-height: 180px;
    width: 100%;
}

.maketi-live-listing-item .maketi-listing-image > .maketi-category-custom-icon {
    height: 74px;
    width: 74px;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(8, 170, 165, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(14, 36, 41, 0.08);
    display: grid !important;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    margin: 0 auto 28px;
    max-width: 1120px;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative !important;
    width: 100%;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .maketi-listing-image {
    align-self: stretch;
    border-right: 1px solid #e8eeee;
    height: 360px;
    min-height: 0 !important;
    padding: 18px;
    position: relative !important;
    width: 100% !important;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content {
    display: grid;
    float: none !important;
    gap: 18px 24px;
    grid-template-areas:
        "summary actions"
        "details details";
    grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
    min-width: 0;
    padding: 30px !important;
    position: relative !important;
    width: auto !important;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content > header {
    grid-area: summary;
    min-width: 0;
    padding: 0 !important;
    padding-right: 0 !important;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content > header h4 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: none;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content > header h4 a {
    color: #151515;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content .item-actions {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 18px;
    grid-area: actions;
    padding: 0 !important;
    position: static !important;
    text-align: right;
    width: auto !important;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content .contact-options {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content .price-tag {
    color: #151515;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .item-content > .inner {
    border-top: 1px solid #e6e6e6;
    grid-area: details;
    padding: 20px 0 0 !important;
    padding-right: 0 !important;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .maketi-listing-description {
    color: #5f6669;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 14px;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .maketi-listing-brand {
    color: #5f6669;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 22px;
}

.maketi-category-page #items-listing-area .maketi-live-listing-item .view-item {
    align-items: center;
    background: linear-gradient(180deg, #19c8c3 0%, #08aaa5 100%);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 14px 26px rgba(8, 170, 165, 0.2);
    color: #fff;
    display: inline-flex !important;
    float: right;
    font-weight: 800;
    justify-content: center;
    min-width: 140px;
    padding: 14px 22px;
    position: static !important;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 991px) {
    .maketi-vehicle-filter-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .maketi-vehicle-filter-heading p {
        text-align: left;
    }

    .maketi-vehicle-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item {
        grid-template-columns: 1fr;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .maketi-listing-image {
        border-bottom: 1px solid #e8eeee;
        border-right: 0;
        height: 300px;
        min-height: 0;
        width: 100% !important;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content {
        grid-template-areas:
            "summary"
            "actions"
            "details";
        grid-template-columns: 1fr;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content .item-actions {
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .view-item {
        float: none;
    }
}

@media (max-width: 620px) {
    .maketi-vehicle-filters {
        padding: 18px;
    }

    .maketi-vehicle-filter-grid {
        grid-template-columns: 1fr;
    }

    .maketi-vehicle-filter-actions {
        flex-direction: column;
    }

    .maketi-vehicle-filter-actions .btn {
        width: 100%;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .maketi-listing-image {
        height: 240px;
        padding: 12px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content {
        padding: 22px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content > header h4 {
        font-size: 22px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content .price-tag {
        font-size: 24px;
    }
}

.mega-filtered-search .category-list > li.is-open > ul,
.mega-dropdown-wrap .category-list > li.is-open > ul {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.mega-filtered-search .category-list > li > ul,
.mega-dropdown-wrap .category-list > li > ul {
    z-index: 30;
}

.mega-filtered-search .category-list > li > ul a,
.mega-dropdown-wrap .category-list > li > ul a {
    min-height: 44px;
}

.category-list a.maketi-subcategory-depth-2 {
    padding-left: 48px;
}

.category-list a.maketi-subcategory-depth-3,
.category-list a.maketi-subcategory-depth-4,
.category-list a.maketi-subcategory-depth-5,
.category-list a.maketi-subcategory-depth-6 {
    padding-left: 66px;
}

.maketi-empty-category-listing {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 30px;
    min-height: 220px;
    padding: 42px;
}

.maketi-empty-category-listing h3 {
    margin: 0 0 8px;
}

.maketi-empty-category-listing p {
    color: #68757a;
    font-size: 17px;
    margin: 0 0 22px;
}

.maketi-empty-category-icon {
    align-items: center;
    background: #e8f8f7;
    border-radius: 50%;
    color: #08aaa5;
    display: flex;
    flex: 0 0 116px;
    font-size: 54px;
    height: 116px;
    justify-content: center;
    width: 116px;
}

.maketi-empty-category-icon .maketi-category-custom-icon {
    height: 62%;
    width: 62%;
}

.maketi-create-status {
    color: #68757a;
    font-size: 15px;
    font-weight: 700;
    margin-top: 18px;
    min-height: 22px;
}

.maketi-create-status.is-success {
    color: #41a83f;
}

.maketi-create-status.is-error {
    color: #f95858;
}

.maketi-footer-social {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.maketi-social-link {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    text-decoration: none;
    width: 44px;
}

.maketi-social-link:hover,
.maketi-social-link:focus {
    color: #fff;
    transform: translateY(-1px);
}

.maketi-social-facebook {
    background: #1877f2;
}

.maketi-social-instagram {
    background: #d62976;
}

.maketi-social-tiktok {
    background: #111;
    font-size: 14px;
}

.maketi-footer-copy {
    color: #68757a;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.maketi-single-message {
    background: #fff;
    padding: 46px;
    text-align: center;
}

.maketi-single-message h2 {
    margin: 0 0 24px;
}

.maketi-live-single-ad header h1 {
    text-transform: none;
}

.maketi-single-gallery {
    margin: 28px 0;
}

.maketi-single-main-image {
    align-items: center;
    background: #f4f8f8;
    display: flex;
    justify-content: center;
    min-height: 420px;
    overflow: hidden;
    width: 100%;
}

.maketi-single-main-image img {
    display: block;
    height: auto;
    max-height: 620px;
    max-width: 100%;
    width: auto;
}

.maketi-single-placeholder {
    color: #08aaa5;
    font-size: 96px;
}

.maketi-single-thumb-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 14px;
}

.maketi-single-thumb {
    background: #fff;
    border: 3px solid #d9e6e6;
    cursor: pointer;
    height: 92px;
    overflow: hidden;
    padding: 0;
}

.maketi-single-thumb.is-active {
    border-color: #08aaa5;
}

.maketi-single-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maketi-contact-seller {
    color: #fff;
    display: block;
    text-decoration: none;
}

.maketi-contact-seller:hover,
.maketi-contact-seller:focus {
    color: #fff;
    text-decoration: none;
}

.maketi-contact-seller.is-disabled {
    cursor: not-allowed;
    opacity: 0.75;
}

.maketi-message-modal {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.maketi-message-modal.is-open {
    display: flex;
}

.maketi-message-modal-overlay {
    background: rgba(16, 28, 34, 0.58);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.maketi-message-modal-dialog {
    background: #fff;
    box-shadow: 0 22px 70px rgba(16, 28, 34, 0.24);
    max-width: 560px;
    padding: 28px;
    position: relative;
    width: min(100%, 560px);
}

.maketi-message-modal-close {
    align-items: center;
    background: #f4f8f8;
    border: 0;
    border-radius: 50%;
    color: #68757a;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 36px;
}

.maketi-message-modal-close:hover,
.maketi-message-modal-close:focus {
    background: #f95858;
    color: #fff;
    outline: 0;
}

.maketi-message-modal h4 {
    color: #151515;
    font-size: 24px;
    margin: 0 44px 8px 0;
    text-transform: none;
}

.maketi-message-modal p {
    color: #68757a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px;
}

.maketi-message-modal label {
    color: #68757a;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.maketi-message-modal textarea {
    border: 1px solid #dce7e8;
    color: #151515;
    font-size: 16px;
    line-height: 1.45;
    min-height: 140px;
    padding: 14px;
    resize: vertical;
    width: 100%;
}

.maketi-message-modal textarea:focus {
    border-color: #08aaa5;
    box-shadow: 0 0 0 3px rgba(8, 170, 165, 0.14);
    outline: 0;
}

.maketi-message-modal-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px;
}

.maketi-message-modal-status {
    color: #68757a;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    min-height: 20px;
}

.maketi-message-modal-status.is-error {
    color: #f95858;
}

.maketi-message-modal-status.is-success {
    color: #41a83f;
}

.maketi-single-seller-image,
.maketi-single-seller-initials {
    border-radius: 50%;
    display: inline-flex;
    height: 104px;
    margin: 0 auto 18px;
    width: 104px;
}

.maketi-single-seller-image {
    object-fit: cover;
}

.maketi-single-seller-initials {
    align-items: center;
    background: #e8f8f7;
    color: #087d78;
    font-size: 34px;
    font-weight: 900;
    justify-content: center;
}

.maketi-chat-panel {
    padding-top: 24px !important;
}

.maketi-chat-status {
    color: #68757a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
    min-height: 22px;
}

.maketi-chat-status.is-error {
    color: #f95858;
}

.maketi-chat-status.is-success {
    color: #41a83f;
}

.maketi-chat-start {
    align-items: end;
    background: #fff;
    border: 1px solid #e5eeee;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr) auto;
    margin: 0 0 18px;
    padding: 16px;
}

.maketi-chat-start label {
    color: #68757a;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.maketi-chat-start input,
.maketi-chat-composer input {
    background: #fff;
    border: 1px solid #dce7e8;
    color: #151515;
    font-size: 15px;
    height: 48px;
    padding: 0 14px;
    width: 100%;
}

.maketi-chat-start input:focus,
.maketi-chat-composer input:focus {
    border-color: #08aaa5;
    box-shadow: 0 0 0 3px rgba(8, 170, 165, 0.14);
    outline: 0;
}

.maketi-chat-shell {
    background: #fff;
    border: 1px solid #e5eeee;
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
    min-height: 580px;
}

.maketi-chat-conversations {
    border-right: 1px solid #e5eeee;
    min-width: 0;
}

.maketi-chat-conversations > header,
.maketi-chat-thread-header {
    align-items: center;
    background: #f7fafa;
    border-bottom: 1px solid #e5eeee;
    display: flex;
    justify-content: space-between;
    min-height: 64px;
    padding: 16px;
}

.maketi-chat-conversations > header strong,
.maketi-chat-thread-header strong {
    color: #151515;
    display: block;
    font-size: 16px;
}

.maketi-chat-thread-header span {
    color: #68757a;
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.maketi-chat-refresh {
    align-items: center;
    background: #e8f8f7;
    border: 0;
    border-radius: 50%;
    color: #087d78;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.maketi-chat-conversation-list {
    max-height: 516px;
    overflow-y: auto;
}

.maketi-chat-conversation {
    background: #fff;
    border-bottom: 1px solid #edf1f1;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 12px 14px 16px;
    width: 100%;
}

.maketi-chat-conversation:hover,
.maketi-chat-conversation.is-active {
    background: #eefafa;
}

.maketi-chat-conversation.has-unread {
    background: #eefaff;
}

.maketi-chat-conversation.is-active {
    box-shadow: inset 4px 0 0 #08aaa5;
}

.maketi-chat-open {
    background: transparent;
    border: 0;
    cursor: pointer;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.maketi-chat-open:focus {
    outline: 0;
}

.maketi-chat-conversation strong {
    color: #151515;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}

.maketi-chat-conversation p {
    color: #68757a;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-chat-conversation span {
    color: #8b9699;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.maketi-chat-row-actions {
    align-items: center;
    display: flex;
    gap: 8px;
}

.maketi-chat-icon-button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #a1abb0;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 32px;
}

.maketi-chat-icon-button:hover,
.maketi-chat-icon-button:focus {
    background: #fff;
    border-color: #dce7e8;
    outline: 0;
}

.maketi-chat-star.is-favorite {
    color: #f5b400;
}

.maketi-favorite-ad.is-favorite,
.maketi-favorite-ad.is-loading {
    color: #f5b400 !important;
}

.maketi-chat-delete:hover,
.maketi-chat-delete:focus {
    color: #f95858;
}

.maketi-chat-unread {
    background: #08aaa5;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 11px !important;
    font-weight: 800;
    margin-top: 8px !important;
    min-width: 24px;
    padding: 3px 8px;
    text-align: center;
}

.maketi-chat-thread {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
}

.maketi-chat-messages {
    background: #fbfcfc;
    max-height: 452px;
    overflow-y: auto;
    padding: 18px;
}

.maketi-chat-empty {
    color: #68757a;
    font-size: 15px;
    font-weight: 700;
    margin: 32px 0;
    text-align: center;
}

.maketi-chat-message {
    background: #fff;
    border: 1px solid #e2eded;
    margin: 0 0 12px;
    max-width: 76%;
    padding: 11px 13px;
}

.maketi-chat-message.is-mine {
    background: #e8f8f7;
    border-color: #caece9;
    margin-left: auto;
}

.maketi-chat-message.is-new {
    background: #eefaff;
    border-color: #d4edf8;
}

.maketi-chat-message p {
    color: #253237;
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
}

.maketi-chat-message footer {
    align-items: center;
    color: #8b9699;
    display: flex;
    font-size: 12px;
    gap: 10px;
    justify-content: space-between;
    margin-top: 8px;
}

.maketi-chat-composer {
    border-top: 1px solid #e5eeee;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px;
}

.maketi-chat-composer button:disabled,
.maketi-chat-composer input:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

@media (max-width: 991px) {
    .maketi-picture-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .maketi-single-thumb-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .maketi-chat-shell,
    .maketi-chat-start {
        grid-template-columns: 1fr;
    }

    .maketi-chat-conversations {
        border-bottom: 1px solid #e5eeee;
        border-right: 0;
    }

    .maketi-chat-conversation-list {
        max-height: 280px;
    }
}

@media (max-width: 767px) {
    .items-list-md.style2 .items-list .maketi-my-ad-item {
        grid-template-columns: 1fr;
    }

    .items-list-md.style2 .items-list .maketi-my-ad-item .maketi-listing-image {
        height: 190px;
        width: 100%;
    }

    .maketi-my-ad-action-stack {
        margin-top: 18px;
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .maketi-profile-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .maketi-profile-edit-button {
        margin-left: 0;
    }

    .maketi-profile-edit-grid {
        grid-template-columns: 1fr;
    }

    .maketi-my-ads-actions {
        float: none !important;
        margin: 0 0 12px;
    }

    .items-list-md.style2 .items-list .maketi-empty-ads-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .items-list-md.style2 .items-list .maketi-empty-ads-card .item-content {
        min-height: 0;
        padding-right: 0;
    }

    .maketi-empty-ads-icon {
        flex-basis: 84px;
        font-size: 38px;
        height: 84px;
        margin: 0 0 18px;
        width: 84px;
    }

    .maketi-footer-nav {
        gap: 10px;
    }

    .maketi-footer-nav a {
        font-size: 14px;
        padding: 11px 14px;
    }

    .phone-country-trigger {
        width: 108px;
        min-width: 108px;
        padding: 0 10px;
        font-size: 16px;
    }

    .phone-control input[type="tel"] {
        padding: 0 14px;
        font-size: 18px;
    }

    .maketi-price-field {
        flex-direction: column;
    }

    .maketi-price-field select {
        border-bottom: 2px solid #e0e0e0;
        border-right: 0;
        flex-basis: auto;
        width: 100%;
    }

    .maketi-picture-heading {
        display: block;
    }

    .maketi-picture-grid {
        grid-template-columns: 1fr;
    }

    .maketi-empty-category-listing {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px;
    }

    .maketi-empty-category-icon {
        flex-basis: 86px;
        font-size: 40px;
        height: 86px;
        width: 86px;
    }

    .maketi-single-main-image {
        min-height: 260px;
    }

    .maketi-single-thumb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Phone layout */
@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        min-width: 0;
    }

    .web-app,
    .container {
        max-width: 100%;
        min-width: 0;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .doc-header {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .doc-header .container > .inner {
        align-items: center;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 14px 0 16px;
    }

    .doc-header .container > .inner .app-logo {
        grid-column: 1;
        height: auto;
        max-width: none;
        padding: 0;
        position: static;
    }

    .doc-header .container > .inner .app-logo::before {
        display: none;
    }

    .doc-header .container > .inner .app-logo a {
        display: inline-flex;
        max-width: none;
    }

    .doc-header .container > .inner .app-logo img {
        max-height: 64px;
        max-width: 105px;
    }

    .doc-header .quick-actions {
        align-items: center;
        display: flex;
        gap: 6px;
        grid-column: 2;
        justify-content: flex-end;
        margin: 0;
        position: static;
        text-align: right;
    }

    .doc-header .quick-actions > li {
        display: block;
    }

    .doc-header .quick-actions > li > a {
        border-radius: 999px;
        font-size: 11px;
        line-height: 1;
        padding: 9px 7px;
    }

    .doc-header .quick-actions > li > a.nav-trigger,
    .doc-header .quick-actions > li > a.mob-menu-trigger {
        display: none !important;
    }

    .doc-header .maketi-profile-avatar {
        height: 38px;
        width: 38px;
    }

    .doc-header .container > .inner > .clearfix {
        display: grid;
        gap: 10px;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .doc-header .container > .inner > .clearfix::before,
    .doc-header .container > .inner > .clearfix::after {
        display: none;
    }

    .doc-header .container > .inner > .clearfix > * {
        float: none !important;
    }

    .doc-header .search-filters {
        display: grid !important;
        gap: 10px;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        margin: 0;
        order: 1;
        width: 100%;
    }

    .doc-header .search-filters > .mega-dropdown,
    .doc-header .search-filters > .mega-filtered-search {
        float: none !important;
        margin: 0;
        min-width: 0;
        width: 100%;
    }

    .doc-header .search-filters > .mega-filtered-search {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        height: auto !important;
        padding-left: 0 !important;
    }

    .doc-header .search-filters .mega-dropdown {
        background: #fff;
        border: 1px solid #dfe9eb;
        height: 48px;
        position: relative;
    }

    .doc-header .search-filters .mega-filtered-search > .mega-dropdown,
    .doc-header .search-filters .mega-filtered-search > .search-widget {
        grid-column: 1 / -1;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
    }

    .doc-header .search-filters .mega-dropdown > button {
        color: #5e686b;
        display: block;
        font-size: 14px;
        height: 48px;
        overflow: hidden;
        padding: 0 44px 0 14px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .doc-header .search-filters .mega-dropdown > i {
        color: #9aa4a7;
        pointer-events: none;
        position: absolute;
        right: 14px;
        top: 17px;
    }

    .doc-header .search-filters .mega-content {
        left: 0;
        max-height: 72vh;
        overflow: auto;
        right: 0;
        width: 100%;
        z-index: 1005;
    }

    .doc-header .search-filters .category-list > li > ul {
        left: 0;
        position: static;
        width: 100%;
    }

    .doc-header .search-widget {
        height: 48px;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .doc-header .search-widget input {
        height: 48px;
        padding-right: 54px;
        width: 100%;
    }

    .doc-header .search-widget button {
        height: 48px;
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
    }

    .doc-header .maketi-home-button,
    .doc-header a.quick-post {
        align-items: center;
        clear: none;
        display: inline-flex;
        height: 48px;
        justify-content: center;
        line-height: 1.1;
        margin: 0;
        max-width: none;
        min-width: 0;
        order: 2;
        padding: 0 10px;
        position: static;
        width: 100%;
    }

    .doc-header a.quick-post {
        order: 3;
    }

    .app-canvas,
    .maketi-home-canvas {
        background-attachment: scroll !important;
        padding-top: 28px;
    }

    .maketi-home-canvas {
        padding-bottom: 0;
    }

    .app-canvas > .container > .breadcrumb {
        display: none;
    }

    .app-canvas > .container > .heading {
        margin-bottom: 24px;
        padding: 8px 0 0;
    }

    .app-canvas > .container > .heading h1,
    .app-canvas > .container > .heading h2,
    .maketi-home-canvas .heading h1 {
        font-size: 30px;
        line-height: 1.18;
    }

    .maketi-home-canvas .heading.big {
        padding: 16px 0 24px;
    }

    .maketi-home-canvas .heading p {
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 12px;
    }

    .maketi-home-canvas .cat-boxes,
    .uzr-panel .cat-boxes {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        padding: 0;
    }

    .maketi-home-canvas .cat-boxes::before,
    .maketi-home-canvas .cat-boxes::after,
    .uzr-panel .cat-boxes::before,
    .uzr-panel .cat-boxes::after {
        display: none;
    }

    .cat-boxes .cat-box,
    .uzr-panel .cat-boxes .cat-box {
        float: none;
        padding: 0;
        width: auto;
    }

    .cat-boxes .cat-box .inner,
    .uzr-panel .cat-boxes .cat-box .inner {
        align-items: center;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
        min-height: 132px;
        padding: 16px 8px;
    }

    .cat-boxes .cat-box .inner > div,
    .uzr-panel .cat-boxes .cat-box .inner > div {
        font-size: 34px;
        height: 64px;
        line-height: 64px;
        margin: 0;
        width: 64px;
    }

    .cat-boxes .cat-box span {
        display: block;
        font-size: 12px;
        line-height: 1.2;
    }

    .section {
        padding: 28px 0;
    }

    .text-widget .inner {
        border-radius: 8px;
        padding: 24px;
    }

    .text-widget .inner p {
        margin-top: 14px;
    }

    .maketi-category-page,
    .uzr-dashboard {
        margin-bottom: 36px;
        padding-top: 0;
    }

    .maketi-vehicle-filters,
    .maketi-category-page #items-listing-area .maketi-live-listing-item,
    .uzr-options-area,
    .uzr-options-area .uzr-panels {
        border-radius: 8px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .maketi-listing-image {
        height: 190px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content {
        padding: 18px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content > header h4 {
        font-size: 22px;
    }

    .maketi-category-page #items-listing-area .maketi-live-listing-item .item-content .price-tag {
        font-size: 24px;
    }

    .uzr-options-area .uzr-panels .uzr-panel.active > header,
    .uzr-options-area .uzr-panels .uzr-panel.active > .inner,
    .uzr-options-area .uzr-panels .uzr-panel.mob-active > header,
    .uzr-options-area .uzr-panels .uzr-panel.mob-active > .inner {
        display: block !important;
    }

    .uzr-options-area .uzr-panels .uzr-panel > header,
    .uzr-options-area .uzr-panels .uzr-panel > .inner {
        padding: 20px;
    }

    .uzr-options-area .uzr-quick-nav {
        display: flex;
        gap: 8px;
        margin-top: 16px;
    }

    .uzr-options-area .uzr-quick-nav li {
        flex: 1 1 0;
        margin: 0;
    }

    .uzr-options-area .uzr-quick-nav li a {
        width: 100%;
    }

    a.tab-accordion-trigger {
        font-size: 15px;
        padding: 16px 16px 16px 60px;
    }

    a.tab-accordion-trigger span {
        width: 48px;
    }

    .maketi-chat-start,
    .maketi-chat-composer {
        grid-template-columns: 1fr;
    }

    .maketi-chat-composer .btn {
        width: 100%;
    }

    .call-to-action {
        padding: 28px 0;
        text-align: center;
    }

    .call-to-action header {
        padding-top: 0;
    }

    .call-to-action header h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .call-to-action .row.inner {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 18px 0 0;
    }

    .call-to-action .row.inner::before,
    .call-to-action .row.inner::after {
        display: none;
    }

    .call-to-action .row.inner > [class*="col-"] {
        float: none;
        padding: 0;
        width: auto;
    }

    .call-to-action .app-store {
        align-items: center;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        min-height: 110px;
        padding: 14px 8px;
        text-align: center;
    }

    .call-to-action .app-store img {
        display: block;
        margin: 0 0 8px;
        max-width: 48px;
        position: static;
    }

    .call-to-action .app-store span {
        display: none;
    }

    .call-to-action .app-store h4 {
        font-size: 13px;
        line-height: 1.2;
        margin: 0;
    }

    .maketi-footer {
        padding: 40px 0 22px;
    }

    .maketi-footer-logo img {
        max-width: 150px;
    }

    .maketi-footer-nav {
        gap: 10px;
    }

    .maketi-footer-nav a {
        font-size: 14px;
        line-height: 1.15;
        padding: 11px 14px;
    }

    .maketi-footer-social {
        gap: 12px;
    }

    .maketi-footer-social a {
        height: 48px;
        width: 48px;
    }
}

@media (max-width: 390px) {
    .doc-header .quick-actions > li > a {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .doc-header .container > .inner .app-logo img {
        max-width: 92px;
    }

    .cat-boxes .cat-box .inner,
    .uzr-panel .cat-boxes .cat-box .inner {
        min-height: 122px;
    }

    .cat-boxes .cat-box .inner > div,
    .uzr-panel .cat-boxes .cat-box .inner > div {
        font-size: 30px;
        height: 58px;
        line-height: 58px;
        width: 58px;
    }
}

/* App-style website home */
.maketi-app-home {
    background: #fff !important;
    color: #12171d;
    padding: 38px 0 86px;
}

.maketi-app-home-container {
    max-width: 1120px;
}

.maketi-app-home-shell {
    background: #fff;
    border-radius: 0;
}

.maketi-app-home-topbar {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: auto minmax(240px, 1fr) auto auto;
    margin: 0 0 28px;
}

.maketi-app-wordmark {
    color: #77c04b;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
}

.maketi-app-wordmark:hover,
.maketi-app-wordmark:focus {
    color: #08a7a0;
    text-decoration: none;
}

.maketi-app-home-search {
    align-items: center;
    background: #fff;
    border: 1px solid #e6ecef;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(16, 45, 50, 0.06);
    display: flex;
    gap: 10px;
    min-height: 56px;
    padding: 0 18px;
}

.maketi-app-home-search i {
    color: #7d878b;
    font-size: 18px;
}

.maketi-app-home-search input {
    border: 0;
    color: #12171d;
    flex: 1 1 auto;
    font-size: 17px;
    height: 52px;
    min-width: 0;
    outline: 0;
}

.maketi-app-home-search input::placeholder {
    color: #9ca5a9;
}

.maketi-app-home-bell,
.maketi-app-home-avatar {
    align-items: center;
    background: #fff;
    border: 1px solid #e6ecef;
    border-radius: 50%;
    color: #12171d;
    display: inline-flex;
    flex: 0 0 auto;
    height: 52px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 52px;
}

.maketi-app-home-bell {
    font-size: 25px;
}

.maketi-app-home-bell span {
    background: #f2523f;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 12px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 12px;
}

.maketi-app-home-avatar {
    background: #e8f8f7;
    color: #087d78;
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
}

.maketi-app-home-avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maketi-app-category-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maketi-app-category-card {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(17, 33, 39, 0.06);
    color: #12171d;
    display: flex;
    flex-direction: column;
    min-height: 198px;
    padding: 24px 18px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.maketi-app-category-card:hover,
.maketi-app-category-card:focus {
    border-color: rgba(119, 192, 75, 0.42);
    box-shadow: 0 18px 38px rgba(17, 33, 39, 0.11);
    color: #12171d;
    outline: 0;
    text-decoration: none;
    transform: translateY(-2px);
}

.maketi-app-category-icon {
    align-items: center;
    align-self: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 34px;
    height: 74px;
    justify-content: center;
    margin-bottom: 16px;
    width: 74px;
}

.maketi-app-category-icon img {
    display: block;
    height: 44px;
    object-fit: contain;
    width: 44px;
}

.maketi-app-category-title {
    color: #12171d;
    display: block;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-app-category-subtitle {
    color: #7d878b;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    min-height: 38px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.maketi-app-category-chevron {
    align-self: flex-end;
    color: #8e989d;
    font-size: 22px;
    line-height: 1;
    margin-top: auto;
}

.maketi-app-category-count {
    background: #f3faf7;
    border-radius: 999px;
    color: #087d78;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.maketi-app-tone-1 .maketi-app-category-icon {
    background: rgba(227, 106, 44, 0.14);
    color: #e36a2c;
}

.maketi-app-tone-2 .maketi-app-category-icon {
    background: rgba(119, 192, 75, 0.16);
    color: #77c04b;
}

.maketi-app-tone-3 .maketi-app-category-icon {
    background: rgba(0, 139, 210, 0.13);
    color: #008bd2;
}

.maketi-app-tone-4 .maketi-app-category-icon {
    background: rgba(125, 93, 242, 0.14);
    color: #7d5df2;
}

.maketi-app-tone-5 .maketi-app-category-icon {
    background: rgba(242, 82, 63, 0.14);
    color: #f2523f;
}

.maketi-app-tone-6 .maketi-app-category-icon {
    background: rgba(231, 185, 0, 0.18);
    color: #d7a900;
}

.maketi-app-subcategory-panel {
    background: #fff;
    border: 1px solid #e6ecef;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(17, 33, 39, 0.08);
    margin: 18px 0 0;
    padding: 16px;
}

.maketi-app-subcategory-head {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-bottom: 12px;
}

.maketi-app-subcategory-head button,
.maketi-app-event-item button {
    align-items: center;
    background: #f4fbf7;
    border: 0;
    border-radius: 50%;
    color: #087d78;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.maketi-app-subcategory-head strong {
    color: #12171d;
    display: block;
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-app-subcategory-head span {
    color: #7d878b;
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-app-subcategory-all,
.maketi-app-subcategory-row {
    align-items: center;
    border-radius: 13px;
    display: flex;
    gap: 12px;
    text-decoration: none;
}

.maketi-app-subcategory-all {
    border: 1px solid rgba(119, 192, 75, 0.42);
    color: #087d78;
    font-weight: 900;
    justify-content: center;
    margin-bottom: 12px;
    padding: 12px;
}

.maketi-app-subcategory-row {
    background: #f4fbf7;
    color: #12171d;
    font-weight: 900;
    margin-bottom: 8px;
    padding: 11px 12px;
}

.maketi-app-subcategory-row .maketi-app-category-icon {
    border-radius: 12px;
    color: #fff;
    flex: 0 0 38px;
    font-size: 18px;
    height: 38px;
    margin: 0;
    width: 38px;
}

.maketi-app-subcategory-row:nth-child(6n+1) .maketi-app-category-icon { background: #e36a2c; }
.maketi-app-subcategory-row:nth-child(6n+2) .maketi-app-category-icon { background: #77c04b; }
.maketi-app-subcategory-row:nth-child(6n+3) .maketi-app-category-icon { background: #008bd2; }
.maketi-app-subcategory-row:nth-child(6n+4) .maketi-app-category-icon { background: #7d5df2; }
.maketi-app-subcategory-row:nth-child(6n+5) .maketi-app-category-icon { background: #f2523f; }
.maketi-app-subcategory-row:nth-child(6n+6) .maketi-app-category-icon { background: #d7a900; }

.maketi-app-subcategory-row .maketi-app-category-icon img {
    height: 24px;
    width: 24px;
}

.maketi-app-subcategory-row span {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-app-subcategory-row em {
    background: #fff;
    border-radius: 999px;
    color: #087d78;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    padding: 4px 9px;
}

.maketi-app-home-section {
    margin-top: 36px;
}

.maketi-app-section-title {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.maketi-app-section-title h2 {
    color: #12171d;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.maketi-app-section-title a {
    color: #77c04b;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.maketi-app-latest-strip {
    display: grid;
    gap: 18px;
    grid-auto-columns: minmax(190px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x proximity;
}

.maketi-app-ad-card {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 18px;
    min-width: 190px;
    overflow: hidden;
    scroll-snap-align: start;
}

.maketi-app-ad-image {
    background: #f4f7f8;
    display: block;
    height: 140px;
    position: relative;
    text-decoration: none;
}

.maketi-app-ad-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maketi-app-ad-image > span {
    align-items: center;
    color: #9ca5a9;
    display: flex;
    font-size: 34px;
    height: 100%;
    justify-content: center;
}

.maketi-app-ad-image em {
    background: rgba(0, 0, 0, 0.74);
    border-radius: 999px;
    bottom: 9px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    left: 9px;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
}

.maketi-app-ad-body {
    padding: 13px 12px 12px;
}

.maketi-app-ad-body h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-app-ad-body h3 a {
    color: #12171d;
}

.maketi-app-ad-body strong {
    color: #77c04b;
    display: block;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 12px;
}

.maketi-app-ad-body p {
    align-items: center;
    color: #7d878b;
    display: flex;
    gap: 5px;
    margin: 0;
}

.maketi-app-ad-body p span {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maketi-app-ad-favorite {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #8e989d !important;
    display: inline-flex;
    font-size: 22px;
    height: 28px;
    justify-content: center;
    text-decoration: none;
    text-shadow: none;
    width: 28px;
}

.maketi-app-ad-favorite.is-favorited,
.maketi-app-ad-favorite:hover,
.maketi-app-ad-favorite:focus {
    color: #77c04b !important;
}

.maketi-app-events-list {
    display: grid;
    gap: 14px;
}

.maketi-app-event-item {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #edf0f2;
    display: grid;
    gap: 16px;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    padding: 0 0 14px;
}

.maketi-app-event-art {
    align-items: center;
    border-radius: 14px;
    color: #fff;
    display: flex;
    font-size: 34px;
    height: 82px;
    justify-content: center;
    width: 104px;
}

.maketi-app-event-green {
    background: linear-gradient(135deg, #77c04b 0%, #08a7a0 100%);
}

.maketi-app-event-lagoon {
    background: linear-gradient(135deg, #08a7a0 0%, #008bd2 100%);
}

.maketi-app-event-orange {
    background: linear-gradient(135deg, #e36a2c 0%, #f2523f 100%);
}

.maketi-app-event-item h3 {
    color: #12171d;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

.maketi-app-event-item p {
    color: #7d878b;
    font-size: 15px;
    line-height: 1.25;
    margin: 4px 0 0;
}

.maketi-home-loading,
.maketi-home-status {
    align-items: center;
    background: #f4fbf7;
    border-radius: 14px;
    color: #087d78;
    display: flex;
    font-weight: 900;
    gap: 10px;
    min-height: 74px;
    padding: 18px;
}

.maketi-app-bottom-nav {
    display: none;
}

@media (max-width: 767px) {
    .maketi-home-page .doc-header {
        display: none;
    }

    .maketi-app-home {
        padding: 18px 0 104px;
    }

    .maketi-app-home-container {
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        max-width: 100vw !important;
        overflow: hidden;
        padding-left: 16px;
        padding-right: 16px;
        width: 100vw !important;
    }

    .maketi-app-home-topbar {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        margin-bottom: 22px;
    }

    .maketi-app-wordmark {
        font-size: 24px;
        grid-column: 1;
        grid-row: 1;
        overflow: hidden;
        width: 88px;
    }

    .maketi-app-home-search {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 46px;
        min-width: 0;
        padding: 0 12px;
        width: 100%;
    }

    .maketi-app-home-search input {
        font-size: 14px;
        height: 44px;
    }

    .maketi-app-home-bell,
    .maketi-app-home-avatar {
        display: none;
    }

    .maketi-app-home-bell {
        grid-column: auto;
        grid-row: auto;
    }

    .maketi-app-home-avatar {
        grid-column: auto;
        grid-row: auto;
    }

    .maketi-app-category-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, calc((100vw - 42px) / 2)));
        width: calc(100vw - 32px);
    }

    .maketi-app-category-card {
        border-radius: 15px;
        min-width: 0;
        min-height: 156px;
        padding: 16px 8px 10px;
    }

    .maketi-app-category-icon {
        font-size: 28px;
        height: 58px;
        margin-bottom: 12px;
        width: 58px;
    }

    .maketi-app-category-icon img {
        height: 34px;
        width: 34px;
    }

    .maketi-app-category-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .maketi-app-category-subtitle {
        font-size: 11px;
        min-height: 30px;
    }

    .maketi-app-category-chevron {
        font-size: 18px;
    }

    .maketi-app-category-count {
        font-size: 10px;
        padding: 4px 6px;
        right: 7px;
        top: 7px;
    }

    .maketi-app-section-title h2 {
        font-size: 22px;
    }

    .maketi-app-section-title a {
        font-size: 14px;
    }

    .maketi-app-latest-strip {
        grid-auto-columns: 166px;
        margin-left: -2px;
        margin-right: -16px;
        padding-right: 16px;
    }

    .maketi-app-ad-card {
        min-width: 166px;
    }

    .maketi-app-ad-image {
        height: 112px;
    }

    .maketi-app-event-item {
        gap: 12px;
        grid-template-columns: 88px minmax(0, 1fr) 36px;
    }

    .maketi-app-event-art {
        height: 72px;
        width: 88px;
    }

    .maketi-app-event-item h3 {
        font-size: 16px;
    }

    .maketi-app-event-item p {
        font-size: 13px;
    }

    .maketi-app-bottom-nav {
        align-items: center;
        background: #fff;
        border-top: 1px solid #edf0f2;
        bottom: 0;
        box-shadow: 0 -8px 28px rgba(17, 33, 39, 0.08);
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        height: 82px;
        left: 0;
        padding: 8px 18px 10px;
        position: fixed;
        right: 0;
        z-index: 900;
    }

    .maketi-app-bottom-nav a {
        align-items: center;
        color: #12171d;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        gap: 2px;
        line-height: 1;
        text-decoration: none;
    }

    .maketi-app-bottom-nav i {
        align-items: center;
        display: inline-flex;
        font-size: 26px;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .maketi-app-bottom-nav .is-active,
    .maketi-app-bottom-nav .is-primary {
        color: #77c04b;
        font-weight: 900;
    }

    .maketi-app-bottom-nav .is-primary i {
        background: #77c04b;
        border-radius: 50%;
        color: #fff;
        font-size: 28px;
        height: 52px;
        width: 52px;
    }
}

@media (max-width: 420px) {
    .maketi-app-wordmark {
        font-size: 23px;
        width: 84px;
    }

    .maketi-app-category-card {
        min-height: 148px;
    }
}
