.mobile-bottom-nav-container-d8c3f5bc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
}

.mobile-bottom-nav-d8c3f5bc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0 10px;
    background-color: #f8f9fa;
    height: 70px;
}

.nav-item-d8c3f5bc {
    flex: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.item-content-d8c3f5bc {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    gap: 4px;
}

.item-label-d8c3f5bc {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #000000;
}

.item-highlighted-d8c3f5bc {
    overflow: visible;
}

.action-btn-circle-d8c3f5bc {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1a9bdc;
    width: 60px;
    height: 60px;
    margin-top: -35px;
    box-shadow: 0 4px 10px rgba(26, 155, 220, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.action-btn-circle-d8c3f5bc:hover {
    transform: scale(1.05);
}

.chat-unread-badge-d8c3f5bc {
    position: absolute;
    top: 5px;
    right: 28%;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    z-index: 1000;
}

/* SIDEBAR DRAWER STYLES */
.drawer-overlay-d8c3f5bc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-overlay-d8c3f5bc.active {
    opacity: 1;
    visibility: visible;
}

.drawer-sidebar-d8c3f5bc {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    z-index: 100001;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.15);
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.drawer-sidebar-d8c3f5bc.active {
    left: 0;
}

.drawer-header-d8c3f5bc {
    padding: 35px 20px 25px 20px;
    position: relative;
    background-color: #1a9bdc;
    color: #ffffff;
}

.drawer-close-btn-d8c3f5bc {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
}

.drawer-header-d8c3f5bc h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
}

.drawer-header-d8c3f5bc p {
    margin: 0 0 20px 0;
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.4;
}

.drawer-header-actions-d8c3f5bc {
    display: flex;
    gap: 12px;
}

.drawer-btn-d8c3f5bc {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

.drawer-btn-1-d8c3f5bc {
    background-color: #ffffff;
    color: #1a9bdc;
}

.drawer-btn-2-d8c3f5bc {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid #ffffff;
}

.drawer-body-d8c3f5bc {
    flex: 1;
    padding-bottom: 30px;
}

.drawer-section-heading-d8c3f5bc {
    font-size: 11px;
    font-weight: 700;
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 22px 20px 8px 20px;
}

.drawer-item-wrapper-d8c3f5bc {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.drawer-item-d8c3f5bc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #4a5568;
    transition: background-color 0.2s ease;
}

.drawer-item-d8c3f5bc:hover {
    background-color: rgba(0,0,0,0.02);
}

.drawer-item-left-d8c3f5bc {
    display: flex;
    align-items: center;
    gap: 12px;
}

.drawer-item-icon-d8c3f5bc {
    display: flex;
    align-items: center;
}

.drawer-item-label-d8c3f5bc {
    font-size: 15px;
    font-weight: 500;
}

.drawer-item-right-d8c3f5bc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drawer-item-badge-d8c3f5bc {
    font-size: 13px;
    color: #1a9bdc;
    font-weight: 600;
}

.drawer-item-indicator-d8c3f5bc {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.drawer-item-d8c3f5bc.submenu-active-d8c3f5bc .submenu-toggle-indicator-d8c3f5bc {
    transform: rotate(180deg);
}

.drawer-submenu-list-d8c3f5bc {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.01);
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.drawer-submenu-list-d8c3f5bc.active {
    max-height: 1000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}

.drawer-submenu-item-d8c3f5bc {
    display: block;
    padding: 10px 20px 10px 52px;
    font-size: 14px;
    color: #718096;
    text-decoration: none;
}

/* PROFILE INLINE FORM STYLING */
.profile-inline-form-styled-d8c3f5bc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}

.form-row-d8c3f5bc {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-row-d8c3f5bc label {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.profile-input-d8c3f5bc {
    height: 44px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #cbd5e0;
    font-size: 15px;
    outline: none;
    background-color: #ffffff;
}

.profile-input-d8c3f5bc:disabled {
    background-color: #edf2f7;
    color: #718096;
}

.profile-save-submit-btn-d8c3f5bc {
    background-color: #1a9bdc;
    color: #ffffff;
    height: 46px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.2s;
}

.profile-save-submit-btn-d8c3f5bc:hover {
    background-color: #1585b5;
}

/* BODY LOCK FOR PREVENTING BACKGROUND SCROLL */
body.drawer-open-d8c3f5bc {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* SLIDABLE BOTTOM SHEETS COMMON */
.slider-overlay-d8c3f5bc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100002;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.slider-overlay-d8c3f5bc.active {
    opacity: 1;
    visibility: visible;
}

.bottom-sheet-modal-d8c3f5bc {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99999999 !important;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 25px rgba(0,0,0,0.15);
    height: 85vh;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    transition: transform 0.1s linear, bottom 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bottom-sheet-modal-d8c3f5bc.active {
    bottom: 0;
}

.modal-drag-handle-wrapper-d8c3f5bc {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
}

.modal-drag-handle-d8c3f5bc {
    width: 40px;
    height: 5px;
    background-color: #cbd5e0;
    border-radius: 3px;
}

.my-ads-modal-header-d8c3f5bc,
.sell-now-modal-header-d8c3f5bc,
.chat-panel-header-d8c3f5bc {
    padding: 10px 20px 15px 20px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #edf2f7;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.window-title-styled-d8c3f5bc {
    font-size: 20px;
    font-weight: 700;
    color: #03212c !important;
    margin: 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: -0.3px;
}

.my-ads-modal-close-d8c3f5bc,
.sell-now-modal-close-d8c3f5bc,
.chat-panel-close-d8c3f5bc,
.profile-modal-close-btn-d8c3f5bc {
    background: none;
    border: none;
    font-size: 28px;
    color: #a0aec0;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-ads-tabs-header-d8c3f5bc {
    display: flex;
    gap: 25px;
    padding: 0 20px;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.my-ads-tab-btn-d8c3f5bc {
    padding: 12px 5px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #718096;
    cursor: pointer;
    position: relative;
}

.my-ads-tab-btn-d8c3f5bc.active {
    color: #03212c;
    font-weight: 700;
}

.my-ads-tab-btn-d8c3f5bc.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #1a9bdc;
}

.my-ads-modal-body-d8c3f5bc,
.profile-modal-body-d8c3f5bc {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* Dynamic Scroll on the Sell Now Sheet Modal */
.sell-now-modal-body-d8c3f5bc {
    flex: 1;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    max-height: calc(85vh - 70px);
}

.sell-now-modal-d8c3f5bc {
    overflow: hidden !important;
    z-index: 999999999 !important;
}

.sell-now-iframe-d8c3f5bc {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

/* Ensure Select2/NiceSelect/etc options render above modal slider sheets */
.select2-container,
.select2-dropdown,
.nice-select .list,
.nice-select-visible-d8c3f5bc {
    z-index: 9999999999 !important;
}

.my-ads-tab-content-d8c3f5bc {
    display: none;
}

.my-ads-tab-content-d8c3f5bc.active {
    display: block;
}

.listings-grid-d8c3f5bc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ad-card-d8c3f5bc {
    display: flex;
    gap: 15px;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #edf2f7;
    align-items: center;
}

.ad-thumbnail-d8c3f5bc {
    width: 75px;
    height: 65px;
    border-radius: 8px;
    object-fit: cover;
}

.ad-details-d8c3f5bc {
    flex: 1;
    min-width: 0;
}

.ad-title-d8c3f5bc {
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-meta-info-d8c3f5bc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #718096;
}

.ad-price-d8c3f5bc {
    color: #1a9bdc;
    font-weight: 700;
    display: block;
}

.ad-location-d8c3f5bc {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ad-location-d8c3f5bc::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4444;
}

.ad-actions-d8c3f5bc {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.ad-btn-d8c3f5bc {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.ad-btn-edit-d8c3f5bc {
    background-color: #edf2f7;
    color: #4a5568;
}

.ad-btn-delete-d8c3f5bc {
    background-color: #fed7d7;
    color: #c53030;
}

/* CHATS SCREEN */
.chat-screen-inbox-d8c3f5bc,
.chat-screen-room-d8c3f5bc {
    display: none;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.chat-screen-inbox-d8c3f5bc.active,
.chat-screen-room-d8c3f5bc.active {
    display: flex;
}

.chat-tabs-header-d8c3f5bc {
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #edf2f7;
    gap: 30px;
    flex-shrink: 0;
}

.chat-tab-btn-d8c3f5bc {
    padding: 12px 5px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #718096;
    cursor: pointer;
    position: relative;
}

.chat-tab-btn-d8c3f5bc.active {
    color: #03212c;
    font-weight: 700;
}

.chat-tab-btn-d8c3f5bc.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1a9bdc;
}

.chat-pills-container-d8c3f5bc {
    display: flex;
    gap: 12px;
    padding: 15px 20px;
    flex-shrink: 0;
}

.chat-pill-btn-d8c3f5bc {
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #4a5568;
    cursor: pointer;
}

.chat-pill-btn-d8c3f5bc.active {
    background-color: #ebf8ff;
    color: #2b6cb0;
    border-color: #bee3f8;
}

.chat-threads-list-d8c3f5bc {
    flex: 1;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0;
    display: flex;
    flex-direction: column;
}

/* Swipe to Action Threads Layout - Fix actions back hidden unless swiped */
.chat-thread-swipe-wrapper-d8c3f5bc {
    position: relative;
    overflow: hidden;
    width: 100%;
    user-select: none;
    touch-action: pan-y;
    border-bottom: 1px solid #edf2f7;
    flex-shrink: 0;
}

.chat-thread-actions-back-d8c3f5bc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 1;
    height: 100%;
    visibility: hidden; /* Prevent alignment disturbances when not swiped */
}

.chat-thread-swipe-wrapper-d8c3f5bc.swiping-d8c3f5bc .chat-thread-actions-back-d8c3f5bc,
.chat-thread-swipe-wrapper-d8c3f5bc.swiped-d8c3f5bc .chat-thread-actions-back-d8c3f5bc {
    visibility: visible;
}

.swipe-action-btn-d8c3f5bc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    border: none;
    outline: none;
    gap: 4px;
}

.swipe-action-fav-d8c3f5bc {
    background-color: #1a9bdc;
}

.swipe-action-del-d8c3f5bc {
    background-color: #ef4444;
}

.chat-thread-item-d8c3f5bc {
    display: flex;
    gap: 15px;
    padding: 15px 20px;
    cursor: pointer;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.chat-thread-image-wrapper-d8c3f5bc {
    position: relative;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}

.chat-thread-listing-img-d8c3f5bc {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.chat-thread-avatar-badge-d8c3f5bc {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
}

.chat-thread-content-d8c3f5bc {
    flex: 1;
    min-width: 0;
}

.chat-thread-top-row-d8c3f5bc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    align-items: baseline;
}

.chat-thread-username-d8c3f5bc {
    font-size: 13px;
    font-weight: 500;
    color: #718096;
    margin: 0;
}

.chat-thread-date-d8c3f5bc {
    font-size: 11px;
    color: #a0aec0;
}

.chat-thread-listing-title-d8c3f5bc {
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.chat-thread-snippet-d8c3f5bc {
    font-size: 13px;
    color: #4a5568;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-thread-item-d8c3f5bc.unread-thread-d8c3f5bc {
    background-color: rgba(26, 155, 220, 0.05);
}

/* CHAT ROOM SCREEN */
.chat-room-header-d8c3f5bc {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #edf2f7;
    gap: 12px;
    flex-shrink: 0;
}

.chat-room-back-btn-d8c3f5bc {
    background: none;
    border: none;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-room-avatar-d8c3f5bc {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-room-user-meta-d8c3f5bc {
    flex: 1;
    min-width: 0;
}

.chat-room-username-d8c3f5bc {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.chat-room-listing-title-d8c3f5bc {
    font-size: 12px;
    color: #718096;
    margin: 0;
}

.chat-room-messages-container-d8c3f5bc {
    flex: 1;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 20px;
    background-color: #f7fafc;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.message-bubble-wrapper-d8c3f5bc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4px;
}

.message-bubble-wrapper-d8c3f5bc.me-wrapper-d8c3f5bc {
    align-items: flex-end !important;
}

.message-bubble-wrapper-d8c3f5bc.them-wrapper-d8c3f5bc {
    align-items: flex-start !important;
}

.message-bubble-d8c3f5bc {
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
    max-width: 75%;
}

.message-bubble-d8c3f5bc.received-d8c3f5bc {
    background-color: #e2e8f0 !important;
    color: #1a202c !important;
    border-bottom-left-radius: 4px;
    text-align: left;
}

.message-bubble-d8c3f5bc.sent-d8c3f5bc {
    background-color: #1a9bdc !important;
    color: #ffffff !important;
    border-bottom-right-radius: 4px;
    text-align: left;
}

.message-bubble-time-d8c3f5bc {
    font-size: 10px;
    color: #a0aec0;
    margin-top: 3px;
    padding: 0 4px;
}

.message-bubble-d8c3f5bc img.chat-inline-image-d8c3f5bc {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin-top: 5px;
    max-height: 180px;
    object-fit: contain;
}

.chat-attachment-preview-container-d8c3f5bc {
    display: none;
    padding: 10px 15px;
    background-color: #edf2f7;
    border-top: 1px solid #e2e8f0;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}

.chat-attachment-preview-card-d8c3f5bc {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #cbd5e0;
}

.chat-attachment-preview-card-d8c3f5bc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-attachment-remove-d8c3f5bc {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force text inputs to be 16px to prevent zoom alignment disturbances on iOS */
.chat-room-input-container-d8c3f5bc {
    display: flex !important;
    flex-direction: row !important;
    padding: 10px 15px !important;
    border-top: 1px solid #edf2f7 !important;
    background-color: #ffffff !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 64px !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

.chat-attachment-btn-d8c3f5bc {
    background: none !important;
    border: none !important;
    color: #718096 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
}

.chat-room-input-field-d8c3f5bc {
    flex: 1 !important;
    height: 40px !important;
    padding: 0 16px !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 16px !important; /* Fixed iOS Zoom */
    outline: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    display: block !important;
    min-width: 0 !important;
}

.chat-room-send-btn-d8c3f5bc {
    background-color: #1a9bdc !important;
    color: #ffffff !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

/* Sticky Contacts Bar Styles for Listings Single Page */
.listing-sticky-contact-bar-d8c3f5bc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    padding: 12px 16px 16px 16px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.contact-btn-call-d8c3f5bc {
    background-color: #1a9bdc;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    box-shadow: 0 2px 4px rgba(26, 155, 220, 0.2);
}

.contact-sub-row-d8c3f5bc {
    display: flex;
    gap: 12px;
}

.contact-btn-chat-d8c3f5bc,
.contact-btn-whatsapp-d8c3f5bc {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.contact-btn-chat-d8c3f5bc {
    background-color: #ffffff;
    color: #1a9bdc;
    border: 1px solid #1a9bdc;
}

.contact-btn-whatsapp-d8c3f5bc {
    background-color: #ffffff;
    color: #16a34a;
    border: 1px solid #16a34a;
}

@media (min-width: 768px) {
    .mobile-bottom-nav-container-d8c3f5bc,
    .drawer-overlay-d8c3f5bc,
    .drawer-sidebar-d8c3f5bc,
    .slider-overlay-d8c3f5bc,
    .bottom-sheet-modal-d8c3f5bc,
    .listing-sticky-contact-bar-d8c3f5bc {
        display: none !important;
    }
}
