/* ===================================================================================

* Theme Name: Listygo Child
* Theme URI:    https://radiustheme.com/demo/wordpress/listygo
* Description: Listygo is one of the latest and unique responsive Listing Directory WordPress Theme
* Version: 3.5
* Author: RadiusTheme
* Author URI: https://www.radiustheme.com/
* Template: listygo
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* ===================================================================================
   Custom Styles for Category Box Widget - Equal Height Cards
   ======================================================================================= */

/* Ensure Elementor columns display as flex containers for equal heights */
.elementor-row .elementor-column {
    display: flex;
    flex-direction: column;
}

/* Make widget container fill column height */
.elementor-column .elementor-widget-rt-listing-category-box-all,
.elementor-column .elementor-widget-rt-listing-category-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.elementor-column .elementor-widget-rt-listing-category-box-all .elementor-widget-container,
.elementor-column .elementor-widget-rt-listing-category-box .elementor-widget-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Ensure category-box-layout6 cards fill full height and maintain flex layout */
.elementor-column .elementor-widget-rt-listing-category-box-all .category-box-layout6,
.elementor-column .elementor-widget-rt-listing-category-box .category-box-layout6 {
    flex: 1;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
}

/* For category-box-layout1 and layout4, ensure they fill height */
.elementor-column .elementor-widget-rt-listing-category-box-all .category-box-layout1,
.elementor-column .elementor-widget-rt-listing-category-box .category-box-layout1,
.elementor-column .elementor-widget-rt-listing-category-box-all .category-box-layout4,
.elementor-column .elementor-widget-rt-listing-category-box .category-box-layout4 {
    flex: 1;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
    /* Make category box widget full width on mobile */
    .elementor-column .elementor-widget-rt-listing-category-box-all,
    .elementor-column .elementor-widget-rt-listing-category-box {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Make parent column full width when it contains category box widget */
    /* Target both regular and inner sections */
    .elementor-section .elementor-container .elementor-column.has-category-box-widget,
    .elementor-inner-section .elementor-container .elementor-column.has-category-box-widget,
    .elementor-row .elementor-column.has-category-box-widget {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Override Elementor's column width classes for category boxes on mobile */
    /* Target specific column width classes */
    .elementor-section .elementor-container .elementor-column.has-category-box-widget[class*="elementor-col-"],
    .elementor-inner-section .elementor-container .elementor-column.has-category-box-widget[class*="elementor-col-"],
    .elementor-section .elementor-container .elementor-column.has-category-box-widget.elementor-col-16,
    .elementor-inner-section .elementor-container .elementor-column.has-category-box-widget.elementor-col-16,
    .elementor-section .elementor-container .elementor-column.has-category-box-widget.elementor-col-33,
    .elementor-inner-section .elementor-container .elementor-column.has-category-box-widget.elementor-col-33,
    .elementor-section .elementor-container .elementor-column.has-category-box-widget.elementor-col-50,
    .elementor-inner-section .elementor-container .elementor-column.has-category-box-widget.elementor-col-50 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Also target the inner-column class specifically */
    .elementor-inner-section .elementor-container .elementor-inner-column.has-category-box-widget,
    .elementor-inner-section .elementor-container .elementor-inner-column.has-category-box-widget.elementor-col-16 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Force all category box columns to stack on mobile regardless of Elementor settings */
    .elementor-inner-section .elementor-container .elementor-inner-column.has-category-box-widget[class*="elementor-col-"],
    .elementor-section .elementor-container .elementor-column.has-category-box-widget[class*="elementor-col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ============================================
   Backoffice Layout Styles (Custom My Account)
   ============================================ */

/* Hide header and footer when backoffice layout is active */
body.listygo-backoffice-layout .site-header,
body.listygo-backoffice-layout header,
body.listygo-backoffice-layout .header-area,
body.listygo-backoffice-layout .header-top,
body.listygo-backoffice-layout .header-bottom,
body.listygo-backoffice-layout .header-style-1,
body.listygo-backoffice-layout .header-style-2 {
	display: none !important;
}

body.listygo-backoffice-layout .site-footer,
body.listygo-backoffice-layout footer,
body.listygo-backoffice-layout .footer-area,
body.listygo-backoffice-layout .footer-top,
body.listygo-backoffice-layout .footer-bottom {
	display: none !important;
}

/* Remove padding and margins from page container */
body.listygo-backoffice-layout #primary,
body.listygo-backoffice-layout .page-details-wrap-layout,
body.listygo-backoffice-layout .container,
body.listygo-backoffice-layout .row {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

body.listygo-backoffice-layout .site-main {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

body.listygo-backoffice-layout .page-content-main {
	padding: 0 !important;
	margin: 0 !important;
}

/* Full Height Sidebar Layout */
.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation {
	width: 280px;
	min-width: 280px;
	background: #fff;
	border-right: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	padding: 0;
	box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-content {
	flex: 1;
	margin-left: 280px;
	padding: 30px;
	background: #f5f5f5;
	min-height: 100vh;
	width: calc(100% - 280px);
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-myaccount-logo {
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
	display: block !important;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-myaccount-logo a {
	display: block !important;
	text-align: center;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-myaccount-logo img {
	max-width: 150px;
	height: auto;
	display: block !important;
	margin: 0 auto;
	visibility: visible !important;
	opacity: 1 !important;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-myaccount-logo .site-name {
	display: block !important;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	visibility: visible !important;
}

/* Override any logo switching rules that might hide the My Account logo */
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo,
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo a,
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo img,
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo .site-name {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Ensure logo is visible even if it has logo-light or logo-dark classes */
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo .logo-light,
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo .logo-dark,
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo a.logo-light,
.rtcl-MyAccount-wrap.listygo-backoffice .rtcl-myaccount-logo a.logo-dark {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation ul li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	border-left: 3px solid transparent;
	transition: all 0.3s ease;
	font-weight: 500;
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation ul li a:hover {
	background: #f8f8f8;
	border-left-color: var(--color-primary, #0073aa);
	color: var(--color-primary, #0073aa);
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation ul li.is-active a {
	background: #f0f7ff;
	border-left-color: var(--color-primary, #0073aa);
	color: var(--color-primary, #0073aa);
	font-weight: 600;
}

/* Custom Header/Footer */
.listygo-custom-myaccount-header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar.has-custom-header .rtcl-MyAccount-navigation {
	top: 60px;
	height: calc(100vh - 60px);
}

.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar.has-custom-header .rtcl-MyAccount-content {
	margin-top: 0;
	padding-top: 90px;
}

.listygo-custom-myaccount-footer {
	width: 100%;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	padding: 20px 30px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar {
		flex-direction: column;
	}
	
	.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-navigation {
		width: 100%;
		position: relative;
		height: auto;
		max-height: none;
		top: 0;
		box-shadow: none;
	}
	
	.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar .rtcl-MyAccount-content {
		margin-left: 0;
		margin-top: 0;
		padding: 20px;
		width: 100%;
		padding-top: 20px;
	}
	
	.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar.has-custom-header .rtcl-MyAccount-navigation {
		top: 0;
		height: auto;
	}
	
	.rtcl-MyAccount-wrap.listygo-backoffice.full-height-sidebar.has-custom-header .rtcl-MyAccount-content {
		padding-top: 80px;
	}
	
	.listygo-custom-myaccount-header {
		position: relative;
	}
}

/* Category Box Widget Full Width on Mobile - Continued */
@media screen and (max-width: 767px) {
    /* Ensure the widget container also takes full width */
    .elementor-inner-column.has-category-box-widget .elementor-widget-wrap,
    .elementor-column.has-category-box-widget .elementor-widget-wrap {
        width: 100% !important;
    }
    
    .elementor-inner-column.has-category-box-widget .elementor-widget-container,
    .elementor-column.has-category-box-widget .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Fallback: direct targeting of columns containing category box widgets */
    .elementor-row .elementor-column .elementor-widget-rt-listing-category-box-all,
    .elementor-row .elementor-column .elementor-widget-rt-listing-category-box,
    .elementor-container .elementor-column .elementor-widget-rt-listing-category-box-all,
    .elementor-container .elementor-column .elementor-widget-rt-listing-category-box {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .elementor-column .elementor-widget-rt-listing-category-box-all .category-box-layout6,
    .elementor-column .elementor-widget-rt-listing-category-box .category-box-layout6,
    .elementor-column .elementor-widget-rt-listing-category-box-all .category-box-layout1,
    .elementor-column .elementor-widget-rt-listing-category-box .category-box-layout1,
    .elementor-column .elementor-widget-rt-listing-category-box-all .category-box-layout4,
    .elementor-column .elementor-widget-rt-listing-category-box .category-box-layout4 {
        height: auto;
        min-height: auto;
    }
}

/* ===================================================================================
   Logo Conditional Display Styles
   ======================================================================================= */

/* Default: Show dark logo, hide light logo */
.header-logo.logo-black .logo-light {
    display: none !important;
}

.header-logo.logo-black .logo-dark {
    display: block !important;
}

/* When header is transparent or has dark background, show light logo */
.transparent-header .header-logo.logo-black .logo-light,
.header-area.dark-background .header-logo.logo-black .logo-light,
.header-main.dark-background .header-logo.logo-black .logo-light,
#site-header.dark-background .header-logo.logo-black .logo-light,
body.transparent-header .header-logo.logo-black .logo-light {
    display: block !important;
}

.transparent-header .header-logo.logo-black .logo-dark,
.header-area.dark-background .header-logo.logo-black .logo-dark,
.header-main.dark-background .header-logo.logo-black .logo-dark,
#site-header.dark-background .header-logo.logo-black .logo-dark,
body.transparent-header .header-logo.logo-black .logo-dark {
    display: none !important;
}

/* When header has light background, show dark logo */
.header-area.light-background .header-logo.logo-black .logo-light,
.header-main.light-background .header-logo.logo-black .logo-light,
#site-header.light-background .header-logo.logo-black .logo-light {
    display: none !important;
}

.header-area.light-background .header-logo.logo-black .logo-dark,
.header-main.light-background .header-logo.logo-black .logo-dark,
#site-header.light-background .header-logo.logo-black .logo-dark {
    display: block !important;
}

/* When header is sticky and fixed, show appropriate logo based on background */
.header-sticky.header-fixed.light-background .header-logo.logo-black .logo-light {
    display: none !important;
}

.header-sticky.header-fixed.light-background .header-logo.logo-black .logo-dark {
    display: block !important;
}

.header-sticky.header-fixed.dark-background .header-logo.logo-black .logo-light {
    display: block !important;
}

.header-sticky.header-fixed.dark-background .header-logo.logo-black .logo-dark {
    display: none !important;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .header-logo.logo-black .logo-light {
        display: block !important;
    }
    
    .header-logo.logo-black .logo-dark {
        display: none !important;
    }
    
    /* Override for light backgrounds */
    .header-main.light-background .header-logo.logo-black .logo-light,
    #site-header.light-background .header-logo.logo-black .logo-light {
        display: none !important;
    }
    
    .header-main.light-background .header-logo.logo-black .logo-dark,
    #site-header.light-background .header-logo.logo-black .logo-dark {
        display: block !important;
    }
}

/* ===================================================================================
   Footer Logo Conditional Display Styles
   ======================================================================================= */

/* Default: Show dark logo, hide light logo */
.footer-logo-container .footer-logo-light {
    display: none !important;
}

.footer-logo-container .footer-logo-dark {
    display: block !important;
}

/* When footer has dark background, show light logo */
.footer.dark-background .footer-logo-container .footer-logo-light,
.footer-bottom.dark-background .footer-logo-container .footer-logo-light {
    display: block !important;
}

.footer.dark-background .footer-logo-container .footer-logo-dark,
.footer-bottom.dark-background .footer-logo-container .footer-logo-dark {
    display: none !important;
}

/* When footer has light background, show dark logo */
.footer.light-background .footer-logo-container .footer-logo-light,
.footer-bottom.light-background .footer-logo-container .footer-logo-light {
    display: none !important;
}

.footer.light-background .footer-logo-container .footer-logo-dark,
.footer-bottom.light-background .footer-logo-container .footer-logo-dark {
    display: block !important;
}

/* ============================================
   Login Form Centered Styles
   ============================================ */

.rtcl-MyAccount-login-centered {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 40px 20px;
	background: #f5f5f5;
}

.rtcl-MyAccount-login-centered .rtcl-login-form-container {
	width: 100%;
	max-width: 450px;
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.rtcl-MyAccount-login-centered .rtcl-login-logo {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.rtcl-MyAccount-login-centered .rtcl-login-logo a {
	display: inline-block;
	text-decoration: none;
}

.rtcl-MyAccount-login-centered .rtcl-login-logo img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.rtcl-MyAccount-login-centered .rtcl-login-logo .site-name {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.rtcl-MyAccount-login-centered .rtcl-error-message {
	background: #ffebee;
	color: #c62828;
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	border-left: 4px solid #c62828;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row {
	margin-bottom: 20px;
}

.rtcl-MyAccount-login-centered .rtcl-login-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .input:focus {
	outline: none;
	border-color: var(--color-primary, #0073aa);
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row-remember {
	margin-bottom: 20px;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row-remember label {
	display: flex;
	align-items: center;
	font-weight: normal;
	cursor: pointer;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row-remember input[type="checkbox"] {
	margin-right: 8px;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .button {
	width: 100%;
	padding: 12px 20px;
	background: var(--color-primary, #0073aa);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .button:hover {
	background: var(--color-primary-dark, #005a87);
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row-lost-password {
	text-align: center;
	margin-top: 20px;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row-lost-password a {
	color: var(--color-primary, #0073aa);
	text-decoration: none;
	font-size: 14px;
}

.rtcl-MyAccount-login-centered .rtcl-login-form .form-row-lost-password a:hover {
	text-decoration: underline;
}

/* Styles for RTCL form classes within centered login */
.rtcl-MyAccount-login-centered .rtcl-login-form-wrap.form-horizontal {
	width: 100%;
}

.rtcl-MyAccount-login-centered .form-group {
	margin-bottom: 20px;
}

.rtcl-MyAccount-login-centered .form-group label.control-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
}

.rtcl-MyAccount-login-centered .form-group .form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.rtcl-MyAccount-login-centered .form-group .form-control:focus {
	outline: none;
	border-color: var(--color-primary, #0073aa);
}

/* Override RTCL login form layout to have button full width and remember me below */
.rtcl-MyAccount-login-centered .form-group.d-flex,
.rtcl-MyAccount-login-centered form .form-group.d-flex,
.rtcl-MyAccount-login-centered .rtcl-login-form-container .form-group.d-flex,
.rtcl-MyAccount-login-centered .rtcl-MyAccount-content .form-group.d-flex,
.rtcl-MyAccount-login-centered #rtcl-login-form .form-group.d-flex,
.rtcl-MyAccount-login-centered .rtcl-login-form-wrap .form-group.d-flex,
.rtcl-MyAccount-login-centered .rtcl-MyAccount-content form .form-group.d-flex {
	display: block !important;
	flex-direction: column !important;
	align-items: stretch !important;
}

.rtcl-MyAccount-login-centered .form-group.d-flex .btn-primary,
.rtcl-MyAccount-login-centered .form-group.d-flex button[type="submit"],
.rtcl-MyAccount-login-centered .form-group.d-flex .form-check {
	width: 100% !important;
	margin-bottom: 15px;
}

.rtcl-MyAccount-login-centered .form-group.d-flex .btn-primary,
.rtcl-MyAccount-login-centered .form-group.d-flex button[type="submit"] {
	margin-bottom: 15px;
}

.rtcl-MyAccount-login-centered .form-group.d-flex .form-check {
	text-align: center;
	margin-bottom: 0;
	margin-top: 15px;
}

.rtcl-MyAccount-login-centered .form-group.form-group-submit {
	margin-bottom: 15px;
	display: block !important;
}

.rtcl-MyAccount-login-centered .form-group.form-group-submit .btn-primary {
	width: 100%;
	padding: 12px 30px;
	background: var(--color-primary, #0073aa);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.rtcl-MyAccount-login-centered .form-group.form-group-submit .btn-primary:hover {
	background: var(--color-primary-dark, #005a87);
}

.rtcl-MyAccount-login-centered .form-group.form-group-remember {
	margin-bottom: 20px;
	text-align: center;
}

.rtcl-MyAccount-login-centered .form-group.form-group-remember .form-check {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rtcl-MyAccount-login-centered .form-group.form-group-remember .form-check-label {
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	margin-left: 8px;
}

.rtcl-MyAccount-login-centered .rtcl-forgot-password {
	text-align: center;
	margin: 0;
}

.rtcl-MyAccount-login-centered .rtcl-forgot-password a {
	color: var(--color-primary, #0073aa);
	text-decoration: none;
	font-size: 14px;
}

.rtcl-MyAccount-login-centered .rtcl-forgot-password a:hover {
	text-decoration: underline;
}

.rtcl-MyAccount-login-centered .alert {
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.rtcl-MyAccount-login-centered .alert-danger {
	background: #ffebee;
	color: #c62828;
	border-left: 4px solid #c62828;
}

.rtcl-MyAccount-login-centered .alert-success {
	background: #e8f5e9;
	color: #2e7d32;
	border-left: 4px solid #2e7d32;
}

/* Chat Button Customization */
.rtcl .listing-sidebar .rtcl-listing-user-info.chat-form,
.listingDetails-block.seller-info .rtcl-listing-user-info.chat-form {
	/* Custom styles for chat button container - Add your styles here */
}

.rtcl .listing-sidebar .rtcl-listing-user-info.chat-form .rtcl-chat-link,
.listingDetails-block.seller-info .rtcl-listing-user-info.chat-form .rtcl-chat-link {
	/* Custom styles for chat button link - Add your styles here */
}

/* Loading state for My Account content */
.rtcl-MyAccount-content.loading {
	position: relative;
	min-height: 200px;
}

.rtcl-MyAccount-content.loading::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 1;
}

.rtcl-MyAccount-content.loading::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 0;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.rtcl-MyAccount-content .rtcl-error {
	color: #d32f2f;
	padding: 15px;
	background: #ffebee;
	border-left: 4px solid #d32f2f;
	margin: 20px 0;
}

/* Chat Modal Customization */
#rtcl-chat-modal {
	/* Custom styles for chat modal - Add your styles here */
}

#rtcl-chat-modal .rtcl-chat-modal-handle {
	/* Custom styles for chat modal handle - Add your styles here */
}

/* RTCL Login Form Customization */
.rtcl-MyAccount-login-centered .rtcl-MyAccount-content {
	padding: 20px !important;
}

.rtcl-MyAccount-login-centered .rtcl-MyAccount-content .rtcl,
.rtcl-MyAccount-login-centered .rtcl-MyAccount-content .rtcl-login-form-wrap {
	padding: 20px !important;
}

/* Hide "Se connecter" header */
.rtcl-MyAccount-login-centered .rtcl-MyAccount-content .rtcl-login-form-wrap h2,
.rtcl-MyAccount-login-centered .rtcl-MyAccount-content h2 {
	display: none !important;
}

/* Make submit button full width */
.rtcl-MyAccount-login-centered .rtcl-login-form-submit-wrap {
	display: block !important;
	flex-direction: column !important;
	align-items: stretch !important;
}

.rtcl-MyAccount-login-centered .rtcl-login-form-submit-wrap .rtcl-btn,
.rtcl-MyAccount-login-centered .rtcl-login-form-submit-wrap button[type="submit"] {
	width: 100% !important;
	margin-bottom: 15px;
	display: block;
}

.rtcl-MyAccount-login-centered .rtcl-MyAccount-content .rtcl {
	padding: 0px !important;
}

.rtcl-account #rtcl-user-login-wrapper {
	padding: 0px !important;
}

.rtcl-MyAccount-login-centered .rtcl-MyAccount-content .rtcl-login-form-wrap {
	padding: 0px !important;
}

/* Remove X axis spacing from Remember Me */
.rtcl-MyAccount-login-centered .rtcl-login-form-submit-wrap .form-check {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%;
}

.rtcl-action-wrap{
	
}

.rtcl-action-wrap{
	display: none !important;
}
 
