/* =====================================================
   ECIG-OCCAZ - FICHE ANNONCE PREMIUM COMPLETE
   Version responsive consolidée
   Scope : uniquement body.single-advert
   ===================================================== */

/* =========================
   BASE PAGE
   ========================= */

body.single-advert,
body.single-advert #page-container,
body.single-advert #main-content {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.single-advert #main-content,
body.single-advert #page-container {
  background: #faf9ff !important;
}

body.single-advert #left-area article.classified,
body.single-advert #left-area article.classified * {
  box-sizing: border-box !important;
}

body.single-advert #left-area article.classified {
  max-width: 1080px;
  margin: 0 auto 40px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid rgba(124,58,237,.12) !important;
  box-shadow: 0 14px 45px rgba(31,0,71,.08) !important;
  overflow: hidden !important;
}

/* =========================
   BREADCRUMB
   ========================= */

body.single-advert #left-area article.classified .breadcrumb-container {
  margin-bottom: 14px !important;
  font-size: 13px !important;
  color: #6b5f86 !important;
}

body.single-advert #left-area article.classified .breadcrumb-container a {
  color: #5b21b6 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* =========================
   TITRE
   ========================= */

body.single-advert #left-area article.classified h1.entry-title {
  font-size: clamp(30px, 5vw, 56px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  color: #15002f !important;
  margin: 0 0 20px !important;
  overflow-wrap: anywhere;
}

body.single-advert #left-area article.classified h1.entry-title:after {
  content: "";
  display: block;
  width: 110px;
  max-width: 45%;
  height: 6px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #ec4899, #ff7a00);
}

body.single-advert #left-area article.classified > .et_post_meta_wrapper > .post-meta,
body.single-advert #left-area article.classified > .et_post_meta_wrapper > img {
  display: none !important;
}

/* =========================
   HAUT AUTEUR + PRIX
   ========================= */

body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type {
  display: flex !important;
  align-items: stretch !important;
  gap: 24px !important;
  margin-bottom: 28px !important;
}

body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column:first-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] {
  flex: 0 0 clamp(230px, 30%, 320px) !important;
  width: auto !important;
  max-width: 320px !important;
  min-width: 230px !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

/* =========================
   CARTE AUTEUR
   ========================= */

body.single-advert #left-area article.classified .wpadverts-cpt-advert {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 22px 20px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 88% 22%, rgba(236,72,153,.38), transparent 36%),
    linear-gradient(135deg,#23004a 0%,#581c87 55%,#9333ea 100%) !important;
  color: #fff !important;
  box-shadow: 0 22px 48px rgba(91,33,182,.35) !important;
  position: relative !important;
  overflow: hidden !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-advert::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1.5px),
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px) !important;
  background-size:
    18px 18px,
    28px 28px,
    28px 28px !important;
  background-position: 0 0, 0 0, 0 0 !important;
  opacity: .45 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-advert > * {
  position: relative !important;
  z-index: 1 !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-advert * {
  color: #fff !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-advert > .atw-flex {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-advert > .atw-flex > .atw-flex.atw-grow {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: initial !important;
  gap: 18px !important;
}

/* Avatar */

body.single-advert #left-area article.classified .-adverts-single-author-avatar {
  grid-column: 1 !important;
  width: 76px !important;
  min-width: 76px !important;
  flex: none !important;
  padding-right: 0 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-avatar img {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 4px solid #fff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
}

/* Zone texte auteur — gérée par Design Hub, sans positionnement fragile */
body.single-advert #left-area article.classified .-adverts-single-author-name {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: 360px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) !important;
  align-content: center !important;
  gap: 10px !important;
  text-align: center !important;
  overflow: visible !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:first-child {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
  grid-template-areas:
    "name name"
    "review verify" !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 9px 12px !important;
}

/* Les wrappers ajoutés par WPAdverts ne doivent pas recréer une nouvelle grille/flex. */
body.single-advert #left-area article.classified .ecig-author-topline {
  display: contents !important;
}

body.single-advert #left-area article.classified .ecig-author-name-line {
  grid-area: name !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-advert #left-area article.classified .ecig-author-review-line {
  grid-area: review !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

/* Compatibilité avec le template WPAdverts sans wrappers ecig-author-* */
body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:first-child > .ecig-vendor-profile-link,
body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:first-child > span.atw-font-bold.atw-text-gray-700.atw-text-xl {
  grid-area: name !important;
  justify-self: center !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:first-child > .ecig-transaction-no-reviews,
body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:first-child > .ecig-transaction-rating {
  grid-area: review !important;
}

/* Pseudo cliquable Ecig Vendors */
body.single-advert #left-area article.classified .ecig-vendor-profile-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  overflow: visible !important;
}

body.single-advert #left-area article.classified .ecig-vendor-profile-name,
body.single-advert #left-area article.classified .-adverts-single-author-name .atw-block:first-child > span.atw-font-bold.atw-text-gray-700.atw-text-xl {
  display: inline-block !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 2px 6px 3px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-decoration: none !important;
}

body.single-advert #left-area article.classified .ecig-vendor-profile-link:hover .ecig-vendor-profile-name,
body.single-advert #left-area article.classified .ecig-vendor-profile-link:focus-visible .ecig-vendor-profile-name {
  background: rgba(255,255,255,.26) !important;
}

body.single-advert #left-area article.classified .ecig-vendor-profile-bubble {
  position: absolute !important;
  z-index: 30 !important;
  left: 50% !important;
  bottom: calc(100% + 7px) !important;
  display: block !important;
  padding: 4px 7px !important;
  border-radius: 5px !important;
  background: #171827 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 4px 10px rgba(17,24,39,.18) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translate(-50%,3px) !important;
  transition: opacity .12s ease, transform .12s ease !important;
}

body.single-advert #left-area article.classified .ecig-vendor-profile-bubble::after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 4px solid #171827 !important;
  transform: translateX(-50%) !important;
}

body.single-advert #left-area article.classified .ecig-vendor-profile-link:hover .ecig-vendor-profile-bubble,
body.single-advert #left-area article.classified .ecig-vendor-profile-link:focus-visible .ecig-vendor-profile-bubble {
  opacity: 1 !important;
  transform: translate(-50%,0) !important;
}

body.single-advert #left-area article.classified .ecig-vendor-profile-link:focus-visible {
  outline: 1px solid rgba(255,255,255,.9) !important;
  outline-offset: 3px !important;
  border-radius: 4px !important;
}

/* Avis */
body.single-advert #left-area article.classified .ecig-transaction-no-reviews,
body.single-advert #left-area article.classified .ecig-transaction-rating {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: auto !important;
  justify-self: end !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 108px !important;
  max-width: 100% !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  color: #5b21b6 !important;
  -webkit-text-fill-color: #5b21b6 !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  overflow: visible !important;
}

body.single-advert #left-area article.classified .ecig-transaction-no-reviews::before {
  content: "💬" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-transaction-rating,
body.single-advert #left-area article.classified .ecig-transaction-rating *,
body.single-advert #left-area article.classified .ecig-transaction-no-reviews,
body.single-advert #left-area article.classified .ecig-transaction-no-reviews * {
  color: #5b21b6 !important;
  -webkit-text-fill-color: #5b21b6 !important;
}

body.single-advert #left-area article.classified .ecig-transaction-rating .ecig-transaction-rating-count {
  opacity: .65 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

/* Non vérifié : seconde colonne, sans absolute */
body.single-advert #left-area article.classified .ecig-author-unverified {
  grid-area: verify !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 112px !important;
  max-width: 100% !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  border-radius: 999px !important;
  background: rgba(255,247,237,.98) !important;
  border: 1px solid rgba(249,115,22,.22) !important;
  color: #9a3412 !important;
  -webkit-text-fill-color: #9a3412 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  z-index: auto !important;
}

body.single-advert #left-area article.classified .ecig-author-unverified::before {
  content: "!" !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#fb923c,#f97316) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

/* Premium : ligne dédiée et stable */
body.single-advert #left-area article.classified .ecig-premium-author-banner {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 96px !important;
  max-width: 100% !important;
  height: 34px !important;
  margin: 0 auto !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  border-radius: 999px !important;
  background: rgba(236,253,245,.98) !important;
  border: 1px solid rgba(34,197,94,.18) !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  z-index: auto !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-icon {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#22c55e,#16a34a) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text strong {
  display: inline-block !important;
  font-size: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text strong::before {
  content: "Vérifié" !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color: #166534 !important;
  -webkit-text-fill-color: #166534 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text small,
body.single-advert #left-area article.classified .ecig-premium-author-banner::after,
body.single-advert #left-area article.classified .-adverts-single-author-name::after,
body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner)::after {
  content: none !important;
  display: none !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner) > .atw-block:first-child {
  grid-template-areas:
    "name name"
    "review review" !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner) .ecig-author-review-line {
  justify-content: center !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner) .ecig-transaction-no-reviews,
body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner) .ecig-transaction-rating {
  justify-self: center !important;
}

/* Date */
body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:last-child {
  width: 100% !important;
  max-width: 300px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 2px auto 0 !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(255,255,255,.28) !important;
  text-align: center !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:last-child::before {
  content: "◷" !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: rgba(255,255,255,.9) !important;
}

body.single-advert #left-area article.classified .-adverts-single-author-name .atw-text-gray-500 {
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.94) !important;
  -webkit-text-fill-color: rgba(255,255,255,.94) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

/* =========================
   PRIX
   ========================= */

body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] > span {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100% !important;
  max-width: 260px !important;
  min-width: 220px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg,#ff2f7d,#ff7a00) !important;
  color: #fff !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  padding: 24px 28px !important;
  box-shadow: 0 22px 50px rgba(255,75,80,.36) !important;
  transform: rotate(-2deg);
  border: 2px dashed rgba(255,255,255,.75);
  text-align: center !important;
}

body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] > span::after {
  content: "€  Prix demandé";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.25);
  font-size: 15px;
  font-weight: 900;
  color: rgba(255,255,255,.96);
  letter-spacing: .2px;
  white-space: nowrap;
}

/* =========================
   GALERIE
   ========================= */

body.single-advert #left-area article.classified .wpa-block-gallery {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 30px !important;
  padding: 16px !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(124,58,237,.16) !important;
  box-shadow: 0 18px 50px rgba(15,23,42,.10) !important;
  overflow: hidden !important;
}

body.single-advert #left-area article.classified .wpa-block-gallery-slider .atw-h-72 {
  height: clamp(230px, 42vw, 430px) !important;
}

body.single-advert #left-area article.classified .wpa-glightbox {
  border: none !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #f8f5ff !important;
}

body.single-advert #left-area article.classified .wpa-block-gallery img {
  border-radius: 20px !important;
  max-width: 100% !important;
}

body.single-advert #left-area article.classified .wpa-block-gallery-nav-item {
  border-radius: 12px !important;
  border: 3px solid transparent !important;
  overflow: hidden;
}

body.single-advert #left-area article.classified .wpa-block-gallery-nav-item.wpa-current {
  border-color: #7c3aed !important;
  box-shadow: 0 8px 20px rgba(124,58,237,.25);
}

/* =========================
   INFOS ANNONCE
   ========================= */

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 30px !important;
  padding: 24px 28px !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(124,58,237,.16) !important;
  box-shadow: 0 18px 55px rgba(31,0,71,.10) !important;
  overflow: hidden !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-border-b {
  border-bottom: 1px dashed rgba(124,58,237,.18) !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-bg-gray-200 {
  width: 42px !important;
  height: 42px !important;
  background: linear-gradient(135deg,#7c3aed,#ec4899) !important;
  box-shadow: 0 10px 22px rgba(124,58,237,.25);
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list i {
  color: #fff !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-font-bold,
body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .md\:atw-font-normal {
  color: #17002f !important;
  font-weight: 900 !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-text-gray-800,
body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .wpa-row-value {
  color: #17002f !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list a {
  color: #ec4899 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

/* Mini carte GPS */

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-grid > div:first-child {
  position: relative;
  padding-right: 210px !important;
  min-height: 108px;
  --ecig-map-x: 60%;
  --ecig-map-y: 30%;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-grid > div:first-child::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 175px;
  height: 78px;
  border-radius: 18px;
  background:
    linear-gradient(35deg, transparent 0 42%, rgba(255,255,255,.96) 43% 46%, transparent 47%),
    linear-gradient(125deg, transparent 0 36%, rgba(255,255,255,.92) 37% 40%, transparent 41%),
    radial-gradient(circle at var(--ecig-map-x) var(--ecig-map-y), #ff2f7d 0 7px, transparent 8px),
    radial-gradient(circle at var(--ecig-map-x) var(--ecig-map-y), rgba(255,47,125,.32) 0 18px, transparent 19px),
    linear-gradient(135deg,#eef2ff,#fff7ed);
  border: 1px solid rgba(124,58,237,.20);
  box-shadow: 0 12px 28px rgba(124,58,237,.15);
  pointer-events: none;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-grid > div:first-child::before {
  content: "📍";
  position: absolute;
  right: calc(14px + 175px - (175px * .63) - 15px);
  top: calc(16px + (78px * .31) - 29px);
  z-index: 2;
  font-size: 30px;
  line-height: 1;
  filter: drop-shadow(0 8px 10px rgba(236,72,153,.35));
  animation: ecigMapPinPulse 1.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ecigMapPinPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.05);
  }
}

body.single-advert #left-area article.classified .wpa-row-name--etat {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
}

/* =========================
   DESCRIPTION
   ========================= */

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 28px !important;
  padding: 30px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 90% 30%, rgba(236,72,153,.28), transparent 34%),
    linear-gradient(135deg,#17002f 0%,#31005d 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 45px rgba(22,0,47,.22) !important;
  position: relative;
  overflow: hidden;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text::after {
  content: "📝";
  position: absolute;
  right: 24px;
  bottom: 12px;
  font-size: 110px;
  line-height: 1;
  opacity: .12;
  transform: rotate(-10deg);
  pointer-events: none;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text span {
  color: #fff !important;
  font-size: clamp(22px, 3vw, 26px) !important;
  font-weight: 950 !important;
  position: relative;
  z-index: 1;
}

body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text p {
  color: rgba(255,255,255,.92) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere !important;
}

/* =========================
   CONTACT
   ========================= */

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpa-cpt-contact-details {
  display: block !important;
  text-align: center !important;
  margin-top: 30px !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpa-cpt-contact-details > .atw-relative {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat {
  position: relative !important;
  width: 100% !important;
  max-width: 430px !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 150px 16px 24px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg,#7c3aed,#ec4899,#ff7a00) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow:
    0 18px 38px rgba(236,72,153,.34),
    0 0 0 6px rgba(236,72,153,.08) !important;
  overflow: hidden !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat .atw-flex-grow {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat::after {
  content: "Cliquez ici →";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -45%;
  width: 38%;
  height: 190%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.36),
    transparent
  );
  transform: rotate(18deg);
  animation: ecigContactShine 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow:
    0 24px 48px rgba(236,72,153,.42),
    0 0 0 8px rgba(236,72,153,.10) !important;
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat:active {
  transform: translateY(0);
}

@keyframes ecigContactShine {
  0% {
    left: -45%;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  55% {
    left: 115%;
    opacity: 0;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-chat-start {
  border-radius: 18px !important;
  background: linear-gradient(135deg,#7c3aed,#ec4899) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

/* =========================
   SIDEBAR FICHE ANNONCE
   ========================= */

body.single-advert #sidebar .et_pb_widget {
  background: #fff;
  border: 1px solid rgba(124,58,237,.14);
  border-radius: 24px;
  padding: 20px !important;
  margin-bottom: 22px;
  box-shadow: 0 16px 45px rgba(31,0,71,.09);
  overflow: hidden;
}

body.single-advert #sidebar .widgettitle {
  font-size: 20px !important;
  font-weight: 950 !important;
  color: #17002f !important;
  margin-bottom: 18px !important;
  padding-bottom: 12px;
  position: relative;
}

body.single-advert #sidebar .widgettitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,#7c3aed,#ec4899);
}

body.single-advert #sidebar .et_pb_widget ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-advert #sidebar .et_pb_widget li {
  list-style: none !important;
  margin: 0 !important;
  padding: 10px !important;
  border-radius: 16px;
  background: #f8f5ff;
  border: 1px solid rgba(124,58,237,.10);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .25s ease;
}

body.single-advert #sidebar .et_pb_widget li:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 12px 28px rgba(124,58,237,.16);
}

body.single-advert #sidebar .et_pb_widget li img {
  width: 58px !important;
  height: 58px !important;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 !important;
}

body.single-advert #sidebar .et_pb_widget li a {
  color: #17002f !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none !important;
}

/* =====================================================
   RESPONSIVE FICHE ANNONCE
   ===================================================== */

/* Tablette */
@media (max-width: 980px) {
  body.single-advert #main-content .container,
  body.single-advert #main-content .et_pb_row,
  body.single-advert #content-area,
  body.single-advert #left-area {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    overflow-x: hidden !important;
  }

  body.single-advert #left-area {
    float: none !important;
  }

  body.single-advert #left-area article.classified {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type {
    gap: 18px !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] {
    flex: 0 0 220px !important;
    min-width: 220px !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] > span {
    min-width: 200px !important;
    padding: 22px 20px !important;
  }
}

/* Mobile large */
@media (max-width: 768px) {
  body.single-advert #main-content .container,
  body.single-advert #main-content .et_pb_row,
  body.single-advert #content-area,
  body.single-advert #left-area {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  body.single-advert #left-area article.classified {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.single-advert #left-area article.classified h1.entry-title {
    letter-spacing: -0.8px;
  }

  body.single-advert #left-area article.classified .entry-content,
  body.single-advert #left-area article.classified .wp-block-columns,
  body.single-advert #left-area article.classified .wp-block-column,
  body.single-advert #left-area article.classified .wpa-block-gallery,
  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list,
  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text,
  body.single-advert #left-area article.classified .wpadverts-cpt-advert {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-advert #left-area article.classified img,
  body.single-advert #left-area article.classified video,
  body.single-advert #left-area article.classified iframe,
  body.single-advert #left-area article.classified table {
    max-width: 100% !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type {
    flex-direction: column !important;
    gap: 18px !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column,
  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column:first-child,
  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] {
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] {
    justify-content: flex-start !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] > span {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 34px !important;
    padding: 20px !important;
    transform: none !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-advert {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-advert > .atw-flex > .atw-flex.atw-grow {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.single-advert #left-area article.classified .-adverts-single-author-avatar {
    width: 64px !important;
    min-width: 64px !important;
  }

  body.single-advert #left-area article.classified .-adverts-single-author-avatar img {
    width: 60px !important;
    height: 60px !important;
  }

  body.single-advert #left-area article.classified .wpa-block-gallery {
    padding: 10px !important;
    border-radius: 22px !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-grid > div:first-child {
    padding-right: 0 !important;
    min-height: auto !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-grid > div:first-child::before,
  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-grid > div:first-child::after {
    display: none !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text::after {
    font-size: 76px;
    right: 14px;
    bottom: 10px;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat {
    max-width: 100% !important;
    min-height: 58px !important;
    padding: 15px 18px !important;
    font-size: 15px !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-single-contact .wpadverts-bm-show-chat::after {
    display: none !important;
  }

  body.single-advert #sidebar .et_pb_widget {
    border-radius: 20px;
    padding: 16px !important;
  }
}

/* Petit mobile — auteur stable : pseudo seul, badges dessous, date inchangée */
@media (max-width: 520px) {
  body.single-advert #left-area article.classified .wpadverts-cpt-advert > .atw-flex > .atw-flex.atw-grow {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px !important;
  }

  body.single-advert #left-area article.classified .-adverts-single-author-avatar {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 auto 2px !important;
    padding: 0 !important;
  }

  body.single-advert #left-area article.classified .-adverts-single-author-name {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 10px !important;
  }

  body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:first-child {
    width: 100% !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
      "name name"
      "review verify" !important;
    gap: 9px 8px !important;
  }

  body.single-advert #left-area article.classified .ecig-author-name-line {
    width: 100% !important;
    justify-content: center !important;
  }

  body.single-advert #left-area article.classified .ecig-author-review-line {
    width: 100% !important;
    justify-content: flex-end !important;
  }

  body.single-advert #left-area article.classified .ecig-transaction-no-reviews,
  body.single-advert #left-area article.classified .ecig-transaction-rating {
    justify-self: end !important;
    align-self: center !important;
    width: auto !important;
    min-width: 108px !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 12.5px !important;
    padding: 0 10px !important;
  }

  body.single-advert #left-area article.classified .ecig-author-unverified {
    justify-self: start !important;
    align-self: center !important;
    width: auto !important;
    min-width: 112px !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

  body.single-advert #left-area article.classified .-adverts-single-author-name > .atw-block:last-child {
    width: 100% !important;
    max-width: 300px !important;
    margin: 2px auto 0 !important;
  }

  body.single-advert #left-area article.classified .ecig-premium-author-banner {
    position: static !important;
    justify-self: center !important;
    margin: 0 auto !important;
  }
}

/* Très petit mobile */
@media (max-width: 480px) {
  body.single-advert #main-content .container,
  body.single-advert #main-content .et_pb_row,
  body.single-advert #content-area,
  body.single-advert #left-area {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  body.single-advert #left-area article.classified {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  body.single-advert #left-area article.classified .entry-content > .wp-block-columns:first-of-type > .wp-block-column[style*="33.33%"] > span {
    font-size: 30px !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list .atw-h-10 {
    height: auto !important;
  }

  body.single-advert #left-area article.classified .wpadverts-cpt-advert,
  body.single-advert #left-area article.classified .wpa-block-gallery,
  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-list,
  body.single-advert #left-area article.classified .wpadverts-cpt-data-table-text {
    border-radius: 18px !important;
  }
}

/* Sécurité anti-conflits : les anciens spans/icônes profil ne pilotent plus la mise en page. */
body.single-advert .-adverts-single-author-name .atw-block:first-child > span.atw-font-bold.atw-text-gray-700.atw-text-xl::before,
body.single-advert .-adverts-single-author-name .atw-block:first-child > span.atw-font-bold.atw-text-gray-700.atw-text-xl::after {
  content: none !important;
  display: none !important;
}


/* 1.1.231 — badge Premium fiche annonce : icône membre notable + petite pastille élégante */
body.single-advert #left-area article.classified .ecig-premium-author-banner {
  grid-area: verify !important;
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  gap: 6px !important;
  min-height: 30px !important;
  max-width: 100% !important;
  padding: 4px 10px 4px 5px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(168,85,247,.16) !important;
  background: linear-gradient(135deg, rgba(124,58,237,.10), rgba(236,72,153,.10)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 6px 18px rgba(91,33,182,.10) !important;
  white-space: nowrap !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-icon {
  position: relative !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#22c55e,#16a34a) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 6px 14px rgba(34,197,94,.22) !important;
  font-size: 0 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-icon::before {
  content: "★" !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text strong {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  color: #5b21b6 !important;
  -webkit-text-fill-color: #5b21b6 !important;
  white-space: nowrap !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text strong::before {
  content: none !important;
  display: none !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text small {
  display: none !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-banner::after,
body.single-advert #left-area article.classified .-adverts-single-author-name::after,
body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner)::after {
  content: none !important;
  display: none !important;
}

/* Variante légèrement plus marquée si une classe de niveau est présente */
body.single-advert #left-area article.classified .ecig-premium-author-banner.ecig-premium-author-banner--plus,
body.single-advert #left-area article.classified .ecig-premium-author-banner[class*="level-2"],
body.single-advert #left-area article.classified .ecig-premium-author-banner[data-level="level_2"] {
  border-color: rgba(168,85,247,.24) !important;
  background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(236,72,153,.16)) !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-banner.ecig-premium-author-banner--pro,
body.single-advert #left-area article.classified .ecig-premium-author-banner[class*="level-3"],
body.single-advert #left-area article.classified .ecig-premium-author-banner[data-level="level_3"] {
  border-color: rgba(245,158,11,.26) !important;
  background: linear-gradient(135deg, rgba(245,158,11,.14), rgba(255,122,0,.12)) !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-banner.ecig-premium-author-banner--pro .ecig-premium-author-text strong,
body.single-advert #left-area article.classified .ecig-premium-author-banner[class*="level-3"] .ecig-premium-author-text strong,
body.single-advert #left-area article.classified .ecig-premium-author-banner[data-level="level_3"] .ecig-premium-author-text strong {
  color: #8a5200 !important;
  -webkit-text-fill-color: #8a5200 !important;
}

@media (max-width: 520px) {
  body.single-advert #left-area article.classified .ecig-premium-author-banner {
    justify-self: center !important;
    min-height: 28px !important;
    padding: 4px 9px 4px 5px !important;
    gap: 5px !important;
  }

  body.single-advert #left-area article.classified .ecig-premium-author-text strong {
    font-size: 13px !important;
  }
}


/* 1.1.232 — fix badge Premium fiche annonce : capsule compacte sur une seule ligne */
body.single-advert #left-area article.classified .ecig-premium-author-banner {
  grid-area: verify !important;
  position: static !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  align-self: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 26px !important;
  padding: 3px 8px 3px 4px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(168,85,247,.14) !important;
  background: linear-gradient(135deg, rgba(124,58,237,.08), rgba(236,72,153,.07)) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-banner,
body.single-advert #left-area article.classified .ecig-premium-author-banner * {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#22c55e,#16a34a) !important;
  box-shadow: 0 4px 10px rgba(34,197,94,.20) !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-icon::before {
  content: "★" !important;
  display: block !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text strong {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #6d28d9 !important;
  -webkit-text-fill-color: #6d28d9 !important;
  white-space: nowrap !important;
  letter-spacing: -.1px !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-text strong::before,
body.single-advert #left-area article.classified .ecig-premium-author-text small,
body.single-advert #left-area article.classified .ecig-premium-author-text br,
body.single-advert #left-area article.classified .ecig-premium-author-banner::after,
body.single-advert #left-area article.classified .-adverts-single-author-name::after,
body.single-advert #left-area article.classified .-adverts-single-author-name:has(.ecig-premium-author-banner)::after {
  content: none !important;
  display: none !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-banner.ecig-premium-author-banner--pro,
body.single-advert #left-area article.classified .ecig-premium-author-banner[class*="level-3"],
body.single-advert #left-area article.classified .ecig-premium-author-banner[data-level="level_3"] {
  border-color: rgba(245,158,11,.18) !important;
  background: linear-gradient(135deg, rgba(245,158,11,.08), rgba(255,122,0,.06)) !important;
}

body.single-advert #left-area article.classified .ecig-premium-author-banner.ecig-premium-author-banner--pro .ecig-premium-author-text strong,
body.single-advert #left-area article.classified .ecig-premium-author-banner[class*="level-3"] .ecig-premium-author-text strong,
body.single-advert #left-area article.classified .ecig-premium-author-banner[data-level="level_3"] .ecig-premium-author-text strong {
  color: #8a5200 !important;
  -webkit-text-fill-color: #8a5200 !important;
}

@media (max-width: 520px) {
  body.single-advert #left-area article.classified .ecig-premium-author-banner {
    justify-self: start !important;
    min-height: 24px !important;
    padding: 3px 7px 3px 4px !important;
  }

  body.single-advert #left-area article.classified .ecig-premium-author-text strong {
    font-size: 12px !important;
  }
}
