/* === RCN USER DASHBOARD / SETTINGS UI POLISH === */
/* Target: /author/{user}/?page=settings and related user dashboard pages */

/* Container & layout */
.stm-user-area,.stm-user-area-wrap,.stm-account-area,.user-page-wrap{
  background:#fafbfc;border-radius:12px;padding:24px;margin-top:20px;
  box-shadow:0 2px 8px rgba(0,0,0,.04)
}

/* Sidebar (left navigation on user dashboard) */
.stm-user-sidebar,.stm-user-sidebar-wrap,.stm-account-sidebar{
  background:#fff;border-radius:10px;padding:0;overflow:hidden;
  box-shadow:0 1px 4px rgba(0,0,0,.06);border:1px solid #e8eaed
}
.stm-user-sidebar ul,.stm-account-sidebar ul{margin:0;padding:0;list-style:none}
.stm-user-sidebar li,.stm-account-sidebar li{margin:0;border-bottom:1px solid #f0f1f3}
.stm-user-sidebar li:last-child,.stm-account-sidebar li:last-child{border-bottom:none}
.stm-user-sidebar a,.stm-account-sidebar a{
  display:flex;align-items:center;gap:10px;
  padding:14px 18px;color:#3a3f44;text-decoration:none;
  font-weight:500;font-size:14px;transition:background .15s,color .15s,padding .15s
}
.stm-user-sidebar a:hover,.stm-account-sidebar a:hover{
  background:#f6f7f9;color:#aa0000;padding-left:22px
}
.stm-user-sidebar a.active,.stm-user-sidebar .current a,
.stm-account-sidebar a.active,.stm-account-sidebar .current a,
.stm-user-sidebar li.active a,.stm-account-sidebar li.active a{
  background:linear-gradient(90deg,#aa0000,#cc1111);color:#fff;padding-left:22px
}
.stm-user-sidebar i,.stm-account-sidebar i{font-size:16px;width:20px;text-align:center;opacity:.8}

/* Main content area */
.stm-user-content,.stm-account-content,.stm-edit-account-form,
.stm-user-settings-tab,.stm-account-form-wrap{
  background:#fff;border-radius:10px;padding:28px;
  box-shadow:0 1px 4px rgba(0,0,0,.06);border:1px solid #e8eaed
}

/* Section headings */
.stm-user-area h2,.stm-account-area h2,.user-page-wrap h2,
.stm-edit-account-form h2,.stm-account-content h2{
  color:#1a1d20;font-size:24px;font-weight:700;margin:0 0 6px;
  padding-bottom:14px;border-bottom:2px solid #aa0000;display:inline-block
}
.stm-user-area h3,.stm-account-area h3{
  color:#2a2d30;font-size:18px;font-weight:600;margin:24px 0 12px
}

/* Form rows */
.stm-user-area .form-row,.stm-account-area .form-row,
.stm-edit-account-form .form-group,.stm-account-form-wrap .form-group,
.stm-user-content p label{margin-bottom:18px;display:block}

/* Labels */
.stm-user-area label,.stm-account-area label,
.stm-edit-account-form label,.stm-account-form-wrap label{
  display:block;margin-bottom:6px;font-weight:600;color:#2a2d30;font-size:13px;
  text-transform:uppercase;letter-spacing:.4px
}

/* Inputs & selects */
.stm-user-area input[type="text"],.stm-user-area input[type="email"],
.stm-user-area input[type="tel"],.stm-user-area input[type="url"],
.stm-user-area input[type="password"],.stm-user-area input[type="number"],
.stm-user-area select,.stm-user-area textarea,
.stm-account-area input[type="text"],.stm-account-area input[type="email"],
.stm-account-area input[type="tel"],.stm-account-area input[type="url"],
.stm-account-area input[type="password"],.stm-account-area input[type="number"],
.stm-account-area select,.stm-account-area textarea,
.stm-edit-account-form input[type="text"],.stm-edit-account-form input[type="email"],
.stm-edit-account-form input[type="tel"],.stm-edit-account-form input[type="url"],
.stm-edit-account-form input[type="password"],.stm-edit-account-form input[type="number"],
.stm-edit-account-form select,.stm-edit-account-form textarea{
  width:100%;max-width:520px;padding:11px 14px;
  border:1.5px solid #dadde1;border-radius:8px;
  font-size:14px;background:#fff;color:#1a1d20;
  transition:border-color .15s,box-shadow .15s,background .15s;
  font-family:inherit;line-height:1.4
}
.stm-user-area input:focus,.stm-user-area select:focus,.stm-user-area textarea:focus,
.stm-account-area input:focus,.stm-account-area select:focus,.stm-account-area textarea:focus,
.stm-edit-account-form input:focus,.stm-edit-account-form select:focus,.stm-edit-account-form textarea:focus{
  border-color:#aa0000;outline:none;
  box-shadow:0 0 0 3px rgba(170,0,0,.12)
}
.stm-user-area textarea,.stm-account-area textarea,.stm-edit-account-form textarea{
  min-height:120px;resize:vertical
}

/* Submit/action buttons */
.stm-user-area input[type="submit"],.stm-user-area button[type="submit"],
.stm-account-area input[type="submit"],.stm-account-area button[type="submit"],
.stm-edit-account-form input[type="submit"],.stm-edit-account-form button[type="submit"],
.stm-user-content .btn-stm-default,.stm-user-content .stm_btn{
  background:linear-gradient(135deg,#aa0000,#cc1111);
  color:#fff;border:none;padding:13px 28px;
  border-radius:8px;font-size:14px;font-weight:600;
  text-transform:uppercase;letter-spacing:.5px;cursor:pointer;
  transition:transform .12s,box-shadow .12s,background .15s;
  box-shadow:0 2px 4px rgba(170,0,0,.25)
}
.stm-user-area input[type="submit"]:hover,
.stm-account-area input[type="submit"]:hover,
.stm-edit-account-form input[type="submit"]:hover,
.stm-user-content .btn-stm-default:hover{
  transform:translateY(-1px);box-shadow:0 6px 14px rgba(170,0,0,.32);
  background:linear-gradient(135deg,#c01111,#dd2222)
}

/* User avatar / profile header */
.stm-user-info,.stm-account-info,.stm-user-profile-header{
  display:flex;gap:20px;align-items:center;
  padding:24px;background:#fff;border-radius:12px;margin-bottom:24px;
  border:1px solid #e8eaed;box-shadow:0 1px 4px rgba(0,0,0,.05)
}
.stm-user-info img,.stm-account-info img,.stm-user-profile-header img{
  border-radius:50%;width:88px;height:88px;object-fit:cover;
  border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.15)
}
.stm-user-info .stm-user-name,.stm-account-info .user-name{
  font-size:22px;font-weight:700;color:#1a1d20;margin:0 0 4px
}
.stm-user-info .stm-user-role,.stm-account-info .user-role{
  color:#888;font-size:13px;text-transform:uppercase;letter-spacing:.5px
}

/* Listings cards in user area */
.stm-user-cars .stm-isotope-car,.stm-user-listings-item{
  border-radius:10px;overflow:hidden;
  box-shadow:0 1px 4px rgba(0,0,0,.06);transition:transform .15s,box-shadow .15s
}
.stm-user-cars .stm-isotope-car:hover,.stm-user-listings-item:hover{
  transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.12)
}

/* Status pills/badges */
.stm-listing-status,.user-listing-status{
  display:inline-block;padding:4px 10px;border-radius:20px;
  font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px
}
.stm-listing-status.publish,.user-listing-status.active{background:#dcf5e3;color:#0f6622}
.stm-listing-status.pending,.user-listing-status.pending{background:#fff3d6;color:#7a4d00}
.stm-listing-status.draft,.user-listing-status.draft{background:#e8eaed;color:#555}
.stm-listing-status.sold,.user-listing-status.sold{background:#ffd6d6;color:#a00000}

/* Notice/success messages */
.stm-form-message,.stm-user-message,.stm-notice{
  padding:14px 18px;border-radius:8px;margin-bottom:20px;
  font-size:14px;font-weight:500
}
.stm-form-message.success,.stm-notice.success{
  background:#e8f6ec;color:#0f6622;border-left:4px solid #0f6622
}
.stm-form-message.error,.stm-notice.error{
  background:#fdecec;color:#a00000;border-left:4px solid #a00000
}

/* Improve checkbox/radio appearance */
.stm-user-area input[type="checkbox"],.stm-user-area input[type="radio"],
.stm-account-area input[type="checkbox"],.stm-account-area input[type="radio"]{
  width:18px;height:18px;margin-right:8px;cursor:pointer;
  accent-color:#aa0000
}

/* Help / description text */
.stm-user-area .description,.stm-account-area .description{
  color:#666;font-size:12px;margin-top:4px;font-style:italic
}

/* Tabs (if used) */
.stm-user-tabs,.stm-account-tabs{
  display:flex;gap:4px;margin-bottom:24px;
  border-bottom:2px solid #e8eaed;padding-bottom:0
}
.stm-user-tabs a,.stm-account-tabs a{
  padding:12px 20px;color:#666;text-decoration:none;font-weight:600;
  border-bottom:3px solid transparent;margin-bottom:-2px;
  transition:color .15s,border-color .15s
}
.stm-user-tabs a:hover,.stm-account-tabs a:hover{color:#aa0000}
.stm-user-tabs a.active,.stm-account-tabs a.active{color:#aa0000;border-bottom-color:#aa0000}

/* Mobile responsive */
@media (max-width:768px){
  .stm-user-area,.stm-account-area,.user-page-wrap{padding:14px}
  .stm-user-content,.stm-account-content,.stm-edit-account-form{padding:18px}
  .stm-user-info,.stm-account-info{flex-direction:column;text-align:center;padding:18px}
  .stm-user-info img,.stm-account-info img{width:72px;height:72px}
  .stm-user-tabs,.stm-account-tabs{overflow-x:auto;flex-wrap:nowrap}
  .stm-user-area h2,.stm-account-area h2{font-size:20px}
}

/* Smooth scroll to anchored sections */
html{scroll-behavior:smooth}
/* === RCN: PROFILE SETTINGS PAGE - actual Motors selectors === */
/* Page: /author/{user}/?page=settings */

/* Sidebar background - keep dark but polish */
body.author .stm-user-sidebar,
body.author .col-md-3 .stm-user-info,
body.author aside,
.stm-user-sidebar{
  background:#1a1d20!important;
  border-radius:0 14px 14px 0;padding-top:24px!important
}

/* User avatar in sidebar */
.stm-user-info .stm-user-avatar,
.stm-user-sidebar img.avatar,
.stm-user-info img{
  border-radius:50%!important;border:3px solid #2a2d30!important;
  box-shadow:0 4px 12px rgba(0,0,0,.3)
}
.stm-user-info .stm-user-name,
.stm-user-info h4{
  color:#fff!important;font-size:18px!important;font-weight:700!important
}
.stm-user-info .stm-user-role,
.stm-user-info p{color:#888!important;font-size:12px!important;margin:2px 0!important}

/* BECOME A DEALER button - polish red CTA */
.stm-become-dealer,.stm-user-area .btn-stm-default,
.stm-user-sidebar .btn,.stm-user-sidebar a.button{
  background:linear-gradient(135deg,#dd0000,#aa0000)!important;
  color:#fff!important;font-weight:700!important;
  border-radius:8px!important;padding:14px 20px!important;
  box-shadow:0 3px 10px rgba(221,0,0,.35)!important;
  transition:transform .15s,box-shadow .15s!important;border:none!important
}
.stm-become-dealer:hover,.stm-user-area .btn-stm-default:hover,
.stm-user-sidebar .btn:hover{
  transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(221,0,0,.5)!important
}

/* Sidebar menu items */
.stm-user-sidebar ul li a,
.stm-user-sidebar nav a,
.stm-user-area-menu a{
  color:#bbb!important;padding:13px 16px!important;
  border-radius:8px!important;margin:2px 0!important;
  display:flex!important;align-items:center!important;gap:12px!important;
  transition:all .18s!important;font-weight:500!important
}
.stm-user-sidebar ul li a:hover,
.stm-user-sidebar nav a:hover{
  background:rgba(221,0,0,.1)!important;color:#ff4444!important;
  padding-left:20px!important
}
.stm-user-sidebar ul li.current a,
.stm-user-sidebar ul li.active a,
.stm-user-sidebar nav a.active,
.stm-user-sidebar .current-menu-item a{
  background:linear-gradient(90deg,rgba(221,0,0,.18),transparent)!important;
  color:#ff4444!important;border-left:3px solid #dd0000!important
}

/* SHOW MY PUBLIC PROFILE button (red outlined) */
.stm-user-sidebar .stm-show-public,
.stm-user-sidebar a[href*="profile"]:not(.current){
  border:1.5px solid #dd0000!important;color:#dd0000!important;
  background:transparent!important;border-radius:8px!important;
  font-weight:600!important
}

/* Main content area */
.stm-user-area-content,.col-md-9,
.stm-account-area,.stm-user-page-content{
  padding:32px 40px!important;background:#fff
}

/* Page title "Profile Settings" */
.stm-user-area-content h2,.stm-account-area h2,
.stm-user-page-content > h2,h1.stm-user-page-title{
  font-size:28px!important;font-weight:800!important;color:#1a1d20!important;
  margin:0 0 24px!important;padding-bottom:0!important;border:none!important
}

/* Section headers "Main Information", "Change password" */
.stm-user-area-content h3,.stm-user-area-content h4,
.stm-account-area h3,.stm-account-area h4,
.stm-user-section-title{
  font-size:18px!important;font-weight:700!important;color:#1a1d20!important;
  margin:32px 0 0!important;padding-bottom:14px!important;
  border-bottom:2px solid #1a1d20!important;
  letter-spacing:.3px
}

/* Upload new avatar section */
.stm-user-avatar-upload,.stm-upload-avatar-wrap,
.stm-edit-avatar{
  display:flex!important;gap:24px!important;align-items:flex-start!important;
  margin:24px 0 32px!important;padding:0!important
}
.stm-user-avatar-upload img,.stm-edit-avatar img{
  width:120px!important;height:120px!important;border-radius:50%!important;
  object-fit:cover!important;border:4px solid #fff!important;
  box-shadow:0 4px 16px rgba(0,0,0,.12)!important;flex-shrink:0
}
.stm-upload-avatar-content,.stm-upload-avatar-form{
  flex:1!important
}
.stm-upload-avatar-content > label,
.stm-upload-avatar-form > label,
.stm-upload-avatar-content h4{
  font-size:16px!important;font-weight:700!important;color:#1a1d20!important;
  margin-bottom:8px!important;display:block!important
}

/* File upload box */
.stm-file-upload-wrap,.stm-file-input,
input[type="file"]{
  background:#f5f6f8!important;
  border:2px dashed #dadde1!important;
  border-radius:10px!important;padding:14px!important;
  cursor:pointer!important;transition:border-color .15s,background .15s
}
.stm-file-upload-wrap:hover,input[type="file"]:hover{
  border-color:#dd0000!important;background:#fff5f5!important
}

/* "CHOOSE FILE" button (red) */
.stm-user-page-content .button,.stm-account-area .button,
input[type="button"].red,input[type="submit"].red,
.btn-stm-default,.btn-stm-red{
  background:linear-gradient(135deg,#dd0000,#aa0000)!important;
  color:#fff!important;border-radius:8px!important;
  padding:11px 22px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.4px!important;font-size:13px!important;
  border:none!important;cursor:pointer!important;
  box-shadow:0 2px 6px rgba(221,0,0,.25)!important;
  transition:all .15s!important
}
.btn-stm-default:hover,.btn-stm-red:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 6px 14px rgba(221,0,0,.4)!important
}

/* Helper text "JPEG or PNG minimal 160x160px" */
.stm-user-page-content .form-text,.stm-user-page-content .description,
.stm-user-page-content small,
.stm-upload-avatar-content > p:last-child{
  color:#888!important;font-size:12px!important;margin-top:8px!important;
  font-style:normal!important
}

/* Form rows in 2-column grid */
.stm-user-page-content form .row,.stm-account-area form .row,
.stm-form-row{
  display:grid!important;grid-template-columns:repeat(2,1fr)!important;
  gap:22px!important;margin-bottom:0!important;margin-top:24px!important
}
@media (max-width:768px){
  .stm-user-page-content form .row,.stm-account-area form .row,
  .stm-form-row{grid-template-columns:1fr!important;gap:16px!important}
  .stm-user-area-content,.stm-account-area{padding:18px!important}
  .stm-user-avatar-upload{flex-direction:column!important;align-items:center!important;text-align:center}
}

/* Form labels (First name, Phone, Email, etc.) */
.stm-user-page-content form label,
.stm-account-area form label,
.stm-user-page-content .form-group label,
form .control-label{
  display:block!important;font-weight:700!important;color:#1a1d20!important;
  font-size:13px!important;margin-bottom:8px!important;
  text-transform:none!important;letter-spacing:0!important
}

/* Required indicator */
.stm-user-page-content form label .required,
form label[required="required"]:after,
form label.required:after{
  color:#dd0000;content:" *"
}

/* Input fields - the GRAY ones from screenshot */
.stm-user-page-content input[type="text"],
.stm-user-page-content input[type="email"],
.stm-user-page-content input[type="tel"],
.stm-user-page-content input[type="password"],
.stm-user-page-content input[type="url"],
.stm-user-page-content input[type="number"],
.stm-user-page-content select,
.stm-user-page-content textarea,
.stm-account-area input[type="text"],
.stm-account-area input[type="email"],
.stm-account-area input[type="tel"],
.stm-account-area input[type="password"],
.stm-account-area select,
.stm-account-area textarea{
  width:100%!important;padding:13px 16px!important;
  background:#f5f6f8!important;
  border:1.5px solid transparent!important;
  border-radius:10px!important;
  font-size:14px!important;color:#1a1d20!important;
  transition:all .15s!important;
  box-shadow:none!important
}
.stm-user-page-content input:focus,
.stm-user-page-content select:focus,
.stm-user-page-content textarea:focus,
.stm-account-area input:focus,
.stm-account-area select:focus,
.stm-account-area textarea:focus{
  background:#fff!important;
  border-color:#dd0000!important;
  box-shadow:0 0 0 3px rgba(221,0,0,.12)!important;
  outline:none!important
}
.stm-user-page-content input::placeholder,
.stm-account-area input::placeholder{
  color:#999!important;opacity:1
}

/* Checkboxes (WhatsApp, Show Email) */
.stm-user-page-content input[type="checkbox"],
.stm-account-area input[type="checkbox"]{
  width:18px!important;height:18px!important;
  accent-color:#dd0000!important;
  cursor:pointer!important;margin-right:8px!important;vertical-align:middle
}
.stm-user-page-content input[type="checkbox"]+label,
.stm-user-page-content label.checkbox-label{
  font-weight:500!important;color:#555!important;
  text-transform:none!important;font-size:13px!important;
  display:inline-block!important;cursor:pointer!important
}

/* Save button at bottom */
.stm-user-page-content input[type="submit"],
.stm-user-page-content button[type="submit"],
.stm-account-area input[type="submit"],
.stm-account-area button[type="submit"]{
  background:linear-gradient(135deg,#dd0000,#aa0000)!important;
  color:#fff!important;border:none!important;
  padding:14px 32px!important;font-size:14px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.5px!important;
  border-radius:10px!important;cursor:pointer!important;
  box-shadow:0 3px 10px rgba(221,0,0,.3)!important;
  margin-top:28px!important;transition:all .15s
}
.stm-user-page-content input[type="submit"]:hover,
.stm-user-page-content button[type="submit"]:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 8px 20px rgba(221,0,0,.45)!important
}

/* Social icons sidebar (the YouTube square below name) */
.stm-user-info .stm-socials a,
.stm-user-info .social-icons a{
  width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;
  background:#dd0000;color:#fff;border-radius:6px;margin-right:4px;
  transition:transform .15s
}
.stm-user-info .stm-socials a:hover{transform:scale(1.1);background:#aa0000}
/* === RCN: EXACT selectors for /author/{user}/?page=settings === */

/* Sidebar container */
.stm-user-private{background:#fafbfc!important}
.stm-user-private-sidebar{
  background:#1a1d20!important;color:#fff!important;
  border-radius:14px!important;
  padding:24px 16px!important;
  box-shadow:0 4px 20px rgba(0,0,0,.08)!important
}

/* User top: avatar + name */
.stm-user-private-sidebar .stm-user-top{
  text-align:left;margin-bottom:20px;padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.stm-user-private-sidebar .stm-user-avatar{
  margin-bottom:0!important;float:left!important;margin-right:14px!important
}
.stm-user-private-sidebar .stm-user-avatar .img-avatar,
.stm-user-private-sidebar .stm-image-avatar img{
  width:64px!important;height:64px!important;
  border-radius:50%!important;object-fit:cover!important;
  border:2px solid rgba(255,255,255,.15)!important;
  box-shadow:0 2px 10px rgba(0,0,0,.4)!important
}
.stm-user-private-sidebar .stm-user-profile-information{padding-top:4px}
.stm-user-private-sidebar .stm-user-profile-information .title,
.stm-user-private-sidebar .stm-user-profile-information .title.heading-font{
  color:#fff!important;font-size:17px!important;font-weight:700!important;
  text-decoration:none!important;display:block;margin-bottom:2px
}
.stm-user-private-sidebar .stm-user-profile-information .title-sub{
  color:#9ca0a6!important;font-size:12px!important;
  text-transform:uppercase;letter-spacing:.4px;font-weight:500
}
.stm-user-private-sidebar .stm-user-profile-information .socials{margin-top:8px}
.stm-user-private-sidebar .stm-user-profile-information .socials a{
  display:inline-flex!important;align-items:center;justify-content:center;
  width:26px;height:26px;background:linear-gradient(135deg,#dd0000,#aa0000)!important;
  color:#fff!important;border-radius:6px;margin-right:4px;
  text-decoration:none!important;font-size:11px;
  transition:transform .15s,box-shadow .15s
}
.stm-user-private-sidebar .stm-user-profile-information .socials a:hover{
  transform:translateY(-2px);box-shadow:0 4px 10px rgba(221,0,0,.4)
}

/* BECOME A DEALER button */
.stm-user-private-sidebar .stm-became-dealer{margin:0 0 20px}
.stm-user-private-sidebar .stm-became-dealer .button,
.stm-user-private-sidebar .button.stm-dp-in{
  display:block!important;text-align:center!important;width:100%!important;
  padding:13px 16px!important;
  background:linear-gradient(135deg,#dd0000,#aa0000)!important;
  color:#fff!important;text-decoration:none!important;
  font-weight:700!important;text-transform:uppercase!important;letter-spacing:.4px!important;
  font-size:13px!important;border-radius:10px!important;border:none!important;
  box-shadow:0 4px 12px rgba(221,0,0,.35)!important;
  transition:transform .15s,box-shadow .15s!important
}
.stm-user-private-sidebar .button.stm-dp-in:hover{
  transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(221,0,0,.5)!important
}

/* Sidebar menu items */
.stm-user-private-sidebar .stm-actions-list{margin-top:0}
.stm-user-private-sidebar .stm-actions-list a{
  display:flex!important;align-items:center!important;gap:12px!important;
  padding:13px 14px!important;margin-bottom:4px!important;
  color:#c9ccd1!important;text-decoration:none!important;
  font-size:13px!important;font-weight:600!important;
  text-transform:uppercase;letter-spacing:.4px;
  border-radius:8px!important;border:none!important;
  transition:all .2s!important;background:transparent!important
}
.stm-user-private-sidebar .stm-actions-list a i{
  font-size:16px;color:#dd0000!important;width:20px;text-align:center;
  transition:transform .2s
}
.stm-user-private-sidebar .stm-actions-list a:hover{
  background:rgba(221,0,0,.1)!important;color:#fff!important;padding-left:18px!important
}
.stm-user-private-sidebar .stm-actions-list a:hover i{transform:scale(1.1)}
.stm-user-private-sidebar .stm-actions-list a.active{
  background:linear-gradient(90deg,rgba(221,0,0,.25),rgba(221,0,0,.05))!important;
  color:#fff!important;border-left:3px solid #dd0000!important;padding-left:14px!important
}
.stm-user-private-sidebar .stm-actions-list a.active i{color:#ff4444!important}

/* Show my Public Profile button (outlined) */
.stm-user-private-sidebar .stm-public-profile-link,
.stm-user-private-sidebar a[href*="public"],
.stm-user-private-sidebar .stm-show-public-profile{
  display:block!important;text-align:center!important;
  padding:12px 14px!important;margin-top:20px!important;
  background:transparent!important;
  border:1.5px solid #dd0000!important;
  color:#dd0000!important;text-decoration:none!important;
  font-weight:700!important;font-size:12px!important;
  text-transform:uppercase;letter-spacing:.4px;
  border-radius:8px!important;
  transition:all .15s
}
.stm-user-private-sidebar .stm-public-profile-link:hover,
.stm-user-private-sidebar a[href*="public"]:hover{
  background:#dd0000!important;color:#fff!important
}

/* Separator before "Seller Email" / "Show my Public Profile" */
.stm-user-private-sidebar hr,
.stm-user-private-sidebar .separator,
.stm-user-private-sidebar .stm-actions-list-separator{
  border:none;border-top:1px solid rgba(255,255,255,.08);
  margin:14px 0;height:0
}

/* Main content area */
.stm-user-private .col-md-9{padding-left:32px!important}
.stm-user-private .stm-user-page-content,
.stm-user-private form{padding:0}

/* Page title "Profile Settings" */
.stm-user-private .col-md-9 h2,
.stm-user-private .stm-user-page-content h2:first-child{
  font-size:28px!important;font-weight:800!important;
  color:#1a1d20!important;margin:0 0 24px!important;
  padding-bottom:18px!important;
  border-bottom:1px solid #e8eaed!important
}

/* "Upload new avatar" section */
.stm-user-private .row.stm-avatar-row,
.stm-user-private .stm-upload-avatar-row{
  margin-bottom:32px!important
}

/* Section headers (Main Information, Change password) */
.stm-user-private h3,.stm-user-private h4.heading{
  font-size:18px!important;font-weight:700!important;color:#1a1d20!important;
  margin:32px 0 0!important;padding-bottom:14px!important;
  border-bottom:2px solid #1a1d20!important;display:block
}

/* Form labels */
.stm-user-private label,
.stm-user-private .stm-form-row label,
.stm-user-private form label{
  display:block!important;font-weight:700!important;color:#1a1d20!important;
  font-size:13px!important;margin-bottom:8px!important;
  text-transform:none!important;letter-spacing:0!important
}
.stm-user-private label .required,.stm-user-private label.required:after{color:#dd0000}

/* Input fields */
.stm-user-private input[type="text"],
.stm-user-private input[type="email"],
.stm-user-private input[type="tel"],
.stm-user-private input[type="password"],
.stm-user-private input[type="url"],
.stm-user-private input[type="number"],
.stm-user-private select,
.stm-user-private textarea,
.stm-user-private input.form-control{
  width:100%!important;padding:13px 16px!important;
  background:#f5f6f8!important;
  border:1.5px solid transparent!important;
  border-radius:10px!important;
  font-size:14px!important;color:#1a1d20!important;
  transition:all .15s!important;box-shadow:none!important
}
.stm-user-private input:focus,
.stm-user-private select:focus,
.stm-user-private textarea:focus{
  background:#fff!important;border-color:#dd0000!important;
  box-shadow:0 0 0 3px rgba(221,0,0,.12)!important;outline:none!important
}

/* Checkboxes */
.stm-user-private input[type="checkbox"]{
  width:18px!important;height:18px!important;
  accent-color:#dd0000!important;
  cursor:pointer!important;margin-right:8px!important;
  vertical-align:middle;border-radius:4px
}

/* Submit / Save button */
.stm-user-private input[type="submit"],
.stm-user-private button[type="submit"],
.stm-user-private .stm_btn,
.stm-user-private .button:not(.stm-dp-in){
  background:linear-gradient(135deg,#dd0000,#aa0000)!important;
  color:#fff!important;border:none!important;
  padding:14px 32px!important;font-size:14px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.5px!important;
  border-radius:10px!important;cursor:pointer!important;
  box-shadow:0 3px 10px rgba(221,0,0,.3)!important;
  margin-top:28px!important;transition:all .15s
}
.stm-user-private input[type="submit"]:hover,
.stm-user-private button[type="submit"]:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 8px 20px rgba(221,0,0,.5)!important
}

/* Form grid: 2 columns */
.stm-user-private .row[class*="stm-form"],
.stm-user-private form > .row{margin-top:16px!important}

/* File upload "CHOOSE FILE" */
.stm-user-private .stm-file-upload,
.stm-user-private input[type="file"]{
  background:#f5f6f8!important;
  padding:8px!important;border-radius:10px!important;
  border:2px dashed #dadde1!important;
  cursor:pointer
}

/* Subtle on hover form fields */
.stm-user-private input:hover,.stm-user-private select:hover{
  background:#f0f1f3!important
}

/* Helper text under avatar */
.stm-user-private .description,.stm-user-private .form-hint,
.stm-user-private small{
  color:#888!important;font-size:12px!important;margin-top:6px;
  font-style:normal!important;font-weight:500
}

/* Two-column form (First Name | Last Name) */
.stm-user-private .col-md-6{padding:0 10px}

/* Mobile responsive */
@media (max-width:991px){
  .stm-user-private .col-md-9{padding-left:15px!important}
}
@media (max-width:768px){
  .stm-user-private-sidebar{padding:16px!important;border-radius:0!important}
  .stm-user-private .col-md-9{padding:20px 15px!important}
  .stm-user-private .col-md-6{padding:0}
  .stm-user-private h2:first-child{font-size:22px!important}
}
/* === RCN Profile Settings — PRECISION FIXES === */

/* Fix sidebar overflow / clipping (active item bleeding out) */
.stm-user-private-sidebar{
  overflow:hidden!important;
  border-radius:14px!important;
}

/* Active menu item — keep INSIDE sidebar */
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  width:100%!important;box-sizing:border-box!important;
  margin:0 0 4px 0!important;
  border-radius:0 8px 8px 0!important;
  border-left:3px solid #dd0000!important;
  padding:13px 14px 13px 12px!important
}

/* Sidebar user info — properly aligned with avatar+name */
.stm-user-private-sidebar .stm-user-top{
  display:flex!important;align-items:center!important;gap:14px!important;
  margin-bottom:24px!important;padding:0 0 20px 0!important;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.stm-user-private-sidebar .stm-user-avatar{
  float:none!important;margin:0!important;flex-shrink:0!important
}
.stm-user-private-sidebar .stm-user-profile-information{
  padding:0!important;flex:1!important;min-width:0!important
}

/* Avatar size in sidebar */
.stm-user-private-sidebar .stm-user-avatar .img-avatar,
.stm-user-private-sidebar .stm-image-avatar img,
.stm-user-private-sidebar .stm-user-avatar a img{
  width:56px!important;height:56px!important;
  border-radius:50%!important;object-fit:cover!important;
  border:2px solid rgba(255,255,255,.12)!important;display:block
}

/* Username + role */
.stm-user-private-sidebar .stm-user-profile-information .title{
  font-size:15px!important;font-weight:700!important;color:#fff!important;
  display:block;line-height:1.2;margin:0 0 4px;text-decoration:none!important;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.stm-user-private-sidebar .stm-user-profile-information .title-sub{
  font-size:10px!important;color:#8a8e94!important;
  text-transform:uppercase;letter-spacing:.6px;font-weight:600;
  display:block;margin-bottom:6px
}

/* Social icons (YouTube square) — make small + properly sized */
.stm-user-private-sidebar .stm-user-profile-information .socials{
  margin:6px 0 0!important;display:flex!important;gap:6px!important;
  flex-wrap:wrap
}
.stm-user-private-sidebar .stm-user-profile-information .socials a{
  width:24px!important;height:24px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#dd0000!important;color:#fff!important;
  border-radius:5px!important;text-decoration:none!important;
  font-size:11px!important;line-height:1!important;padding:0!important;
  transition:transform .15s,background .15s
}
.stm-user-private-sidebar .stm-user-profile-information .socials a:hover{
  background:#ff1a1a!important;transform:scale(1.1)
}
.stm-user-private-sidebar .stm-user-profile-information .socials a i,
.stm-user-private-sidebar .stm-user-profile-information .socials a svg{
  font-size:12px!important;width:auto!important;height:auto!important
}

/* "Show my Public Profile" — fix alignment & icon */
.stm-user-private-sidebar a[href*="?show_public"],
.stm-user-private-sidebar .stm-show-public-profile,
.stm-user-private-sidebar a:has(.fa-external-link),
.stm-user-private-sidebar a:has(.fa-arrow-up-right-from-square){
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;text-align:center!important;
  padding:11px 14px!important;margin:18px 0 0!important;
  background:transparent!important;
  border:1.5px solid #dd0000!important;color:#dd0000!important;
  border-radius:8px!important;text-decoration:none!important;
  font-size:11px!important;font-weight:700!important;
  text-transform:uppercase;letter-spacing:.5px;
  transition:all .15s
}
.stm-user-private-sidebar a[href*="?show_public"]:hover,
.stm-user-private-sidebar .stm-show-public-profile:hover{
  background:#dd0000!important;color:#fff!important
}
.stm-user-private-sidebar a[href*="?show_public"] i,
.stm-user-private-sidebar .stm-show-public-profile i{
  font-size:11px!important;width:auto!important;margin:0!important
}

/* Menu items inside sidebar — proper padding inside container */
.stm-user-private-sidebar .stm-actions-list{padding:0!important;margin:0!important}
.stm-user-private-sidebar .stm-actions-list a{
  padding:13px 14px!important;margin:0 0 2px 0!important;
  width:100%!important;box-sizing:border-box!important;
  border-radius:8px!important;
  border-left:3px solid transparent!important
}

/* Separator before "Seller Email" / "Show my Public Profile" */
.stm-user-private-sidebar .stm-actions-list-separator,
.stm-user-private-sidebar .stm-action-divider{
  display:block;height:1px;background:rgba(255,255,255,.08);
  margin:14px 0;border:none
}

/* "Current Password to confirm changes" — that dark grey box */
.stm-user-private .stm-confirm-changes,
.stm-user-private .stm-save-section,
.stm-user-private form > div:has(input[name*="current_password"]),
.stm-user-private .stm-current-password-wrap{
  background:#2a2d30!important;
  padding:24px!important;border-radius:12px!important;
  margin-top:28px!important;color:#fff!important;
  display:flex!important;align-items:center!important;gap:20px!important;
  flex-wrap:wrap
}
.stm-user-private .stm-confirm-changes label,
.stm-user-private .stm-save-section label{
  color:#fff!important;font-weight:600!important;
  margin:0 0 8px!important;display:block
}
.stm-user-private .stm-confirm-changes input[type="password"],
.stm-user-private .stm-save-section input[type="password"]{
  background:#fff!important;flex:1!important;min-width:200px;
  max-width:300px
}
.stm-user-private .stm-confirm-changes input[type="submit"],
.stm-user-private .stm-save-section input[type="submit"],
.stm-user-private form input[name*="save"]{
  margin-top:0!important;background:linear-gradient(135deg,#dd0000,#aa0000)!important
}

/* Social network section icons (Facebook, Twitter, LinkedIn, Youtube) */
.stm-user-private label[for*="facebook"],
.stm-user-private label:has(.fa-facebook),
.stm-user-private .stm-social-label{
  display:flex!important;align-items:center!important;gap:8px!important
}
.stm-user-private label .fa-facebook,
.stm-user-private label .fa-twitter,
.stm-user-private label .fa-linkedin,
.stm-user-private label .fa-youtube{
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:5px;color:#fff;
  font-size:11px
}
.stm-user-private label .fa-facebook{background:#1877f2}
.stm-user-private label .fa-twitter{background:#1da1f2}
.stm-user-private label .fa-linkedin{background:#0a66c2}
.stm-user-private label .fa-youtube{background:#ff0000}

/* Better spacing for "Your Social Networks" section */
.stm-user-private h3:has(+ form),
.stm-user-private form > h3,
.stm-user-private .stm-section-title{
  margin-top:40px!important
}

/* Form rows — better gap */
.stm-user-private .row{margin-left:-12px!important;margin-right:-12px!important}
.stm-user-private .row > [class*="col-"]{padding:0 12px!important}
.stm-user-private .form-group,
.stm-user-private form > .col-md-6,
.stm-user-private form > .row > .col-md-6{
  margin-bottom:20px!important
}

/* Eye icon (show/hide password) */
.stm-user-private .stm-show-password,
.stm-user-private button.show-password,
.stm-user-private .password-toggle{
  background:transparent!important;border:none!important;
  color:#fff!important;cursor:pointer;padding:0 8px!important;
  font-size:16px;box-shadow:none!important
}

/* Help text "JPEG or PNG minimal 160x160px" — better readability */
.stm-user-private .stm-help-text,
.stm-user-private form small,
.stm-user-private .stm-upload-info{
  color:#888!important;font-size:12px!important;
  margin-top:8px!important;display:block;font-weight:500;font-style:normal
}

/* Sidebar in container should have proper margin */
.stm-user-private .col-md-3{padding-right:8px!important}
.stm-user-private .col-md-9{padding-left:32px!important;padding-right:24px!important}

/* Make sure no horizontal scroll appears */
.stm-user-private{overflow-x:hidden}

/* Empty space cleanup — section spacing */
.stm-user-private .stm-actions-list + *{margin-top:14px}
/* === RCN PROFILE SETTINGS — PREMIUM REDESIGN === */

/* ===== Container & background ===== */
body.author{background:#f5f7fa!important}
.stm-user-private{background:transparent!important;padding:30px 0!important}
.stm-user-private .container{max-width:1280px!important}

/* ===== Sidebar — light card style (NOT dark anymore) ===== */
.stm-user-private-sidebar{
  background:#ffffff!important;
  border-radius:16px!important;padding:0!important;
  box-shadow:0 4px 24px rgba(15,23,42,.06)!important;
  border:1px solid #e6e9ef!important;
  overflow:hidden!important;
  position:sticky;top:90px
}

/* User header inside sidebar */
.stm-user-private-sidebar .stm-user-top{
  background:linear-gradient(135deg,#1a1d23 0%,#2a2d33 100%)!important;
  padding:24px 20px 20px!important;margin:0!important;
  border:none!important;border-radius:0!important;
  position:relative;color:#fff
}
.stm-user-private-sidebar .stm-user-top:after{
  content:"";position:absolute;left:20px;right:20px;bottom:0;
  height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)
}
.stm-user-private-sidebar .stm-user-top{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}

.stm-user-private-sidebar .stm-user-avatar{
  margin:0!important;float:none!important;flex-shrink:0
}
.stm-user-private-sidebar .stm-user-avatar .img-avatar,
.stm-user-private-sidebar .stm-image-avatar img{
  width:54px!important;height:54px!important;border-radius:50%!important;
  border:2.5px solid rgba(255,255,255,.18)!important;
  box-shadow:0 2px 8px rgba(0,0,0,.25)!important;
  object-fit:cover!important
}

.stm-user-private-sidebar .stm-user-profile-information{
  padding:0!important;flex:1!important;min-width:0!important
}
.stm-user-private-sidebar .stm-user-profile-information .title{
  color:#fff!important;font-size:16px!important;font-weight:700!important;
  text-decoration:none!important;display:block;margin:0!important;line-height:1.2;
  text-transform:lowercase
}
.stm-user-private-sidebar .stm-user-profile-information .title-sub{
  font-size:10px!important;color:#9ca3af!important;
  text-transform:uppercase;letter-spacing:.8px;font-weight:600;
  margin-top:3px!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials{
  margin-top:8px!important;display:flex!important;gap:5px!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials a{
  width:22px!important;height:22px!important;border-radius:5px!important;
  background:rgba(255,255,255,.08)!important;color:#fff!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-decoration:none!important;font-size:10px!important;
  transition:all .2s;border:1px solid rgba(255,255,255,.06)!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials a:hover{
  background:#dd0000!important;border-color:#dd0000!important;transform:translateY(-1px)
}

/* "BECOME A DEALER" — subtle premium CTA */
.stm-user-private-sidebar .stm-became-dealer{
  padding:20px 20px 16px!important;margin:0!important
}
.stm-user-private-sidebar .stm-became-dealer .button,
.stm-user-private-sidebar .button.stm-dp-in{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;width:100%!important;padding:11px 16px!important;
  background:#dd0000!important;
  color:#fff!important;font-weight:700!important;
  font-size:12px!important;text-transform:uppercase!important;letter-spacing:.6px!important;
  border-radius:10px!important;text-decoration:none!important;border:none!important;
  box-shadow:0 4px 14px rgba(221,0,0,.28)!important;
  transition:transform .15s,box-shadow .15s!important
}
.stm-user-private-sidebar .button.stm-dp-in:hover{
  background:#c00!important;transform:translateY(-1px)!important;
  box-shadow:0 6px 18px rgba(221,0,0,.4)!important
}

/* Menu list */
.stm-user-private-sidebar .stm-actions-list{
  padding:8px 12px 16px!important;margin:0!important
}
.stm-user-private-sidebar .stm-actions-list a{
  display:flex!important;align-items:center!important;gap:12px!important;
  padding:11px 12px!important;margin:1px 0!important;
  color:#475569!important;text-decoration:none!important;
  font-size:13px!important;font-weight:600!important;
  text-transform:uppercase;letter-spacing:.4px;
  border-radius:8px!important;background:transparent!important;
  border:none!important;border-left:0!important;
  transition:all .15s!important;width:auto!important
}
.stm-user-private-sidebar .stm-actions-list a i{
  font-size:14px!important;color:#94a3b8!important;width:18px;text-align:center;
  transition:color .15s
}
.stm-user-private-sidebar .stm-actions-list a:hover{
  background:#f1f5f9!important;color:#0f172a!important;padding-left:14px!important
}
.stm-user-private-sidebar .stm-actions-list a:hover i{color:#dd0000!important}

/* Active menu — clean, NOT bleeding */
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  background:#fef2f2!important;color:#dd0000!important;
  border-left:0!important;padding-left:12px!important
}
.stm-user-private-sidebar .stm-actions-list a.active i{color:#dd0000!important}

/* Separator within sidebar */
.stm-user-private-sidebar .stm-actions-list:after{
  content:"";display:block;height:1px;background:#e6e9ef;margin:10px 4px 0
}

/* "Show my Public Profile" — chip style at bottom of sidebar */
.stm-user-private-sidebar a[href*="public"],
.stm-user-private-sidebar .stm-show-public-profile{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:7px!important;
  margin:0 16px 20px!important;padding:10px 14px!important;
  background:transparent!important;color:#dd0000!important;
  border:1.5px solid #fecaca!important;border-radius:8px!important;
  font-size:11px!important;font-weight:700!important;
  text-transform:uppercase;letter-spacing:.5px;text-decoration:none!important;
  transition:all .15s
}
.stm-user-private-sidebar a[href*="public"]:hover{
  background:#dd0000!important;color:#fff!important;border-color:#dd0000!important;
  transform:translateY(-1px);box-shadow:0 4px 12px rgba(221,0,0,.25)
}

/* ===== Main content area — clean white card ===== */
.stm-user-private .col-md-9{
  padding:0 0 0 24px!important
}
.stm-user-private .col-md-9 > *{
  background:#fff!important;
  border-radius:16px!important;
  padding:36px 40px!important;
  box-shadow:0 4px 24px rgba(15,23,42,.06)!important;
  border:1px solid #e6e9ef!important
}

/* Page title — refined */
.stm-user-private .col-md-9 h2:first-child{
  font-size:26px!important;font-weight:800!important;
  color:#0f172a!important;
  margin:0 0 28px!important;padding:0 0 20px!important;
  border-bottom:1px solid #e6e9ef!important;
  letter-spacing:-.3px;line-height:1.2
}

/* Section headings — modern */
.stm-user-private h3,.stm-user-private h4.heading,.stm-user-private h4{
  font-size:16px!important;font-weight:700!important;color:#0f172a!important;
  margin:36px 0 18px!important;padding:0!important;
  border-bottom:none!important;
  letter-spacing:-.2px;text-transform:none!important;
  position:relative;padding-left:14px!important
}
.stm-user-private h3:before,.stm-user-private h4.heading:before{
  content:"";position:absolute;left:0;top:6px;bottom:6px;
  width:3px;background:#dd0000;border-radius:2px
}

/* Avatar upload section — nicer */
.stm-user-private .stm-user-avatar-upload,
.stm-user-private form > .row:first-of-type{
  background:#f8fafc!important;padding:24px!important;
  border-radius:12px!important;border:1px solid #e6e9ef!important;
  margin-bottom:8px!important;
  display:flex!important;gap:24px!important;align-items:center!important
}

/* Form labels */
.stm-user-private label{
  display:block!important;font-weight:600!important;
  color:#1e293b!important;font-size:13px!important;
  margin-bottom:8px!important;
  text-transform:none!important;letter-spacing:0!important;
  line-height:1.4
}

/* Required asterisk */
.stm-user-private label .required,
.stm-user-private label:has(+ input[required]) {color:#dd0000}

/* Form inputs — premium look */
.stm-user-private input[type="text"],
.stm-user-private input[type="email"],
.stm-user-private input[type="tel"],
.stm-user-private input[type="password"],
.stm-user-private input[type="url"],
.stm-user-private input[type="number"],
.stm-user-private select,
.stm-user-private textarea{
  width:100%!important;padding:11px 14px!important;
  background:#fff!important;
  border:1.5px solid #e2e8f0!important;
  border-radius:10px!important;
  font-size:14px!important;color:#0f172a!important;
  transition:all .15s!important;
  box-shadow:0 1px 2px rgba(0,0,0,.02)!important;
  height:auto!important;line-height:1.4
}
.stm-user-private input:hover,
.stm-user-private select:hover,
.stm-user-private textarea:hover{
  border-color:#cbd5e1!important
}
.stm-user-private input:focus,
.stm-user-private select:focus,
.stm-user-private textarea:focus{
  border-color:#dd0000!important;outline:none!important;
  box-shadow:0 0 0 4px rgba(221,0,0,.08)!important
}
.stm-user-private input::placeholder{color:#94a3b8!important}

/* CHOOSE FILE — refined */
.stm-user-private .stm-user-avatar-upload input[type="submit"],
.stm-user-private .stm-user-avatar-upload .button,
.stm-user-private button.btn-choose-file{
  background:#dd0000!important;
  color:#fff!important;border:none!important;
  padding:10px 18px!important;font-size:12px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.5px!important;
  border-radius:8px!important;cursor:pointer!important;
  box-shadow:0 2px 6px rgba(221,0,0,.2)!important;
  transition:all .15s
}

/* Checkboxes — refined */
.stm-user-private input[type="checkbox"]{
  width:18px!important;height:18px!important;
  accent-color:#dd0000!important;cursor:pointer!important;
  margin-right:8px!important;vertical-align:middle;
  border-radius:4px;border:1.5px solid #cbd5e1
}

/* Save Changes section — clean dark card */
.stm-user-private .stm-confirm-changes,
.stm-user-private .stm-save-section,
.stm-user-private form > div:last-child:has(input[type="submit"]){
  background:#0f172a!important;
  padding:24px 28px!important;border-radius:12px!important;
  margin-top:36px!important;color:#fff!important;
  display:flex!important;align-items:center!important;gap:20px!important;
  flex-wrap:wrap!important
}
.stm-user-private .stm-confirm-changes label,
.stm-user-private .stm-save-section label{
  color:#fff!important;font-weight:600!important;margin:0 0 8px!important;
  font-size:13px!important;flex-basis:100%
}
.stm-user-private .stm-confirm-changes input[type="password"]{
  background:#fff!important;flex:1;min-width:200px;max-width:300px
}

/* Submit button — premium */
.stm-user-private input[type="submit"],
.stm-user-private button[type="submit"]{
  background:linear-gradient(135deg,#dd0000 0%,#b91c1c 100%)!important;
  color:#fff!important;border:none!important;
  padding:12px 28px!important;font-size:13px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.5px!important;
  border-radius:10px!important;cursor:pointer!important;
  box-shadow:0 4px 14px rgba(221,0,0,.3)!important;
  transition:all .15s!important;margin:0!important
}
.stm-user-private input[type="submit"]:hover,
.stm-user-private button[type="submit"]:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 8px 22px rgba(221,0,0,.45)!important
}

/* Helper text */
.stm-user-private small,
.stm-user-private .description,
.stm-user-private .stm-help-text{
  color:#64748b!important;font-size:12px!important;
  margin-top:6px;display:block;font-weight:500;font-style:normal
}

/* Social brand colored squares */
.stm-user-private label .fa-facebook,.stm-user-private label .fa-facebook-f{
  background:#1877f2!important;color:#fff!important;
  width:20px;height:20px;border-radius:5px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:10px;margin-right:6px
}
.stm-user-private label .fa-twitter,.stm-user-private label .fa-x-twitter{
  background:#000!important;color:#fff!important;
  width:20px;height:20px;border-radius:5px;
  display:inline-flex;align-items:center;justify-content:center;font-size:10px;margin-right:6px
}
.stm-user-private label .fa-linkedin,.stm-user-private label .fa-linkedin-in{
  background:#0a66c2!important;color:#fff!important;
  width:20px;height:20px;border-radius:5px;
  display:inline-flex;align-items:center;justify-content:center;font-size:10px;margin-right:6px
}
.stm-user-private label .fa-youtube{
  background:#ff0000!important;color:#fff!important;
  width:20px;height:20px;border-radius:5px;
  display:inline-flex;align-items:center;justify-content:center;font-size:10px;margin-right:6px
}

/* Two-column form rows — proper grid */
.stm-user-private form .row{
  margin-left:-10px!important;margin-right:-10px!important;
  margin-bottom:18px!important
}
.stm-user-private form .col-md-6,
.stm-user-private form > .col-md-6{padding:0 10px!important}

/* Mobile responsive */
@media (max-width:991px){
  .stm-user-private-sidebar{position:relative;top:0;margin-bottom:20px}
  .stm-user-private .col-md-9{padding-left:0!important}
}
@media (max-width:768px){
  .stm-user-private{padding:16px 0!important}
  .stm-user-private .col-md-9 > *{padding:24px 20px!important;border-radius:12px!important}
  .stm-user-private .col-md-9 h2:first-child{font-size:22px!important}
  .stm-user-private .stm-user-avatar-upload{flex-direction:column!important;text-align:center}
  .stm-user-private .stm-confirm-changes{flex-direction:column!important;align-items:stretch!important}
}
/* === RCN SIDEBAR — DARK MODE PREMIUM (final) === */

/* Container reset - kill the weird dark column showing outside card */
.stm-user-private{background:#f1f3f7!important;padding:32px 0 60px!important}
.stm-user-private > .container{background:transparent!important}
.stm-user-private .row{background:transparent!important}
.stm-user-private .col-md-3{background:transparent!important;padding-right:24px!important}

/* SIDEBAR — Solid dark card, premium */
.stm-user-private-sidebar{
  background:#0f172a!important;       /* slate-900 */
  border-radius:16px!important;
  padding:0!important;overflow:hidden!important;
  border:none!important;
  box-shadow:0 8px 32px rgba(15,23,42,.12), 0 2px 6px rgba(15,23,42,.08)!important;
  position:sticky;top:90px
}

/* User header — gradient subtle on top */
.stm-user-private-sidebar .stm-user-top{
  background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important;
  padding:24px 22px 22px!important;margin:0!important;
  display:flex!important;align-items:center!important;gap:14px!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  position:relative
}
.stm-user-private-sidebar .stm-user-top:after{display:none!important}

/* Avatar */
.stm-user-private-sidebar .stm-user-avatar{flex-shrink:0;margin:0!important;float:none!important}
.stm-user-private-sidebar .stm-user-avatar .img-avatar,
.stm-user-private-sidebar .stm-image-avatar img,
.stm-user-private-sidebar .stm-user-avatar a img{
  width:54px!important;height:54px!important;border-radius:50%!important;
  border:2.5px solid #dd0000!important;
  box-shadow:0 0 0 3px rgba(221,0,0,.15)!important;
  object-fit:cover!important;display:block
}

/* Username + role */
.stm-user-private-sidebar .stm-user-profile-information{padding:0!important;flex:1;min-width:0}
.stm-user-private-sidebar .stm-user-profile-information .title{
  color:#fff!important;font-size:16px!important;font-weight:700!important;
  text-decoration:none!important;display:block!important;margin:0!important;line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.stm-user-private-sidebar .stm-user-profile-information .title-sub{
  color:#94a3b8!important;font-size:10px!important;
  text-transform:uppercase;letter-spacing:1px;font-weight:600;
  margin-top:4px!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials{margin-top:8px!important;display:flex!important;gap:6px!important}
.stm-user-private-sidebar .stm-user-profile-information .socials a{
  width:24px!important;height:24px!important;border-radius:6px!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#cbd5e1!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-decoration:none!important;font-size:11px!important;
  transition:all .2s
}
.stm-user-private-sidebar .stm-user-profile-information .socials a:hover{
  background:#dd0000!important;border-color:#dd0000!important;color:#fff!important;
  transform:translateY(-2px);box-shadow:0 4px 10px rgba(221,0,0,.35)
}

/* "BECOME A DEALER" */
.stm-user-private-sidebar .stm-became-dealer{padding:22px 22px 6px!important;margin:0!important}
.stm-user-private-sidebar .stm-became-dealer .button,
.stm-user-private-sidebar .button.stm-dp-in{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;width:100%!important;padding:13px 16px!important;
  background:linear-gradient(135deg,#ef4444,#dc2626)!important;
  color:#fff!important;font-weight:700!important;
  font-size:12px!important;text-transform:uppercase!important;letter-spacing:.7px!important;
  border-radius:10px!important;text-decoration:none!important;border:none!important;
  box-shadow:0 4px 14px rgba(220,38,38,.4), inset 0 1px 0 rgba(255,255,255,.15)!important;
  transition:transform .15s, box-shadow .15s, background .15s!important
}
.stm-user-private-sidebar .button.stm-dp-in:hover{
  background:linear-gradient(135deg,#dc2626,#b91c1c)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 8px 22px rgba(220,38,38,.5), inset 0 1px 0 rgba(255,255,255,.15)!important
}

/* Menu list — dark + crisp */
.stm-user-private-sidebar .stm-actions-list{
  padding:16px 12px!important;margin:0!important
}
.stm-user-private-sidebar .stm-actions-list a{
  display:flex!important;align-items:center!important;gap:12px!important;
  padding:12px 14px!important;margin:2px 0!important;
  color:#94a3b8!important;text-decoration:none!important;
  font-size:13px!important;font-weight:600!important;
  text-transform:uppercase;letter-spacing:.5px;
  border-radius:10px!important;background:transparent!important;
  border:none!important;border-left:0!important;
  transition:all .18s!important;width:auto!important;box-sizing:border-box
}
.stm-user-private-sidebar .stm-actions-list a i{
  font-size:14px!important;color:#dd0000!important;width:18px;text-align:center;
  transition:transform .18s, color .18s
}
.stm-user-private-sidebar .stm-actions-list a:hover{
  background:rgba(255,255,255,.04)!important;color:#fff!important;
  padding-left:18px!important
}
.stm-user-private-sidebar .stm-actions-list a:hover i{
  color:#ef4444!important;transform:scale(1.1)
}

/* Active item — strong red highlight */
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  background:linear-gradient(90deg,rgba(221,0,0,.22), rgba(221,0,0,.06))!important;
  color:#fff!important;
  border-left:3px solid #dd0000!important;
  padding-left:11px!important;
  font-weight:700!important
}
.stm-user-private-sidebar .stm-actions-list a.active i{
  color:#ff5252!important;transform:scale(1.05)
}

/* Separator before bottom links */
.stm-user-private-sidebar .stm-actions-list:after{
  content:"";display:block;height:1px;background:rgba(255,255,255,.06);
  margin:14px 6px 6px
}

/* Seller Email link — appears as a menu item */
.stm-user-private-sidebar .seller-email,
.stm-user-private-sidebar a:has(.fa-envelope-open),
.stm-user-private-sidebar a[href*="seller_email"]{
  color:#94a3b8!important
}

/* "Show my Public Profile" — chip CTA at bottom */
.stm-user-private-sidebar a[href*="public"],
.stm-user-private-sidebar .stm-show-public-profile,
.stm-user-private-sidebar a:last-child:not(.button){
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;
  margin:0 18px 22px!important;padding:11px 16px!important;
  background:rgba(221,0,0,.08)!important;
  border:1.5px solid rgba(221,0,0,.4)!important;
  color:#ff6666!important;
  border-radius:10px!important;text-decoration:none!important;
  font-size:11px!important;font-weight:700!important;
  text-transform:uppercase;letter-spacing:.6px;
  transition:all .18s
}
.stm-user-private-sidebar a[href*="public"]:hover{
  background:#dd0000!important;border-color:#dd0000!important;
  color:#fff!important;transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(221,0,0,.35)
}

/* Mobile sidebar */
@media (max-width:991px){
  .stm-user-private-sidebar{position:relative;top:0;margin-bottom:24px}
  .stm-user-private .col-md-3{padding-right:15px!important}
}
@media (max-width:768px){
  .stm-user-private{padding:18px 0!important}
  .stm-user-private-sidebar{border-radius:14px!important}
  .stm-user-private-sidebar .stm-user-top{padding:18px!important}
  .stm-user-private-sidebar .stm-became-dealer{padding:18px 18px 4px!important}
  .stm-user-private-sidebar .stm-actions-list{padding:12px 10px!important}
}
/* === RCN SIDEBAR — CLEAN FIX (override previous attempts) === */

/* Remove the heavy red ring around avatar */
.stm-user-private-sidebar .stm-user-avatar .img-avatar,
.stm-user-private-sidebar .stm-image-avatar img,
.stm-user-private-sidebar .stm-user-avatar a img{
  width:52px!important;height:52px!important;border-radius:50%!important;
  border:2px solid #334155!important;        /* slate-700, sottile */
  box-shadow:none!important;                  /* no halo */
  outline:none!important;object-fit:cover!important;display:block!important
}

/* Allow "PRIVATE SELLER" to fit on one line OR truncate nicely */
.stm-user-private-sidebar .stm-user-profile-information{
  flex:1!important;min-width:0!important;overflow:hidden
}
.stm-user-private-sidebar .stm-user-profile-information .title-sub{
  font-size:9px!important;letter-spacing:1.2px!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
  margin-top:3px!important
}

/* YouTube social icon — FONT AWESOME RENDER */
.stm-user-private-sidebar .stm-user-profile-information .socials a{
  width:26px!important;height:26px!important;
  background:#1e293b!important;color:#dd0000!important;
  border:1px solid #334155!important;border-radius:6px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  font-size:12px!important;line-height:1!important;padding:0!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials a i{
  font-size:13px!important;line-height:1!important;
  width:auto!important;height:auto!important;margin:0!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials a:hover{
  background:#dd0000!important;color:#fff!important;border-color:#dd0000!important
}

/* Menu items — clean dark, no weird borders */
.stm-user-private-sidebar .stm-actions-list a,
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  outline:none!important;
  border-top:none!important;border-right:none!important;border-bottom:none!important;
  box-shadow:none!important
}

/* Menu icons — render FontAwesome properly */
.stm-user-private-sidebar .stm-actions-list a i,
.stm-user-private-sidebar .stm-actions-list a i:before,
.stm-user-private-sidebar .stm-actions-list a [class*="stm-service-icon"],
.stm-user-private-sidebar .stm-actions-list a [class*="fa"]{
  font-size:15px!important;color:#94a3b8!important;
  width:18px!important;height:auto!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  line-height:1!important;flex-shrink:0!important;
  transition:color .15s
}
.stm-user-private-sidebar .stm-actions-list a:hover i,
.stm-user-private-sidebar .stm-actions-list a:hover [class*="stm-service-icon"],
.stm-user-private-sidebar .stm-actions-list a:hover [class*="fa"]{
  color:#dd0000!important
}

/* Active item — CLEAN dark red bg, no outline */
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  background:rgba(221,0,0,.15)!important;
  color:#fff!important;
  border-left:3px solid #dd0000!important;
  padding-left:11px!important;
  font-weight:700!important
}
.stm-user-private-sidebar .stm-actions-list a.active i,
.stm-user-private-sidebar .stm-actions-list a.active [class*="stm-service-icon"],
.stm-user-private-sidebar .stm-actions-list a.active [class*="fa"]{
  color:#dd0000!important
}

/* Seller Email row */
.stm-user-private-sidebar a[href*="seller_email"],
.stm-user-private-sidebar .stm-actions-list a:nth-last-child(2){
  color:#94a3b8!important
}
.stm-user-private-sidebar a[href*="seller_email"] i,
.stm-user-private-sidebar a[href*="seller_email"] [class*="fa"]{
  color:#dd0000!important
}

/* Show my Public Profile — clean chip */
.stm-user-private-sidebar a[href*="public"],
.stm-user-private-sidebar .stm-show-public-profile{
  background:transparent!important;
  border:1.5px solid #dc2626!important;
  color:#ef4444!important;
  box-shadow:none!important
}
.stm-user-private-sidebar a[href*="public"]:hover{
  background:#dc2626!important;color:#fff!important
}
.stm-user-private-sidebar a[href*="public"] i{
  color:inherit!important;font-size:11px!important
}

/* Make column width comfortable — avoid "PRIVATE SELLE R" wrapping */
@media (min-width:992px){
  .stm-user-private .col-md-3{
    width:280px!important;flex:0 0 280px!important;max-width:280px!important
  }
  .stm-user-private .col-md-9{
    width:calc(100% - 280px)!important;flex:0 0 calc(100% - 280px)!important;
    max-width:calc(100% - 280px)!important
  }
}

/* User top — better flex layout to avoid name wrap weirdness */
.stm-user-private-sidebar .stm-user-top{
  display:flex!important;align-items:center!important;gap:12px!important;
  padding:20px!important
}
.stm-user-private-sidebar .stm-user-avatar{margin:0!important;flex-shrink:0!important}
.stm-user-private-sidebar .stm-user-profile-information .title{
  font-size:15px!important;font-weight:700!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
}
/* === RCN SIDEBAR ICONS — final positioning fix === */

/* Reset all icon positioning quirks from theme */
.stm-user-private-sidebar .stm-actions-list a > i,
.stm-user-private-sidebar .stm-actions-list a > [class*="stm-service-icon"],
.stm-user-private-sidebar .stm-actions-list a > [class*="fa-"],
.stm-user-private-sidebar a[href*="public"] > i,
.stm-user-private-sidebar a[href*="public"] > [class*="fa-"]{
  position:static!important;
  transform:none!important;
  margin:0!important;
  float:none!important;
  left:auto!important;right:auto!important;top:auto!important;
  vertical-align:middle!important;
  flex-shrink:0!important;
  background:transparent!important;
  border:none!important;
  padding:0!important
}

/* Active item — clean inset, icon stays INSIDE */
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  background:linear-gradient(90deg,rgba(221,0,0,.18),rgba(221,0,0,.04))!important;
  color:#fff!important;
  border:1px solid rgba(221,0,0,.35)!important;
  border-left:3px solid #dd0000!important;
  padding:12px 14px 12px 11px!important;
  border-radius:0 10px 10px 0!important;
  position:relative;overflow:hidden;
  font-weight:700!important;
  box-shadow:inset 0 0 0 0 transparent!important
}

/* All menu items - ensure proper alignment */
.stm-user-private-sidebar .stm-actions-list a{
  display:flex!important;align-items:center!important;
  gap:12px!important;
  text-align:left!important;
  white-space:nowrap;line-height:1.3
}

/* Icon container - fixed width slot */
.stm-user-private-sidebar .stm-actions-list a > i:first-child,
.stm-user-private-sidebar .stm-actions-list a > span[class*="icon"]:first-child{
  display:inline-flex!important;
  align-items:center!important;justify-content:center!important;
  width:22px!important;min-width:22px!important;height:22px!important;
  font-size:14px!important;line-height:1!important;
  text-align:center!important;
  color:#94a3b8!important
}
.stm-user-private-sidebar .stm-actions-list a:hover > i:first-child{color:#dd0000!important}
.stm-user-private-sidebar .stm-actions-list a.active > i:first-child,
.stm-user-private-sidebar .stm-actions-list a[class*="active"] > i:first-child{
  color:#dd0000!important
}

/* "SHOW MY PUBLIC PROFILE" — icon inline */
.stm-user-private-sidebar a[href*="public"]{
  text-align:center!important;
  white-space:nowrap;
  position:relative!important;
  overflow:hidden
}
.stm-user-private-sidebar a[href*="public"] > i:first-child{
  display:inline-flex!important;
  align-items:center!important;justify-content:center!important;
  width:14px!important;min-width:14px!important;height:14px!important;
  font-size:11px!important;line-height:1!important;
  margin-right:6px!important;
  vertical-align:middle!important;
  color:inherit!important
}

/* Kill any pseudo-element offsets from theme */
.stm-user-private-sidebar .stm-actions-list a:before,
.stm-user-private-sidebar .stm-actions-list a:after,
.stm-user-private-sidebar a[href*="public"]:before,
.stm-user-private-sidebar a[href*="public"]:after{
  display:none!important;content:none!important
}

/* Fix possible Bootstrap glyph offset */
.stm-user-private-sidebar .stm-actions-list a .fa,
.stm-user-private-sidebar .stm-actions-list a .fas,
.stm-user-private-sidebar .stm-actions-list a .fab,
.stm-user-private-sidebar .stm-actions-list a .far{
  display:inline-flex!important;
  width:22px!important;min-width:22px!important;
  height:22px!important;
  align-items:center!important;justify-content:center!important
}

/* SHOW MY PUBLIC PROFILE - clean centered icon + text */
.stm-user-private-sidebar a[href*="public"] .fa,
.stm-user-private-sidebar a[href*="public"] .fas,
.stm-user-private-sidebar a[href*="public"] .fab,
.stm-user-private-sidebar a[href*="public"] .far{
  width:auto!important;min-width:0!important;height:auto!important;
  margin-right:6px!important
}
/* === RCN SIDEBAR — final UI polish (icons fix) === */

/* Re-enable :before pseudo-elements on sidebar items (theme uses them for icons) */
.stm-user-private-sidebar .stm-actions-list a:before,
.stm-user-private-sidebar a[href*="public"]:before{
  display:initial!important;content:""!important
}
.stm-user-private-sidebar .stm-actions-list a:after,
.stm-user-private-sidebar a[href*="public"]:after{
  display:none!important;content:none!important
}

/* Force ALL icon types to render properly with consistent sizing */
.stm-user-private-sidebar .stm-actions-list a i,
.stm-user-private-sidebar a[href*="public"] i,
.stm-user-private-sidebar .stm-actions-list a [class^="stm-"],
.stm-user-private-sidebar .stm-actions-list a [class*=" stm-"]{
  font-size:15px!important;line-height:1!important;
  width:20px!important;min-width:20px!important;height:20px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  vertical-align:middle!important;
  color:#94a3b8!important;background:transparent!important;
  flex-shrink:0!important;text-decoration:none!important
}

/* Hover & active icon colors */
.stm-user-private-sidebar .stm-actions-list a:hover i,
.stm-user-private-sidebar .stm-actions-list a:hover [class^="stm-"],
.stm-user-private-sidebar .stm-actions-list a:hover [class*=" stm-"]{
  color:#dd0000!important
}
.stm-user-private-sidebar .stm-actions-list a.active i,
.stm-user-private-sidebar .stm-actions-list a.active [class^="stm-"],
.stm-user-private-sidebar .stm-actions-list a.active [class*=" stm-"]{
  color:#dd0000!important
}

/* "Seller Email" — ensure envelope icon visible */
.stm-user-private-sidebar a[href*="seller_email"] i,
.stm-user-private-sidebar a[href*="email"] i{
  color:#dd0000!important;font-size:15px!important;
  width:20px!important;height:20px!important
}

/* "SHOW MY PUBLIC PROFILE" — replace fragmented icon with clean FA */
.stm-user-private-sidebar a[href*="public"]{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important
}
.stm-user-private-sidebar a[href*="public"] i,
.stm-user-private-sidebar a[href*="public"] [class*="fa"]{
  font-size:11px!important;
  width:14px!important;min-width:14px!important;height:14px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;color:inherit!important;
  position:static!important;transform:none!important
}

/* Override fa-external-link / similar with cleaner unicode glyph */
.stm-user-private-sidebar a[href*="public"] i.fas,
.stm-user-private-sidebar a[href*="public"] i.fa{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome",sans-serif!important;
  font-weight:900!important
}

/* "Seller Email" — solid envelope rendering */
.stm-user-private-sidebar a[href*="seller_email"] i.fas,
.stm-user-private-sidebar a[href*="seller_email"] i.fa{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome",sans-serif!important;
  font-weight:900!important
}

/* Padding refinement on menu items for consistent baseline */
.stm-user-private-sidebar .stm-actions-list a{
  padding:11px 14px!important;line-height:1.3!important
}

/* "SHOW MY PUBLIC PROFILE" - elegant outline chip */
.stm-user-private-sidebar a[href*="public"]{
  margin:0 18px 22px!important;padding:11px 16px!important;
  background:rgba(220,38,38,.06)!important;
  border:1.5px solid rgba(220,38,38,.5)!important;
  color:#f87171!important;
  border-radius:10px!important;text-decoration:none!important;
  font-size:11px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.6px!important;
  transition:all .18s!important
}
.stm-user-private-sidebar a[href*="public"]:hover{
  background:#dc2626!important;border-color:#dc2626!important;
  color:#fff!important;transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(220,38,38,.35)
}

/* Active item — refined inset box */
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  background:linear-gradient(90deg,rgba(220,38,38,.18) 0%,rgba(220,38,38,.04) 100%)!important;
  color:#fff!important;
  border:none!important;
  border-left:3px solid #dc2626!important;
  border-right:none!important;
  padding:11px 14px 11px 11px!important;
  border-radius:0 10px 10px 0!important;
  font-weight:700!important;
  position:relative
}

/* Hover/active text color */
.stm-user-private-sidebar .stm-actions-list a:hover{
  background:rgba(255,255,255,.03)!important;color:#fff!important;
  padding-left:18px!important
}

/* Bottom separator above public profile button */
.stm-user-private-sidebar .stm-actions-list{
  padding-bottom:14px!important;
  position:relative
}
.stm-user-private-sidebar .stm-actions-list:after{
  content:"";display:block;height:1px;
  background:rgba(255,255,255,.06);
  margin:14px 6px 0!important
}
/* === RCN sidebar final fix (retry) === */
.stm-user-private-sidebar .stm-actions-list a i,
.stm-user-private-sidebar a[href*="public"] i{
  font-size:15px!important;width:20px!important;min-width:20px!important;height:20px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  color:#dd0000!important;background:transparent!important;line-height:1!important;
  position:static!important;transform:none!important;margin:0!important
}
.stm-user-private-sidebar a[href*="public"] i{font-size:11px!important;width:14px!important;min-width:14px!important;height:14px!important;color:inherit!important;margin-right:4px!important}
.stm-user-private-sidebar a[href*="public"]{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin:0 18px 22px!important;padding:11px 16px!important;background:rgba(220,38,38,.06)!important;border:1.5px solid rgba(220,38,38,.5)!important;color:#f87171!important;border-radius:10px!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.6px!important;transition:all .2s!important}
.stm-user-private-sidebar a[href*="public"]:hover{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px rgba(220,38,38,.3)}
/* === RCN SIDEBAR — REVERT to full column dark (simpler) === */

/* Background: full dark column from edge to edge */
.stm-user-private{background:#1a1d23!important;padding:0!important}
.stm-user-private > .container{
  background:transparent!important;max-width:100%!important;
  padding-left:0!important;padding-right:0!important
}
.stm-user-private .row{margin:0!important;background:transparent!important}

/* Left column = full dark, no card, no border-radius */
.stm-user-private .col-md-3{
  background:#1a1d23!important;
  padding:30px 24px 60px!important;
  min-height:100vh!important
}

/* Sidebar inner — no card style at all */
.stm-user-private-sidebar{
  background:transparent!important;
  border-radius:0!important;
  border:none!important;
  box-shadow:none!important;
  padding:0!important;overflow:visible!important;
  position:static!important
}

/* User top section */
.stm-user-private-sidebar .stm-user-top{
  background:transparent!important;
  padding:0 0 24px!important;margin:0 0 24px!important;
  border:none!important;border-bottom:1px solid rgba(255,255,255,.08)!important;
  display:flex!important;align-items:center!important;gap:14px!important;
  border-radius:0!important
}
.stm-user-private-sidebar .stm-user-top:before,
.stm-user-private-sidebar .stm-user-top:after{display:none!important;content:none!important}

/* Avatar */
.stm-user-private-sidebar .stm-user-avatar .img-avatar,
.stm-user-private-sidebar .stm-image-avatar img,
.stm-user-private-sidebar .stm-user-avatar a img{
  width:52px!important;height:52px!important;border-radius:50%!important;
  border:2px solid #2d3138!important;
  box-shadow:none!important;outline:none!important;
  object-fit:cover!important;display:block!important
}

/* Username + role */
.stm-user-private-sidebar .stm-user-profile-information{padding:0!important;flex:1;min-width:0}
.stm-user-private-sidebar .stm-user-profile-information .title{
  color:#fff!important;font-size:16px!important;font-weight:700!important;
  margin:0 0 2px!important;line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.stm-user-private-sidebar .stm-user-profile-information .title-sub{
  color:#9ca3af!important;font-size:11px!important;
  margin:0!important;font-weight:400;
  text-transform:none!important;letter-spacing:0!important
}

/* Social icons */
.stm-user-private-sidebar .stm-user-profile-information .socials{
  margin-top:8px!important;display:flex!important;gap:6px!important
}
.stm-user-private-sidebar .stm-user-profile-information .socials a{
  width:26px!important;height:26px!important;border-radius:5px!important;
  background:#dd0000!important;color:#fff!important;
  border:none!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-decoration:none!important;font-size:12px!important;
  transition:transform .15s
}
.stm-user-private-sidebar .stm-user-profile-information .socials a:hover{
  transform:scale(1.08);background:#ff1a1a!important
}

/* BECOME A DEALER button */
.stm-user-private-sidebar .stm-became-dealer{margin:0 0 28px!important;padding:0!important}
.stm-user-private-sidebar .stm-became-dealer .button,
.stm-user-private-sidebar .button.stm-dp-in{
  display:block!important;text-align:center!important;width:100%!important;
  padding:13px 16px!important;
  background:#dd0000!important;color:#fff!important;
  font-weight:700!important;font-size:13px!important;
  text-transform:uppercase!important;letter-spacing:.5px!important;
  border-radius:8px!important;text-decoration:none!important;border:none!important;
  box-shadow:0 4px 12px rgba(221,0,0,.25)!important;
  transition:transform .15s,box-shadow .15s,background .15s!important
}
.stm-user-private-sidebar .button.stm-dp-in:hover{
  background:#ee0000!important;transform:translateY(-1px)!important;
  box-shadow:0 6px 16px rgba(221,0,0,.4)!important
}

/* Menu items — clean flat list */
.stm-user-private-sidebar .stm-actions-list{padding:0!important;margin:0!important}
.stm-user-private-sidebar .stm-actions-list a{
  display:flex!important;align-items:center!important;gap:14px!important;
  padding:13px 0!important;margin:0!important;
  color:#9ca3af!important;text-decoration:none!important;
  font-size:13px!important;font-weight:700!important;
  text-transform:uppercase;letter-spacing:.5px;
  border:none!important;border-radius:0!important;
  background:transparent!important;
  transition:color .15s!important;width:100%!important;
  box-sizing:border-box
}
.stm-user-private-sidebar .stm-actions-list a i,
.stm-user-private-sidebar .stm-actions-list a [class*="stm-"],
.stm-user-private-sidebar .stm-actions-list a [class*="fa-"]{
  font-size:16px!important;color:#dd0000!important;
  width:22px!important;min-width:22px!important;height:22px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;line-height:1!important;
  background:transparent!important;border:none!important;
  position:static!important;transform:none!important;flex-shrink:0!important
}
.stm-user-private-sidebar .stm-actions-list a:hover{
  color:#fff!important;padding-left:4px!important
}
.stm-user-private-sidebar .stm-actions-list a.active,
.stm-user-private-sidebar .stm-actions-list a[class*="active"]{
  color:#fff!important;
  background:transparent!important;
  border:none!important;border-left:none!important;
  padding:13px 0!important;border-radius:0!important;
  font-weight:700!important
}

/* Separator inside menu list (before Seller Email) */
.stm-user-private-sidebar .stm-actions-list:after{
  content:"";display:block;height:1px;
  background:rgba(255,255,255,.08);margin:14px 0
}

/* Seller Email — same as menu */
.stm-user-private-sidebar a[href*="seller_email"]{
  color:#9ca3af!important;font-weight:400!important;
  text-transform:none!important;letter-spacing:0!important;
  font-size:13px!important
}

/* SHOW MY PUBLIC PROFILE — clean chip below menu */
.stm-user-private-sidebar a[href*="public"],
.stm-user-private-sidebar .stm-show-public-profile{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;
  margin:24px 0 0!important;padding:11px 16px!important;
  background:transparent!important;color:#dd0000!important;
  border:1.5px solid rgba(221,0,0,.4)!important;
  border-radius:6px!important;
  font-size:11px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.5px!important;
  text-decoration:none!important;
  transition:all .15s!important;
  width:100%!important;box-sizing:border-box
}
.stm-user-private-sidebar a[href*="public"] i{
  font-size:11px!important;width:14px!important;min-width:14px!important;
  color:inherit!important;margin:0!important
}
.stm-user-private-sidebar a[href*="public"]:hover{
  background:#dd0000!important;border-color:#dd0000!important;color:#fff!important
}

/* Right side - white card stays */
.stm-user-private .col-md-9{
  background:#fff!important;padding:36px 40px!important;
  min-height:100vh!important;border-radius:0!important;
  box-shadow:none!important;border:none!important
}
.stm-user-private .col-md-9 > *{
  background:transparent!important;padding:0!important;
  border:none!important;box-shadow:none!important;border-radius:0!important
}

/* Page title */
.stm-user-private .col-md-9 h2:first-child{
  font-size:26px!important;font-weight:800!important;color:#0f172a!important;
  margin:0 0 28px!important;padding:0 0 20px!important;
  border-bottom:1px solid #e6e9ef!important;letter-spacing:-.2px
}

/* Mobile responsive */
@media (max-width:991px){
  .stm-user-private .col-md-3{min-height:auto!important;padding:24px 20px!important}
  .stm-user-private .col-md-9{padding:24px 20px!important}
}
/* RCN Race history & Provenance — only shown on race-car / race-bikes single-listing pages */
.rcn-race-history { padding: 4px 0; }
.rcn-race-history__intro {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 10px 14px;
	background: linear-gradient(90deg, #fff7ed, #fff);
	border-left: 3px solid #ea580c;
	border-radius: 6px;
	color: #7c2d12;
	font-size: 13px;
	font-style: italic;
}
.rcn-race-history__intro svg { color: #ea580c; flex-shrink: 0; }
.rcn-race-history__table { margin-bottom: 20px; }
.rcn-race-history__blocks {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.rcn-race-history__block {
	padding: 14px 16px;
	background: #fafaf9;
	border: 1px solid #e7e5e4;
	border-radius: 8px;
}
.rcn-race-history__heading {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	color: #9a3412;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.rcn-race-history__body { margin: 0; font-size: 14px; line-height: 1.65; color: #1f2937; }
.rcn-race-history__body p:last-child { margin-bottom: 0; }
.rcn-race-history__body p:first-child { margin-top: 0; }
/* RCN Contact section — "Start a chat" CTA block (replaces the legacy dead form) */
.rcn-contact-section__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}
.rcn-contact-section__cta .rcn-btn {
	min-width: 260px;
	justify-content: center;
}
.rcn-contact-section__hint {
	margin: 0;
	font-size: 13px;
	color: #64748b;
	text-align: center;
}
.rcn-contact-section__hint a {
	color: #dc2626;
	font-weight: 600;
	text-decoration: none;
}
.rcn-contact-section__hint a:hover { text-decoration: underline; }
/* === Fix: Messages dashboard going black ===
   The [data-theme="dark"] tokens block in tokens.css flips --rcn-bg / --rcn-surface
   to near-black (#0A0E1A / #131725). If anything sets data-theme=dark on <html> or
   <body>, the user-content, chat layout backgrounds collapse to dark navy.
   chat.css uses hardcoded #fff for sidebar/header but the parent .rcn-user-content
   (which uses var(--rcn-surface)) goes dark and surrounds the layout. Force light. */
[data-theme="dark"] .rcn-user-area,
.rcn-user-area { background: #F7F8FA !important; }
[data-theme="dark"] .rcn-user-content,
.rcn-user-content { background: #FFFFFF !important; }
[data-theme="dark"] .rcn-chat__layout,
.rcn-chat__layout { background: #FFFFFF !important; }
[data-theme="dark"] .rcn-chat__sidebar,
.rcn-chat__sidebar { background: #FAFBFC !important; }
[data-theme="dark"] .rcn-chat__sidebar-head,
.rcn-chat__sidebar-head { background: #FFFFFF !important; }
[data-theme="dark"] .rcn-chat__sidebar-head h2,
.rcn-chat__sidebar-head h2 { color: #0F172A !important; }
[data-theme="dark"] .rcn-chat__thread,
.rcn-chat__thread { background: #FFFFFF !important; }
[data-theme="dark"] .rcn-chat__list,
.rcn-chat__list { background: #FAFBFC !important; }

/* === Share dropdown on listings === */
.rcn-share { position: relative; display: inline-flex; }
.rcn-share__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 50;
	min-width: 200px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .12), 0 4px 8px rgba(15, 23, 42, .05);
	padding: 6px;
	display: flex;
	flex-direction: column;
}
.rcn-share__opt {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 7px;
	color: #0f172a;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	transition: background .12s;
}
.rcn-share__opt:hover { background: #f1f5f9; color: #0f172a; }
.rcn-share__ic {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
}
.rcn-share__ic svg { width: 14px; height: 14px; }
.rcn-share__ic--wa { background: #25D366; }
.rcn-share__ic--fb { background: #1877F2; }
.rcn-share__ic--x  { background: #000; }
.rcn-share__ic--tg { background: #0088CC; }
.rcn-share__ic--in { background: #0A66C2; }
.rcn-share__ic--em { background: #64748b; }
.rcn-share__ic--link { background: #dc2626; }
/* RCN — Permanent location section (map outside tabs) */
.rcn-listing-location {
	margin: 28px 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
}
.rcn-listing-location__head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 16px 20px;
	border-bottom: 1px solid #e5e7eb;
	flex-wrap: wrap;
}
.rcn-listing-location__head h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	color: #0f172a;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.rcn-listing-location__head h2 svg { color: #dc2626; }
.rcn-listing-location__addr {
	margin: 0;
	font-size: 14px;
	color: #64748b;
	font-weight: 500;
}
.rcn-listing-location__map {
	width: 100%;
	height: 360px;
	min-height: 280px;
}
@media (max-width: 768px) {
	.rcn-listing-location__map { height: 260px; }
}
/* RCN — Listing view stats (total + this week) on right panel */
.rcn-listing-panel__stats {
	display: flex;
	gap: 12px;
	margin: 14px 0 6px;
	padding: 12px 14px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	flex-wrap: wrap;
}
.rcn-listing-panel__stat {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12.5px;
	color: #64748b;
	font-weight: 500;
	flex: 1 1 auto;
	min-width: 0;
}
.rcn-listing-panel__stat svg { color: #dc2626; flex-shrink: 0; }
.rcn-listing-panel__stat strong {
	color: #0f172a;
	font-weight: 800;
	font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
	font-size: 13.5px;
}
.rcn-listing-panel__stat + .rcn-listing-panel__stat {
	padding-left: 12px;
	border-left: 1px solid #e2e8f0;
}
/* RCN Jobs — force-hide native checkbox in chips (Motors theme overrides leak through) */
.rcn-jobs-post__chip input[type="checkbox"],
.rcn-jobs-post__chips input[type="checkbox"] {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	border: 0 !important;
	background: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}
.rcn-jobs-post__chip {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin: 0 !important;
}
.rcn-jobs-post__chip span {
	display: inline-block;
	padding: 6px 14px !important;
	background: #f8fafc !important;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #475569 !important;
	transition: all .15s !important;
	user-select: none;
}
.rcn-jobs-post__chip:hover span {
	border-color: #cbd5e1 !important;
	background: #fff !important;
}
.rcn-jobs-post__chip input[type="checkbox"]:checked + span {
	background: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}
/* RCN Jobs — chips rebuilt as buttons (no native checkbox, no Motors interference) */
.rcn-jobs-post__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.rcn-jobs-post__chip,
button.rcn-jobs-post__chip {
	display: inline-flex !important;
	align-items: center !important;
	padding: 7px 14px !important;
	background: #f8fafc !important;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #475569 !important;
	cursor: pointer !important;
	font-family: inherit !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	min-height: 0 !important;
	height: auto !important;
	transition: background .15s, border-color .15s, color .15s, transform .1s !important;
}
.rcn-jobs-post__chip:hover,
button.rcn-jobs-post__chip:hover {
	background: #fff !important;
	border-color: #cbd5e1 !important;
	color: #0f172a !important;
}
.rcn-jobs-post__chip:active,
button.rcn-jobs-post__chip:active {
	transform: scale(.97);
}
.rcn-jobs-post__chip.is-checked,
button.rcn-jobs-post__chip.is-checked {
	background: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}
.rcn-jobs-post__chip.is-checked:hover,
button.rcn-jobs-post__chip.is-checked:hover {
	background: #b91c1c !important;
	border-color: #b91c1c !important;
	color: #fff !important;
}
/* RCN Services — modern post form UI */

/* Section heads with numbered badge */
.rcn-services-post__section-head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 18px;
}
.rcn-services-post__section-num {
	flex-shrink: 0;
	width: 32px; height: 32px;
	background: #dc2626;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 14px;
	font-family: 'JetBrains Mono', monospace;
}
.rcn-services-post__section-head h2 { margin: 0 0 2px; font-size: 17px; }
.rcn-services-post__section-head p { margin: 0; color: #64748b; font-size: 13px; }
.rcn-services-post__optional {
	color: #94a3b8;
	font-weight: 500;
	font-size: 13px;
}

/* Chip search field */
.rcn-services-post__chip-search {
	font-size: 13px !important;
	padding: 8px 12px !important;
}

/* Map */
.rcn-services-post__map {
	width: 100%;
	height: 360px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	margin: 8px 0;
}
@media (max-width: 768px) { .rcn-services-post__map { height: 280px; } }
.rcn-services-post__map-search {
	display: flex;
	gap: 8px;
}
.rcn-services-post__map-search .rcn-input { flex: 1; }

/* Price tier cards */
.rcn-services-post__price-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
@media (max-width: 768px) { .rcn-services-post__price-grid { grid-template-columns: repeat(2, 1fr); } }
.rcn-services-post__price-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 14px;
	background: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	cursor: pointer;
	font-family: inherit;
	transition: all .15s;
	text-align: center;
}
.rcn-services-post__price-card:hover {
	border-color: #cbd5e1;
	transform: translateY(-2px);
}
.rcn-services-post__price-card.is-active {
	border-color: #dc2626;
	background: #fef2f2;
	box-shadow: 0 4px 12px rgba(220, 38, 38, .15);
}
.rcn-services-post__price-symbol {
	font-size: 28px;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -.02em;
	font-family: 'JetBrains Mono', monospace;
	margin-bottom: 4px;
}
.rcn-services-post__price-card.is-active .rcn-services-post__price-symbol { color: #dc2626; }
.rcn-services-post__price-label {
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 2px;
}
.rcn-services-post__price-hint {
	font-size: 11px;
	color: #94a3b8;
	font-weight: 500;
}

/* Gallery uploader (drag-drop area) */
.rcn-services-post__uploader {
	border: 2px dashed #cbd5e1;
	border-radius: 12px;
	padding: 28px 24px;
	background: #f8fafc;
	text-align: center;
	transition: all .15s;
	cursor: pointer;
	position: relative;
}
.rcn-services-post__uploader.is-drag {
	border-color: #dc2626;
	background: #fef2f2;
}
.rcn-services-post__uploader-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: center;
	color: #475569;
	cursor: pointer;
}
.rcn-services-post__uploader-btn svg { color: #94a3b8; }
.rcn-services-post__uploader-btn strong { color: #dc2626; font-weight: 700; }
.rcn-services-post__uploader-btn div { text-align: left; }
.rcn-services-post__uploader-btn span {
	display: block;
	font-size: 12px;
	color: #94a3b8;
	margin-top: 2px;
}
.rcn-services-post__uploading {
	display: inline-block;
	margin-top: 10px;
	font-size: 12.5px;
	color: #64748b;
	font-weight: 600;
}

/* Gallery grid */
.rcn-services-post__gallery {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
}
.rcn-services-post__gal-item {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	overflow: hidden;
	background: #f1f5f9;
	cursor: grab;
	border: 1px solid #e5e7eb;
}
.rcn-services-post__gal-item:active { cursor: grabbing; }
.rcn-services-post__gal-item img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}
.rcn-services-post__gal-actions {
	position: absolute;
	top: 6px; right: 6px;
	display: flex;
	gap: 4px;
}
.rcn-services-post__gal-actions button {
	width: 26px; height: 26px;
	border-radius: 50%;
	background: rgba(15, 23, 42, .8);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.rcn-services-post__gal-actions button.is-featured {
	background: #fbbf24;
	color: #78350f;
}
.rcn-services-post__gal-actions button:hover { transform: scale(1.1); }
.rcn-services-post__gal-num {
	position: absolute;
	bottom: 6px; left: 6px;
	background: rgba(15, 23, 42, .8);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 4px;
	font-family: 'JetBrains Mono', monospace;
}
.rcn-services-post__gal-cover {
	position: absolute;
	bottom: 6px; right: 6px;
	background: #fbbf24;
	color: #78350f;
	font-size: 9px;
	font-weight: 800;
	padding: 2px 7px;
	border-radius: 4px;
	letter-spacing: .05em;
}

/* Documents */
.rcn-services-post__doc-add {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px;
}
@media (max-width: 640px) { .rcn-services-post__doc-add { grid-template-columns: 1fr; } }
.rcn-services-post__doc-list {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.rcn-services-post__doc-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}
.rcn-services-post__doc-icon {
	width: 36px; height: 36px;
	background: #fef2f2;
	color: #dc2626;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.rcn-services-post__doc-info { flex: 1; min-width: 0; }
.rcn-services-post__doc-info strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}
.rcn-services-post__doc-info a {
	color: #dc2626;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
.rcn-services-post__doc-remove {
	width: 28px; height: 28px;
	background: transparent;
	border: none;
	color: #94a3b8;
	cursor: pointer;
	font-size: 14px;
	border-radius: 50%;
}
.rcn-services-post__doc-remove:hover {
	background: #fee2e2;
	color: #dc2626;
}
/* RCN — fix Motors theme red <button> override on type picker + price cards */

/* === Jobs type picker (I'm a team / I'm an individual) === */
.rcn-jobs-post__type-card,
button.rcn-jobs-post__type-card,
body.rcn-theme .rcn-jobs-post__type-card {
	background: #fff !important;
	color: #0f172a !important;
	border: 2px solid #e5e7eb !important;
	box-shadow: none !important;
	text-shadow: none !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 28px 24px !important;
	border-radius: 14px !important;
	text-align: left !important;
	cursor: pointer !important;
	transition: border-color .15s, transform .15s, box-shadow .15s !important;
}
.rcn-jobs-post__type-card:hover,
button.rcn-jobs-post__type-card:hover,
body.rcn-theme .rcn-jobs-post__type-card:hover {
	background: #fff !important;
	color: #0f172a !important;
	border-color: #dc2626 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .08) !important;
}
.rcn-jobs-post__type-card h3,
.rcn-jobs-post__type-card h3 * {
	color: #0f172a !important;
	font-weight: 700 !important;
	margin: 0 0 6px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}
.rcn-jobs-post__type-card p,
.rcn-jobs-post__type-card p * {
	color: #64748b !important;
	font-weight: 400 !important;
	font-size: 13.5px !important;
	margin: 0 !important;
	line-height: 1.5 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}
.rcn-jobs-post__type-card strong {
	color: #0f172a !important;
	font-weight: 700 !important;
}

/* === Services price tier cards === */
.rcn-services-post__price-card,
button.rcn-services-post__price-card,
body.rcn-theme .rcn-services-post__price-card {
	background: #fff !important;
	color: #0f172a !important;
	border: 2px solid #e5e7eb !important;
	box-shadow: none !important;
	text-shadow: none !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 18px 14px !important;
	border-radius: 12px !important;
	text-align: center !important;
	cursor: pointer !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	transition: border-color .15s, transform .15s, background .15s !important;
}
.rcn-services-post__price-card:hover,
body.rcn-theme .rcn-services-post__price-card:hover {
	background: #fff !important;
	color: #0f172a !important;
	border-color: #cbd5e1 !important;
	transform: translateY(-2px) !important;
}
.rcn-services-post__price-card.is-active,
body.rcn-theme .rcn-services-post__price-card.is-active {
	background: #fef2f2 !important;
	border-color: #dc2626 !important;
	box-shadow: 0 4px 12px rgba(220, 38, 38, .15) !important;
}
.rcn-services-post__price-symbol {
	font-size: 28px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	margin-bottom: 4px !important;
	font-family: 'JetBrains Mono', monospace !important;
}
.rcn-services-post__price-card.is-active .rcn-services-post__price-symbol {
	color: #dc2626 !important;
}
.rcn-services-post__price-label {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	margin-bottom: 2px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}
.rcn-services-post__price-hint {
	font-size: 11px !important;
	color: #94a3b8 !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

/* === Jobs post — numbered sections (apply to existing form too) === */
.rcn-jobs-post__section-head {
	display: flex !important;
	gap: 14px !important;
	align-items: flex-start !important;
	margin-bottom: 18px !important;
}
.rcn-jobs-post__section-head h2 {
	margin: 0 0 2px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
}
/* RCN Jobs — numbered section badge (matches Services) */
.rcn-jobs-post__section-num {
	flex-shrink: 0;
	width: 32px; height: 32px;
	background: #dc2626;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 14px;
	font-family: 'JetBrains Mono', monospace;
}
.rcn-jobs-post__section-body { flex: 1; min-width: 0; }
.rcn-jobs-post__section-body h2 {
	margin: 0 0 2px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
}
.rcn-jobs-post__section-body p {
	margin: 0 !important;
	color: #64748b !important;
	font-size: 13px !important;
}
.rcn-jobs-post__change-type {
	background: transparent !important;
	border: none !important;
	color: #dc2626 !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	cursor: pointer !important;
	padding: 4px 10px !important;
	border-radius: 6px !important;
	margin-left: auto !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	height: auto !important;
	min-height: 0 !important;
}
.rcn-jobs-post__change-type:hover {
	background: #fef2f2 !important;
	color: #b91c1c !important;
}
/* RCN Jobs — photo / document upload zones */
.rcn-jobs-post__photo-zone,
.rcn-jobs-post__doc-zone {
	border: 2px dashed #cbd5e1;
	border-radius: 12px;
	padding: 24px;
	background: #f8fafc;
	text-align: center;
	cursor: pointer;
	transition: all .15s;
}
.rcn-jobs-post__photo-zone:hover,
.rcn-jobs-post__doc-zone:hover {
	border-color: #dc2626;
	background: #fef2f2;
}

.rcn-jobs-post__photo-preview {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 14px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}
.rcn-jobs-post__photo-preview img {
	width: 96px; height: 96px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid #e5e7eb;
}
.rcn-jobs-post__photo-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.rcn-jobs-post__photo-actions .rcn-btn {
	cursor: pointer;
}
.rcn-jobs-post__photo-actions input[type="file"] { display: none; }
/* ========== Multi-category chips on cards (Services/Jobs) ========== */
.rcn-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.rcn-card-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
  border: 1px solid rgba(220, 38, 38, 0.18);
  line-height: 1.3;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcn-card-chip--more {
  background: rgba(15, 23, 42, 0.06);
  color: #475569;
  border-color: rgba(15, 23, 42, 0.12);
  cursor: help;
}
.rcn-services-card__cat { display: none !important; } /* legacy single-cat element */

/* ========== Sell-page Jobs/Services CTA ========== */
.rcn-sell-cross-cta {
  margin: 48px auto 24px;
  max-width: 1100px;
  padding: 0 16px;
}
.rcn-sell-cross-cta__heading {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #0F172A;
}
.rcn-sell-cross-cta__sub {
  text-align: center;
  color: #64748B;
  margin: 0 0 24px;
  font-size: 15px;
}
.rcn-sell-cross-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 720px) {
  .rcn-sell-cross-cta__grid { grid-template-columns: 1fr; }
}
.rcn-sell-cross-cta__card {
  display: block;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E2E8F0;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.rcn-sell-cross-cta__card:hover {
  border-color: #DC2626;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(220,38,38,0.15);
}
.rcn-sell-cross-cta__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(220,38,38,0.10);
  color: #DC2626;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.rcn-sell-cross-cta__card-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #0F172A;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rcn-sell-cross-cta__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: #DC2626;
  color: #fff;
  letter-spacing: 0.05em;
}
.rcn-sell-cross-cta__card-desc {
  font-size: 14px;
  color: #64748B;
  margin: 0 0 14px;
  line-height: 1.5;
}
.rcn-sell-cross-cta__link {
  font-size: 14px;
  font-weight: 600;
  color: #DC2626;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.rcn-sell-cross-cta__link::after {
  content: "→";
  transition: transform .2s;
}
.rcn-sell-cross-cta__card:hover .rcn-sell-cross-cta__link::after {
  transform: translateX(4px);
}
/* ========================================================
   Single Service page — listing-style layout
   ======================================================== */
.rcn-svc-single { padding: 24px 0 64px; background: #F8FAFC; }
.rcn-svc-single__breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: #DC2626; margin-bottom: 16px;
}
.rcn-svc-single__breadcrumb a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; font-weight: 600; }
.rcn-svc-single__breadcrumb a:hover { text-decoration: underline; }
.rcn-svc-single__sep { color: #94A3B8; }

.rcn-svc-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1024px) {
  .rcn-svc-single__layout { grid-template-columns: 1fr; }
}

/* ========== Gallery ========== */
.rcn-svc-gallery {
  background: #0F172A;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.rcn-svc-gallery__stage {
  position: relative;
  aspect-ratio: 16/10;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.rcn-svc-gallery__image-link { display: contents; }
.rcn-svc-gallery__image {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  width: auto; height: auto;
}
.rcn-svc-gallery__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px;
  border-radius: 999px;
  background: #DC2626; color: #fff;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 5; box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: background .15s, transform .15s;
}
.rcn-svc-gallery__nav:hover { background: #B91C1C; transform: translateY(-50%) scale(1.05); }
.rcn-svc-gallery__nav--prev { left: 16px; }
.rcn-svc-gallery__nav--next { right: 16px; }
.rcn-svc-gallery__counter {
  position: absolute; top: 16px; right: 16px;
  background: rgba(0,0,0,0.6); color: #fff;
  padding: 4px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 700;
}
.rcn-svc-gallery__thumbs {
  display: flex; gap: 8px;
  padding: 12px;
  background: #0F172A;
  overflow-x: auto;
}
.rcn-svc-gallery__thumb {
  flex: 0 0 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0; background: transparent;
  transition: border-color .15s, opacity .15s;
  opacity: 0.65;
}
.rcn-svc-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rcn-svc-gallery__thumb.is-active { border-color: #DC2626; opacity: 1; }
.rcn-svc-gallery__thumb:hover { opacity: 1; }

.rcn-svc-single__cover-empty {
  background: #fff;
  border-radius: 14px;
  border: 2px dashed #E2E8F0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  aspect-ratio: 16/9;
  color: #94A3B8;
  margin-bottom: 16px;
}
.rcn-svc-single__cover-empty p { margin: 12px 0 0; font-size: 13px; }

/* ========== Spec strip ========== */
.rcn-svc-single__strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E2E8F0;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .rcn-svc-single__strip { grid-template-columns: repeat(2, 1fr); }
}
.rcn-svc-single__strip-cell {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px;
  border-right: 1px solid #E2E8F0;
}
.rcn-svc-single__strip-cell:last-child { border-right: none; }
@media (max-width: 720px) {
  .rcn-svc-single__strip-cell:nth-child(2n) { border-right: none; }
  .rcn-svc-single__strip-cell:nth-child(-n+2) { border-bottom: 1px solid #E2E8F0; }
}
.rcn-svc-single__strip-cell svg { color: #DC2626; flex-shrink: 0; }
.rcn-svc-single__strip-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: #94A3B8;
}
.rcn-svc-single__strip-value {
  font-size: 14px; font-weight: 700;
  color: #0F172A;
  margin-top: 2px;
}
.rcn-svc-single__strip-sub { color: #64748B; font-weight: 500; font-size: 12px; }

/* ========== Tabs ========== */
.rcn-svc-single__tabs {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E2E8F0;
  margin-bottom: 16px;
  overflow: hidden;
}
.rcn-svc-single__tab-nav {
  display: flex;
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
}
.rcn-svc-single__tab-nav button {
  background: transparent; border: none;
  padding: 14px 20px;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: #64748B; cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.rcn-svc-single__tab-nav button:hover { color: #0F172A; }
.rcn-svc-single__tab-nav button.is-active {
  color: #DC2626;
  background: #fff;
  border-bottom-color: #DC2626;
}
.rcn-svc-single__tab-panel { padding: 24px; }
.rcn-svc-single__tab-panel .rcn-prose { line-height: 1.65; color: #334155; }

.rcn-svc-single__specs {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
@media (max-width: 540px) { .rcn-svc-single__specs { grid-template-columns: 1fr; } }
.rcn-svc-single__specs li {
  position: relative; padding-left: 18px;
  color: #334155; font-size: 14px;
}
.rcn-svc-single__specs li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: #DC2626;
}

.rcn-svc-single__regions {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.rcn-svc-single__region-chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #F1F5F9;
  color: #334155;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  border: 1px solid #E2E8F0;
  transition: background .15s, color .15s;
}
.rcn-svc-single__region-chip:hover { background: #DC2626; color: #fff; border-color: #DC2626; }

/* ========== Map & Documents sections ========== */
.rcn-svc-single__section {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E2E8F0;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.rcn-svc-single__section h2 {
  margin: 0 0 14px;
  font-size: 16px; font-weight: 800;
  color: #0F172A;
}
.rcn-svc-single__map {
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  background: #E2E8F0;
}

.rcn-svc-single__docs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
@media (max-width: 720px) { .rcn-svc-single__docs { grid-template-columns: 1fr; } }
.rcn-svc-single__doc {
  display: flex; align-items: center; gap: 12px;
  padding: 14px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-decoration: none;
  color: #0F172A;
  transition: border-color .15s, transform .15s;
}
.rcn-svc-single__doc:hover { border-color: #DC2626; transform: translateY(-1px); }
.rcn-svc-single__doc > svg:first-child { color: #DC2626; flex-shrink: 0; }
.rcn-svc-single__doc > div { flex: 1; min-width: 0; }
.rcn-svc-single__doc-name { font-weight: 700; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rcn-svc-single__doc-type { font-size: 11px; color: #94A3B8; letter-spacing: 0.05em; }

/* ========== Sidebar (right column) ========== */
.rcn-svc-single__side { position: sticky; top: 90px; }
@media (max-width: 1024px) {
  .rcn-svc-single__side { position: static; }
}

.rcn-svc-single__actions {
  display: flex; gap: 8px;
  margin-bottom: 12px;
}
.rcn-svc-single__act {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  font-size: 13px; font-weight: 700;
  color: #334155; cursor: pointer;
  transition: border-color .15s, color .15s;
}
.rcn-svc-single__act:hover { border-color: #DC2626; color: #DC2626; }
.rcn-svc-single__act-share { position: relative; flex: 1; }
.rcn-svc-single__act-share .rcn-svc-single__act { width: 100%; }
.rcn-svc-single__share-menu {
  position: absolute; top: calc(100% + 6px); right: 0;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  box-shadow: 0 12px 24px -8px rgba(0,0,0,0.15);
  min-width: 180px;
  padding: 6px;
  z-index: 50;
}
.rcn-svc-single__share-menu a,
.rcn-svc-single__share-menu button {
  display: block; width: 100%; text-align: left;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px; font-weight: 600;
  color: #334155; text-decoration: none;
  background: transparent; border: none; cursor: pointer;
}
.rcn-svc-single__share-menu a:hover,
.rcn-svc-single__share-menu button:hover { background: #F8FAFC; color: #DC2626; }

.rcn-svc-single__card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 12px;
}
.rcn-svc-single__card--head { padding: 24px; }

.rcn-svc-single__cat-row {
  display: flex; flex-wrap: wrap; gap: 4px;
  margin-bottom: 12px;
}
.rcn-svc-single__cat-chip {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
  border: 1px solid rgba(220, 38, 38, 0.18);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  white-space: nowrap;
}
.rcn-svc-single__cat-chip--more {
  background: #F1F5F9; color: #475569;
  border-color: #E2E8F0;
}

.rcn-svc-single__title {
  font-size: 22px; font-weight: 800; line-height: 1.25;
  margin: 0 0 6px;
  color: #0F172A;
  word-wrap: break-word;
}
.rcn-svc-single__company {
  font-size: 14px; font-weight: 600;
  color: #475569;
  margin-bottom: 6px;
}
.rcn-svc-single__tagline {
  font-size: 13px; font-style: italic;
  color: #64748B;
  margin: 0 0 14px;
  line-height: 1.5;
}
.rcn-svc-single__loc {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  background: #F1F5F9;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  color: #334155;
  margin-bottom: 14px;
}
.rcn-svc-single__loc svg { color: #DC2626; }

.rcn-svc-single__price {
  padding: 14px;
  background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
  color: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.rcn-svc-single__price-tier {
  font-size: 28px; font-weight: 900;
  line-height: 1;
}
.rcn-svc-single__price-label {
  font-size: 12px; font-weight: 600;
  opacity: 0.85;
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-top: 4px;
}

.rcn-svc-single__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px;
  font-size: 15px; font-weight: 700;
  text-decoration: none;
}

.rcn-svc-single__quick {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px;
  margin-top: 12px;
}
.rcn-svc-single__quick-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  padding: 8px 10px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 12px; font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: border-color .15s, color .15s;
}
.rcn-svc-single__quick-btn:hover { border-color: #DC2626; color: #DC2626; }
.rcn-svc-single__quick-btn svg { color: #DC2626; }

.rcn-svc-single__socials {
  display: flex; gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #F1F5F9;
}
.rcn-svc-single__socials a {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
  background: #F1F5F9;
  color: #64748B;
  transition: background .15s, color .15s;
}
.rcn-svc-single__socials a:hover { background: #DC2626; color: #fff; }

.rcn-svc-single__seller {
  display: flex; align-items: center; gap: 12px;
}
.rcn-svc-single__seller-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.rcn-svc-single__seller-info { flex: 1; min-width: 0; }
.rcn-svc-single__seller-name {
  font-weight: 700; font-size: 14px;
  color: #0F172A;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.rcn-svc-single__seller-role {
  font-size: 11px; color: #94A3B8;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.rcn-svc-single__seller-link {
  font-size: 13px; font-weight: 600;
  color: #DC2626; text-decoration: none;
  margin-top: 4px; display: inline-block;
}
.rcn-svc-single__seller-link:hover { text-decoration: underline; }

/* Hide print elements when printing */
@media print {
  .rcn-svc-single__breadcrumb,
  .rcn-svc-single__actions,
  .rcn-svc-single__cta,
  .rcn-header, .rcn-footer { display: none !important; }
  .rcn-svc-single__layout { grid-template-columns: 1fr; }
  .rcn-svc-single__side { position: static; }
}
/* Price tier — toned down from red gradient to white card with red accent */
.rcn-svc-single__price {
  background: #fff !important;
  color: #DC2626 !important;
  border: 1.5px solid #FECACA !important;
  padding: 16px !important;
}
.rcn-svc-single__price-tier {
  color: #DC2626 !important;
  font-size: 32px !important;
  line-height: 1 !important;
}
.rcn-svc-single__price-label {
  color: #94A3B8 !important;
  opacity: 1 !important;
  margin-top: 6px !important;
}

/* Sell-page cross CTA — adjust for sell-page wrapper */
body.rcn-sell .rcn-sell-cross-cta {
  margin: 56px auto 32px !important;
  padding: 0 16px !important;
}
/* ============================================================
   My Listings — type tabs (Listings / Jobs / Services)
   ============================================================ */
.rcn-mylistings-typenav {
  display: flex;
  gap: 6px;
  margin: 0 0 24px;
  padding: 6px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(15,23,42,.04);
  overflow-x: auto;
  flex-wrap: nowrap;
}
.rcn-mylistings-typenav__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: #475569;
  background: transparent;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, color .15s;
  flex: 1;
  justify-content: center;
}
.rcn-mylistings-typenav__tab:hover {
  background: #F1F5F9;
  color: #0F172A;
}
.rcn-mylistings-typenav__tab.is-active {
  background: #DC2626;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(220,38,38,.35);
}
.rcn-mylistings-typenav__tab.is-active:hover {
  background: #B91C1C;
  color: #fff;
}
.rcn-mylistings-typenav__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(15,23,42,.08);
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}
.rcn-mylistings-typenav__tab.is-active .rcn-mylistings-typenav__count {
  background: rgba(255,255,255,.25);
}
@media (max-width: 720px) {
  .rcn-mylistings-typenav__tab {
    padding: 10px 12px;
    font-size: 13px;
  }
  .rcn-mylistings-typenav__tab svg { display: none; }
}
/* ============================================================
   User Sidebar — unified #1e293b background
   ============================================================ */
.rcn-user-sidebar {
  background: #1e293b !important;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.rcn-user-sidebar__head {
  background: #1e293b !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.rcn-user-sidebar__nav {
  background: #1e293b !important;
  padding: 12px 10px !important;
}
.rcn-user-sidebar__link {
  color: rgba(255,255,255,0.72) !important;
  border-radius: 8px;
  transition: background .15s, color .15s;
}
.rcn-user-sidebar__link:hover {
  background: rgba(255,255,255,0.06) !important;
  color: #fff !important;
}
.rcn-user-sidebar__link.active {
  background: rgba(220,38,38,0.18) !important;
  color: #fca5a5 !important;
  font-weight: 700;
}
.rcn-user-sidebar__link.active svg {
  color: #f87171 !important;
}
.rcn-user-sidebar__badge {
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: auto;
}
.rcn-user-sidebar__public,
.rcn-user-sidebar__logout {
  background: rgba(255,255,255,0.04) !important;
  color: rgba(255,255,255,0.55) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 0 !important;
}
.rcn-user-sidebar__public:hover,
.rcn-user-sidebar__logout:hover {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
}
.rcn-user-sidebar__logout {
  border-top: 0 !important;
}
.rcn-user-sidebar__upgrade {
  background: #dc2626 !important;
  color: #fff !important;
  margin: 12px 12px 0 !important;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(220,38,38,0.35);
}
.rcn-user-sidebar__upgrade:hover {
  background: #b91c1c !important;
}

/* ============================================================
   Dashboard KPI grid — 6 cols on desktop
   ============================================================ */
.rcn-kpi-grid.rcn-kpi-grid--6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (min-width: 1100px) {
  .rcn-kpi-grid.rcn-kpi-grid--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 720px) {
  .rcn-kpi-grid.rcn-kpi-grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   Dashboard mini-cards (jobs/services on dashboard)
   ============================================================ */
.rcn-dashboard-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 900px) {
  .rcn-dashboard-mini-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .rcn-dashboard-mini-grid { grid-template-columns: 1fr; }
}
.rcn-dashboard-mini-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.rcn-dashboard-mini-card:hover {
  border-color: #DC2626;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -8px rgba(220,38,38,0.18);
}
.rcn-dashboard-mini-card__img {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #F1F5F9;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcn-dashboard-mini-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #DC2626;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rcn-dashboard-mini-card__price {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  color: #DC2626;
  font-size: 14px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.rcn-dashboard-mini-card__body {
  padding: 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rcn-dashboard-mini-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 6px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rcn-dashboard-mini-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #64748B;
  margin-top: auto;
}
.rcn-dashboard-mini-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.rcn-dashboard-mini-card__meta svg {
  color: #DC2626;
}
/* ============================================================
   FIX: tab buttons (Description/Specialties/Coverage) invisibile
   — Motors theme override su <button> rendeva il testo bianco
   ============================================================ */
.rcn-svc-single__tab-nav button,
.rcn-svc-single__tab-nav button:hover,
.rcn-svc-single__tab-nav button:focus {
  background: transparent !important;
  color: #64748B !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  padding: 14px 20px !important;
  cursor: pointer !important;
  -webkit-text-fill-color: #64748B !important;
}
.rcn-svc-single__tab-nav button:hover {
  color: #0F172A !important;
  -webkit-text-fill-color: #0F172A !important;
}
.rcn-svc-single__tab-nav button.is-active,
.rcn-svc-single__tab-nav button[class*="is-active"] {
  color: #DC2626 !important;
  -webkit-text-fill-color: #DC2626 !important;
  background: #fff !important;
  border-bottom-color: #DC2626 !important;
}

/* ============================================================
   FIX: sidebar residual black — round outer corners + remove
   any pre-existing dark borders, force uniform #1e293b
   ============================================================ */
.rcn-user-sidebar {
  background: #1e293b !important;
  border: none !important;
  box-shadow: 0 1px 3px rgba(15,23,42,0.06);
}
.rcn-user-sidebar > * {
  background-color: transparent !important;
}
.rcn-user-sidebar__head {
  background: transparent !important;
  padding-top: 22px !important;
}
.rcn-user-sidebar::before,
.rcn-user-sidebar::after { display: none !important; }
.rcn-user-sidebar__public,
.rcn-user-sidebar__logout {
  background: transparent !important;
  color: rgba(255,255,255,0.55) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.rcn-user-sidebar__public:hover,
.rcn-user-sidebar__logout:hover {
  background: rgba(255,255,255,0.06) !important;
  color: #fff !important;
}
/* ============================================================
   FIX: Sidebar — forza #1e293b ovunque (max specificity)
   ============================================================ */
body.rcn-user-area aside.rcn-user-sidebar,
body.rcn-user-area aside.rcn-user-sidebar > div,
body.rcn-user-area aside.rcn-user-sidebar > nav,
body.rcn-user-area aside.rcn-user-sidebar > a {
  background-color: #1e293b !important;
  background-image: none !important;
}
body.rcn-user-area aside.rcn-user-sidebar { border: none !important; border-radius: 14px !important; overflow: hidden !important; }
body.rcn-user-area aside.rcn-user-sidebar .rcn-user-sidebar__head { background: #1e293b !important; padding: 22px 18px 18px !important; border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
body.rcn-user-area aside.rcn-user-sidebar .rcn-user-sidebar__nav { background: #1e293b !important; padding: 12px 10px !important; }
body.rcn-user-area aside.rcn-user-sidebar .rcn-user-sidebar__public,
body.rcn-user-area aside.rcn-user-sidebar .rcn-user-sidebar__logout { background: #1e293b !important; border-top: 1px solid rgba(255,255,255,0.08) !important; color: rgba(255,255,255,0.55) !important; padding: 12px 18px !important; }
body.rcn-user-area aside.rcn-user-sidebar .rcn-user-sidebar__public:hover,
body.rcn-user-area aside.rcn-user-sidebar .rcn-user-sidebar__logout:hover { background: #273548 !important; color: #fff !important; }

/* ============================================================
   FIX: Dark Inbox header inside chat panel — make it light
   ============================================================ */
.rcn-chat__sidebar-head {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
  padding: 16px 18px !important;
}
.rcn-chat__sidebar-head h2 {
  color: #0f172a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  margin: 0 !important;
}
.rcn-chat__sidebar {
  background: #fff !important;
  border-radius: 14px 0 0 14px !important;
  border-right: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
}
.rcn-chat__thread {
  background: #fff !important;
  border-radius: 0 14px 14px 0 !important;
}
.rcn-chat__layout {
  background: #fff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(15,23,42,0.05) !important;
}
.rcn-chat__count {
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 6px;
}

/* ============================================================
   FIX: kebab menu on .rcn-chat__item buttons
   ============================================================ */
.rcn-chat__item {
  position: relative !important;
}
.rcn-chat__item .rcn-chat-kebab {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  transition: opacity .15s, border-color .15s, background .15s;
  padding: 0;
}
.rcn-chat__item:hover .rcn-chat-kebab,
.rcn-chat__item.active .rcn-chat-kebab,
.rcn-chat-kebab.is-open { opacity: 1; }
.rcn-chat__item .rcn-chat-kebab:hover { border-color: #dc2626; background: #fee2e2; }
.rcn-chat__item .rcn-chat-kebab svg { color: #64748b; pointer-events: none; }
.rcn-chat__item .rcn-chat-kebab:hover svg { color: #dc2626; }

.rcn-chat-kebab-menu {
  position: absolute;
  top: 40px;
  right: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 12px 24px -8px rgba(0,0,0,0.18);
  min-width: 200px;
  padding: 6px;
  z-index: 100;
}
.rcn-chat-kebab-menu button {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  padding: 9px 12px !important;
  border-radius: 6px;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  text-transform: none !important;
  -webkit-text-fill-color: #334155 !important;
  box-shadow: none !important;
}
.rcn-chat-kebab-menu button:hover {
  background: #f8fafc !important;
  color: #dc2626 !important;
  -webkit-text-fill-color: #dc2626 !important;
}
.rcn-chat-kebab-menu button.is-danger { color: #dc2626 !important; -webkit-text-fill-color: #dc2626 !important; }
.rcn-chat-kebab-menu button.is-danger:hover { background: #fee2e2 !important; }
.rcn-chat-kebab-menu button svg { flex-shrink: 0; }
/* ============================================================
   Help Center — UI polish pass
   ============================================================ */

/* Hero — more refined dark background with subtle radial glow */
.rcn-help-hero {
  position: relative;
  padding: 64px 20px 80px !important;
  margin-bottom: 48px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
.rcn-help-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 140%;
  background: radial-gradient(circle, rgba(220,38,38,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.rcn-help-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle, rgba(220,38,38,0.10) 0%, transparent 55%);
  pointer-events: none;
}
.rcn-help-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.rcn-help-hero__badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(220,38,38,0.15);
  border: 1px solid rgba(220,38,38,0.30);
  color: #f87171;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.rcn-help-hero h1 {
  color: #fff !important;
  font-size: 44px !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.1 !important;
  margin: 0 0 18px !important;
}
.rcn-help-hero__lead {
  color: rgba(255,255,255,0.72) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  max-width: 620px;
  margin: 0 auto 32px !important;
}

/* Search bar — icon, placeholder, focus ring */
.rcn-help-hero__search {
  position: relative;
  max-width: 560px;
  margin: 0 auto 36px;
}
.rcn-help-hero__search::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px;
  pointer-events: none;
}
.rcn-help-hero__search input[type="text"] {
  width: 100% !important;
  padding: 14px 18px 14px 48px !important;
  background: rgba(255,255,255,0.96) !important;
  border: 1.5px solid rgba(255,255,255,0.18) !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18) !important;
  transition: border-color .15s, box-shadow .15s, transform .15s !important;
  outline: none !important;
}
.rcn-help-hero__search input[type="text"]::placeholder {
  color: #94a3b8 !important;
  font-weight: 500;
}
.rcn-help-hero__search input[type="text"]:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 4px rgba(220,38,38,0.18), 0 8px 22px rgba(0,0,0,0.22) !important;
  transform: translateY(-1px);
}

/* Stats — refined boxes */
.rcn-help-hero__stats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}
.rcn-help-hero__stat {
  padding: 16px 12px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(8px);
  transition: background .15s, border-color .15s, transform .15s;
}
.rcn-help-hero__stat:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(220,38,38,0.40) !important;
  transform: translateY(-2px);
}
.rcn-help-hero__stat-num {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: -0.02em;
  line-height: 1 !important;
  margin-bottom: 6px;
}
.rcn-help-hero__stat-lbl {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.55) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
}
@media (max-width: 640px) {
  .rcn-help-hero { padding: 44px 16px 56px !important; }
  .rcn-help-hero h1 { font-size: 32px !important; }
  .rcn-help-hero__stats { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Section title */
.rcn-help-section-title {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #94a3b8 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 18px !important;
}

/* Topic cards — 4 cols on wide, gradient hover, icon refined */
.rcn-help-topics {
  max-width: 1200px;
  margin: 0 auto 56px;
  padding: 0 20px;
}
.rcn-help-topics__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
@media (max-width: 1100px) {
  .rcn-help-topics__grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 800px) {
  .rcn-help-topics__grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 520px) {
  .rcn-help-topics__grid { grid-template-columns: 1fr !important; }
}
.rcn-help-topic-card {
  display: flex !important;
  flex-direction: column;
  padding: 22px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s, border-color .2s !important;
}
.rcn-help-topic-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
}
.rcn-help-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -10px rgba(15,23,42,0.15) !important;
  border-color: #fecaca !important;
}
.rcn-help-topic-card:hover::before {
  transform: scaleX(1);
}
.rcn-help-topic-card__icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  margin-bottom: 14px !important;
  background: rgba(220,38,38,0.10);
}
.rcn-help-topic-card__icon--red    { background: rgba(220,38,38,0.10) !important; }
.rcn-help-topic-card__icon--blue   { background: rgba(37,99,235,0.10) !important; }
.rcn-help-topic-card__icon--green  { background: rgba(5,150,105,0.10) !important; }
.rcn-help-topic-card__icon--yellow { background: rgba(217,119,6,0.12) !important; }
.rcn-help-topic-card__icon--purple { background: rgba(124,58,237,0.10) !important; }
.rcn-help-topic-card__icon--teal   { background: rgba(8,145,178,0.10) !important; }
.rcn-help-topic-card__icon--pink   { background: rgba(219,39,119,0.10) !important; }
.rcn-help-topic-card__title {
  display: block !important;
  font-weight: 800 !important;
  font-size: 15.5px !important;
  color: #0f172a !important;
  line-height: 1.3;
  margin-bottom: 6px !important;
}
.rcn-help-topic-card__desc {
  display: block !important;
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.5;
  margin-bottom: 14px !important;
  flex: 1;
}
.rcn-help-topic-card__cta {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #dc2626 !important;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: gap .2s;
}
.rcn-help-topic-card:hover .rcn-help-topic-card__cta {
  gap: 8px;
}

/* Body layout — sidebar TOC + main */
.rcn-help-body {
  display: grid !important;
  grid-template-columns: 240px 1fr !important;
  gap: 36px !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media (max-width: 900px) {
  .rcn-help-body { grid-template-columns: 1fr !important; }
}

.rcn-help-toc {
  position: sticky;
  top: 96px;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.rcn-help-toc__head {
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.rcn-help-toc ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rcn-help-toc li {
  margin: 0 !important;
}
.rcn-help-toc a {
  display: block;
  padding: 7px 10px;
  color: #475569 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 6px;
  border-left: 2px solid transparent;
  transition: background .15s, color .15s, border-color .15s;
}
.rcn-help-toc a:hover {
  background: #f8fafc;
  color: #dc2626 !important;
  border-left-color: #dc2626;
}

/* Main sections — refined typography */
.rcn-help-main {
  min-width: 0;
}
.rcn-help-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 18px;
  scroll-margin-top: 90px;
}
.rcn-help-section__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}
.rcn-help-section__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  flex-shrink: 0;
}
.rcn-help-section__ico--red    { background: rgba(220,38,38,0.10); }
.rcn-help-section__ico--blue   { background: rgba(37,99,235,0.10); }
.rcn-help-section__ico--green  { background: rgba(5,150,105,0.10); }
.rcn-help-section__ico--yellow { background: rgba(217,119,6,0.12); }
.rcn-help-section__ico--purple { background: rgba(124,58,237,0.10); }
.rcn-help-section__ico--teal   { background: rgba(8,145,178,0.10); }
.rcn-help-section__ico--pink   { background: rgba(219,39,119,0.10); }
.rcn-help-section__head h2 {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.015em;
}
.rcn-help-section h3 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 22px 0 12px !important;
  letter-spacing: -0.01em;
}
.rcn-help-section p {
  color: #334155;
  line-height: 1.65;
  font-size: 14.5px;
  margin: 0 0 14px;
}
.rcn-help-section p:last-child { margin-bottom: 0; }
.rcn-help-section strong { color: #0f172a; font-weight: 700; }
.rcn-help-section a {
  color: #dc2626;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(220,38,38,0.30);
  transition: border-color .15s;
}
.rcn-help-section a:hover { border-bottom-color: #dc2626; }

/* Callouts — distinct visual treatment */
.rcn-help-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.55;
}
.rcn-help-callout__ico { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.rcn-help-callout > div { flex: 1; min-width: 0; }
.rcn-help-callout--info {
  background: rgba(37,99,235,0.06);
  border: 1px solid rgba(37,99,235,0.20);
  color: #1e3a8a;
}
.rcn-help-callout--tip {
  background: rgba(217,119,6,0.06);
  border: 1px solid rgba(217,119,6,0.20);
  color: #78350f;
}
.rcn-help-callout--success {
  background: rgba(5,150,105,0.06);
  border: 1px solid rgba(5,150,105,0.20);
  color: #064e3b;
}
.rcn-help-callout--warn {
  background: rgba(220,38,38,0.06);
  border: 1px solid rgba(220,38,38,0.20);
  color: #7f1d1d;
}

/* Steps — ordered list as numbered cards */
.rcn-help-steps {
  list-style: none !important;
  counter-reset: rcn-help-step;
  padding: 0 !important;
  margin: 16px 0 !important;
}
.rcn-help-steps li {
  position: relative;
  padding: 10px 14px 10px 48px !important;
  margin: 0 0 8px !important;
  background: #f8fafc;
  border-radius: 10px;
  border-left: 3px solid #dc2626;
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
  counter-increment: rcn-help-step;
}
.rcn-help-steps li::before {
  content: counter(rcn-help-step);
  position: absolute;
  left: 14px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: #dc2626;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

/* Checklists */
.rcn-help-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 !important;
}
.rcn-help-checklist li {
  position: relative;
  padding: 6px 0 6px 28px !important;
  font-size: 14px;
  line-height: 1.55;
  color: #334155;
}
.rcn-help-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px;
}

/* Grid-2 / Grid-3 mini-cards */
.rcn-help-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0;
}
.rcn-help-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0;
}
@media (max-width: 600px) {
  .rcn-help-grid-2,
  .rcn-help-grid-3 { grid-template-columns: 1fr; }
}
.rcn-help-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  font-size: 13.5px;
  line-height: 1.55;
}
.rcn-help-card__icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.rcn-help-card strong { color: #0f172a; display: block; margin-bottom: 4px; font-size: 14px; }
.rcn-help-card p { margin: 0; color: #64748b; font-size: 13px; }
.rcn-help-card--danger {
  background: rgba(220,38,38,0.04);
  border-color: rgba(220,38,38,0.20);
}

/* CTA section */
.rcn-help-section--cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: none;
  text-align: center;
  padding: 48px 32px;
}
.rcn-help-cta__icon {
  font-size: 40px;
  margin-bottom: 14px;
}
.rcn-help-cta h2 {
  color: #fff !important;
  font-size: 26px !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.015em;
}
.rcn-help-cta p {
  color: rgba(255,255,255,0.75) !important;
  font-size: 15px !important;
  max-width: 540px;
  margin: 0 auto 24px !important;
}
.rcn-help-cta__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.rcn-help-cta__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff !important;
  background: transparent;
  transition: background .15s, border-color .15s, transform .15s;
}
.rcn-help-cta__btn:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.40);
  transform: translateY(-1px);
}
.rcn-help-cta__btn--primary {
  background: #dc2626;
  border-color: #dc2626;
}
.rcn-help-cta__btn--primary:hover {
  background: #b91c1c;
  border-color: #b91c1c;
}
/* ============================================================
   Help page — Full-width hero + search hidden class
   ============================================================ */

/* Break out of parent container constraints so the hero spans full viewport */
body.rcn-help-page .rcn-help-hero,
body.page-id-2085 .rcn-help-hero {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: -32px !important;
  margin-bottom: 48px !important;
  border-radius: 0 !important;
  padding: 80px 20px 96px !important;
}

/* Search filter — hide sections that don't match */
.rcn-help-section.rcn-help-section--hidden {
  display: none !important;
}

/* "No results" state when search has zero matches */
.rcn-help-noresults {
  display: none;
  padding: 60px 24px;
  text-align: center;
  color: #94a3b8;
  background: #fff;
  border: 1px dashed #e2e8f0;
  border-radius: 14px;
  margin-top: 16px;
}
.rcn-help-noresults.is-on { display: block; }
.rcn-help-noresults__icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.rcn-help-noresults__title {
  color: #0f172a;
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 6px;
}
.rcn-help-noresults__hint {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

/* Also break-out the popular topics section so it aligns with content but the wrapper feels cohesive */
.rcn-help-topics,
.rcn-help-body {
  position: relative;
  z-index: 1;
}

/* Prevent any horizontal scroll caused by the 100vw trick */
body.page-id-2085,
body.rcn-help-page { overflow-x: hidden; }

/* Make sure the search input is focused on hash #search */
.rcn-help-hero__search input[type="text"]:focus-visible {
  outline: none !important;
}
/* ============================================================
   Help — fix icon spacing on steps + CTA button text visibility
   ============================================================ */

/* More breathing room on numbered steps */
.rcn-help-steps li {
  padding: 12px 16px 12px 56px !important;
}
.rcn-help-steps li::before {
  left: 16px !important;
  top: 12px !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 13px !important;
}

/* CTA section buttons — force text visibility (Motors theme strips button text) */
.rcn-help-cta__btn,
.rcn-help-cta__btn:hover,
.rcn-help-cta__btn:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  background-clip: padding-box !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  min-width: 140px !important;
  justify-content: center !important;
}
.rcn-help-cta__btn--primary,
.rcn-help-cta__btn--primary:hover {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
}
.rcn-help-cta__btn--primary:hover {
  background: #b91c1c !important;
  border-color: #b91c1c !important;
}

/* Section icons — better vertical alignment with title */
.rcn-help-section__head {
  align-items: center !important;
}
.rcn-help-section__head h2 {
  line-height: 1.25 !important;
}

/* Callout icon vertical alignment */
.rcn-help-callout__ico {
  font-size: 20px !important;
  margin-top: 0 !important;
  line-height: 1.4;
}

/* Hero — let popular topics breathe under the hero */
.rcn-help-topics {
  margin-top: -16px;
}
/* ============================================================
   Terms of Service page — modern layout
   ============================================================ */
.rcn-tos { max-width: 1200px; margin: 0 auto; padding: 0 20px 80px; }
.rcn-tos-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  padding: 56px 32px;
  border-radius: 16px;
  margin: 24px 0 36px;
  text-align: center;
}
.rcn-tos-hero__badge {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(220,38,38,0.18);
  color: #f87171;
  border: 1px solid rgba(220,38,38,0.30);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.rcn-tos-hero h1 {
  color: #fff !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  margin: 0 0 12px !important;
}
.rcn-tos-hero__lead {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 auto 16px;
}
.rcn-tos-hero__meta {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

.rcn-tos-body {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
}
@media (max-width: 900px) { .rcn-tos-body { grid-template-columns: 1fr; } }

.rcn-tos-toc {
  position: sticky;
  top: 96px;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.rcn-tos-toc__head {
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.rcn-tos-toc ul { list-style: none; padding: 0; margin: 0; }
.rcn-tos-toc li { margin: 0; }
.rcn-tos-toc a {
  display: block;
  padding: 6px 10px;
  color: #475569 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 6px;
  border-left: 2px solid transparent;
  transition: all .15s;
}
.rcn-tos-toc a:hover {
  background: #f8fafc;
  color: #dc2626 !important;
  border-left-color: #dc2626;
}

.rcn-tos-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 18px;
  scroll-margin-top: 90px;
}
.rcn-tos-section h2 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}
.rcn-tos-section h3 {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 22px 0 10px !important;
  letter-spacing: -0.01em !important;
}
.rcn-tos-section p {
  color: #334155 !important;
  line-height: 1.65 !important;
  font-size: 14.5px !important;
  margin: 0 0 14px !important;
}
.rcn-tos-section strong { color: #0f172a; font-weight: 700; }
.rcn-tos-section a {
  color: #dc2626;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(220,38,38,0.30);
}
.rcn-tos-section a:hover { border-bottom-color: #dc2626; }

.rcn-tos-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 !important;
}
.rcn-tos-list li {
  position: relative;
  padding: 6px 0 6px 24px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #334155 !important;
}
.rcn-tos-list li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dc2626;
}
/* ============================================================
   RCN dashboard fixes (added via audit 2026-05-28)
   1) Compact listing rows (Statistics "Top viewed", Favorites)
   2) Mobile "back to menu" bar visibility
   ============================================================ */

/* --- 1) Compact listing row -------------------------------------------------
   In My Listings the image sits inside a .rcn-mylisting-row__main grid that
   constrains it. In Statistics/Favorites the image is a DIRECT child of
   .rcn-mylisting-row (display:block) with aspect-ratio:4/3 and no width, so it
   blows up to full container width. Lay these out as a proper horizontal row
   with a fixed thumbnail. The :has() selector matches ONLY the compact variant
   (no .__main wrapper), leaving My Listings untouched. */
.rcn-mylisting-row:has(> .rcn-mylisting-row__image) {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
}
.rcn-mylisting-row > .rcn-mylisting-row__image {
    flex: 0 0 110px;
    width: 110px !important;       /* beat mobile.css width:100% !important */
    max-width: 110px;
    height: 82px;
    aspect-ratio: auto;
    max-height: none !important;   /* beat mobile.css max-height:200px */
    border-radius: 10px;
    overflow: hidden;
}
.rcn-mylisting-row > .rcn-mylisting-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rcn-mylisting-row > .rcn-mylisting-row__info {
    flex: 1 1 auto;
    min-width: 0;
}
.rcn-mylisting-row > .rcn-mylisting-row__price {
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
}
@media (max-width: 480px) {
    .rcn-mylisting-row > .rcn-mylisting-row__image {
        flex-basis: 84px;
        width: 84px !important;
        height: 64px;
    }
}

/* --- 2) Mobile back-to-menu bar --------------------------------------------
   .rcn-mob-backbar had no CSS anywhere — it rendered as a plain inline link
   (low-contrast browser blue). Give it a clear pill-button look. */
.rcn-mob-backbar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 16px;
    padding: 9px 16px 9px 12px;
    background: var(--rcn-surface-alt, #f1f5f9);
    border: 1px solid var(--rcn-border, #e2e8f0);
    border-radius: 9999px;
    color: var(--rcn-text, #0f172a);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.rcn-mob-backbar:hover,
.rcn-mob-backbar:focus {
    background: #fff;
    border-color: var(--rcn-brand, #dc2626);
    color: var(--rcn-brand, #dc2626);
}
.rcn-mob-backbar svg { flex-shrink: 0; }
.rcn-mob-backbar__label {
    color: var(--rcn-text-muted, #64748b);
    font-weight: 600;
}
.rcn-mob-backbar:hover .rcn-mob-backbar__label,
.rcn-mob-backbar:focus .rcn-mob-backbar__label {
    color: var(--rcn-brand, #dc2626);
}
/* ============================================================
   RCN dashboard fixes — kept INLINE (critical) to avoid a flash
   of the oversized image before the deferred bundle applies.
   ============================================================ */
.rcn-mylisting-row:has(> .rcn-mylisting-row__image){display:flex;align-items:center;gap:14px;padding:12px}
.rcn-mylisting-row > .rcn-mylisting-row__image{flex:0 0 110px;width:110px !important;max-width:110px;height:82px;aspect-ratio:auto;max-height:none !important;border-radius:10px;overflow:hidden}
.rcn-mylisting-row > .rcn-mylisting-row__image img{width:100%;height:100%;object-fit:cover;display:block}
.rcn-mylisting-row > .rcn-mylisting-row__info{flex:1 1 auto;min-width:0}
.rcn-mylisting-row > .rcn-mylisting-row__price{flex:0 0 auto;margin-left:auto;text-align:right}
@media (max-width:480px){.rcn-mylisting-row > .rcn-mylisting-row__image{flex-basis:84px;width:84px !important;height:64px}}
.rcn-mob-backbar{display:inline-flex;align-items:center;gap:6px;margin:0 0 16px;padding:9px 16px 9px 12px;background:var(--rcn-surface-alt,#f1f5f9);border:1px solid var(--rcn-border,#e2e8f0);border-radius:9999px;color:var(--rcn-text,#0f172a);font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}
.rcn-mob-backbar:hover,.rcn-mob-backbar:focus{background:#fff;border-color:var(--rcn-brand,#dc2626);color:var(--rcn-brand,#dc2626)}
.rcn-mob-backbar svg{flex-shrink:0}
.rcn-mob-backbar__label{color:var(--rcn-text-muted,#64748b);font-weight:600}
.rcn-mob-backbar:hover .rcn-mob-backbar__label,.rcn-mob-backbar:focus .rcn-mob-backbar__label{color:var(--rcn-brand,#dc2626)}