
:root{--primary:#e60012;--classified:#f97316;--dark:#111827;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f8fafc;--success:#16a34a;--danger:#dc2626}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,select{font-family:inherit}.container{width:100%;max-width:1500px;margin:0 auto;padding:0 22px}.up{color:var(--success);font-style:normal}.down{color:var(--danger);font-style:normal}
.topbar{height:38px;border-bottom:1px solid var(--line);background:#fafafa;font-size:13px;color:#4b5563}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.top-left,.top-market{display:flex;align-items:center;gap:16px;white-space:nowrap}.top-market span{display:flex;gap:5px}.main-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.logo,.footer-logo,.menu-logo{font-weight:950;font-size:38px;letter-spacing:-1px}.logo span,.footer-logo span,.menu-logo span{color:#050505}.logo strong,.footer-logo strong,.menu-logo strong{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:18px}.post-ad{display:flex;align-items:center;gap:7px;background:var(--classified);color:#fff;border-radius:999px;padding:10px 14px;font-weight:950;font-size:14px}.icon-btn{position:relative;border:0;background:transparent;font-size:22px;cursor:pointer;width:36px;height:36px}.notify span{position:absolute;right:2px;top:1px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:10px;font-weight:900}.mobile-menu-btn{display:none}
.desktop-nav{background:#fff;border-bottom:1px solid var(--line)}.nav-inner{height:50px;display:flex;align-items:center;gap:24px}.nav-inner a{font-weight:900;font-size:14px;position:relative}.nav-inner a.active{color:var(--primary)}.nav-inner a.active:after{content:"";position:absolute;left:0;right:0;bottom:-17px;height:3px;background:var(--primary)}.nav-inner button{margin-left:auto;border:0;background:#fff;font-size:28px;cursor:pointer}.mobile-chips{display:none}.ticker{background:var(--dark);color:#fff}.ticker-inner{height:42px;display:flex;align-items:center;gap:14px}.ticker span{background:var(--classified);height:42px;display:flex;align-items:center;padding:0 18px;font-weight:950}.ticker p{margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;font-size:14px}.search-panel{display:none;border-bottom:1px solid var(--line);background:#fff}.search-panel.active{display:block}.search-inner{height:64px;display:flex;align-items:center;gap:12px}.search-inner input{flex:1;height:42px;border:1px solid var(--line);border-radius:999px;padding:0 18px;outline:0}.search-inner button{border:0;background:#fff;font-size:20px;cursor:pointer}
.classified-hero{background:radial-gradient(circle at 80% 20%,rgba(249,115,22,.25),transparent 35%),linear-gradient(135deg,#111827,#431407);color:#fff;padding:38px 0 62px}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:center}.classified-pill{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:950}.hero-copy h1,.category-hero h1{font-size:56px;line-height:1;margin:16px 0 12px;letter-spacing:-2px}.hero-copy p,.category-hero p{font-size:20px;line-height:1.5;color:#ffedd5;max-width:850px}.hero-search{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:14px;margin-top:24px}.main-search{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:7px 8px 7px 16px}.main-search i{color:#111}.main-search input{flex:1;border:0;outline:0;height:38px}.main-search button{height:38px;border:0;border-radius:999px;background:var(--classified);color:#fff;padding:0 18px;font-weight:950}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.filter-grid select{height:42px;border:0;border-radius:8px;padding:0 12px}
.hero-stats{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:20px}.stats-head{display:flex;justify-content:space-between;margin-bottom:18px}.stats-head span{font-weight:950}.stats-head em{font-style:normal;background:var(--primary);border-radius:5px;padding:4px 8px;font-size:11px;font-weight:950}.stats-main{text-align:center;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:18px}.stats-main i{font-size:46px;color:#fed7aa}.stats-main strong{display:block;font-size:62px;line-height:1}.stats-main span{color:#ffedd5}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.stats-grid div{background:rgba(255,255,255,.08);border-radius:12px;padding:12px}.stats-grid b{display:block;font-size:20px}.stats-grid span{font-size:12px;color:#ffedd5}.hero-stats>a{display:flex;margin-top:14px;background:#fff;color:#111;align-items:center;justify-content:center;gap:7px;border-radius:999px;height:44px;font-weight:950}
.category-shortcuts{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-34px;position:relative;z-index:2}.category-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;grid-template-columns:44px 1fr;gap:4px 12px;box-shadow:0 14px 38px rgba(0,0,0,.08)}.category-box i{grid-row:1/3;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:22px;background:color-mix(in srgb,var(--cat) 16%,white);color:var(--cat)}.category-box span{color:#6b7280;font-size:13px;font-weight:850}.category-box strong{font-size:18px}
.classified-layout.single{display:block;padding-top:34px}.category-hero{background:radial-gradient(circle at 82% 15%,color-mix(in srgb,var(--cat) 35%,transparent),transparent 35%),linear-gradient(135deg,#111827,color-mix(in srgb,var(--cat) 45%,#111827));color:#fff;padding:42px 0}.category-hero-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.category-count{min-width:210px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);border-radius:22px;padding:22px;text-align:center}.category-count strong{display:block;font-size:48px}.category-count span{color:#fff;font-weight:850}.category-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;padding-top:28px}.category-menu{position:sticky;top:18px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.box-head{height:46px;display:flex;align-items:center;padding:0 16px;font-size:15px;font-weight:950;border-bottom:1px solid var(--line);background:#fafafa}.category-menu a{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--line);font-weight:900}.category-menu a.active{background:#fff7ed;color:#ea580c}.category-filter{display:grid;grid-template-columns:1fr 180px 180px auto;gap:10px;margin-bottom:22px}.category-filter input,.category-filter select{height:44px;border:1px solid var(--line);border-radius:10px;padding:0 12px}.category-filter button{border:0;border-radius:10px;background:var(--classified);color:#fff;font-weight:950;padding:0 16px}.section-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px}.section-head h2{font-size:30px;margin:0 0 7px;font-weight:950}.section-head p{margin:0;color:#6b7280}.section-head a{font-weight:900;color:var(--classified);font-size:14px}.ad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ad-card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;transition:.2s}.ad-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(0,0,0,.08)}.ad-card.premium{border-color:#fed7aa;background:linear-gradient(135deg,#fff,#fff7ed)}.ad-img{position:relative;display:block;aspect-ratio:4/3;background:#111}.ad-img img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:10px;top:10px;background:var(--primary);color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:950}.ad-img em{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.65);color:#fff;border-radius:6px;padding:5px 8px;font-style:normal;font-size:12px}.ad-body{padding:14px}.cat,.cat-label{display:inline-flex;color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:950}.ad-body h3{font-size:20px;line-height:1.2;margin:10px 0}.ad-body p{color:#6b7280;margin:0 0 10px;font-size:13px}.props{display:flex;gap:6px;flex-wrap:wrap}.props span{background:#f3f4f6;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:850}.price{font-size:23px;font-weight:950;color:#ea580c;margin:12px 0}.seller{display:flex;justify-content:space-between;color:#6b7280;font-size:12px;font-weight:850}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;padding-top:26px}.breadcrumb{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:13px;margin-bottom:18px}.breadcrumb a{font-weight:850}.detail-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:20px}.detail-head h1{font-size:40px;line-height:1.08;letter-spacing:-1px;margin:12px 0}.detail-head p{color:#6b7280;font-weight:850}.detail-price{text-align:right;min-width:260px}.detail-price span{display:block;color:#6b7280;font-size:13px;font-weight:850}.detail-price strong{display:block;font-size:34px;color:#ea580c;margin:7px 0}.detail-price em{font-style:normal;color:#6b7280;font-size:12px}.gallery-viewer{margin-top:24px}.main-photo{position:relative;border-radius:18px;overflow:hidden;background:#111}.main-photo img{width:100%;height:520px;object-fit:cover}.photo-count{position:absolute;right:16px;bottom:16px;border:0;background:rgba(0,0,0,.65);color:#fff;border-radius:999px;padding:9px 13px;font-weight:950}.quick-info{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.quick-info article{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.quick-info i{font-size:26px;color:#ea580c}.quick-info span{display:block;color:#6b7280;font-size:12px;margin:8px 0 4px}.quick-info strong{font-size:16px}.detail-section{margin-bottom:28px}.detail-section h2{font-size:28px;margin:0 0 12px}.detail-section p{font-size:18px;line-height:1.7;color:#374151}.feature-table{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.feature-table div{display:flex;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid var(--line)}.feature-table div:nth-child(odd){border-right:1px solid var(--line)}.feature-table span{color:#6b7280}.location-map{position:relative;height:330px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff7ed,#f8fafc);overflow:hidden}.location-map:before{content:"";position:absolute;inset:30px;background:linear-gradient(90deg,transparent 49%,rgba(249,115,22,.12) 50%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(249,115,22,.12) 50%,transparent 51%);background-size:75px 75px}.map-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:10px 14px;display:flex;align-items:center;gap:7px;font-weight:950}.contact-sidebar{position:sticky;top:18px}.seller-card,.side-box{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:16px;overflow:hidden}.seller-card{padding:18px}.seller-head{display:flex;gap:12px;align-items:center}.avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#ea580c;color:#fff;font-weight:950}.seller-head h3{margin:0}.seller-head span{font-size:12px;color:#6b7280}.seller-actions{display:grid;gap:8px;margin-top:16px}.seller-actions a,.seller-actions button,.sticky-actions button{height:42px;border:0;border-radius:8px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:7px}.seller-actions a:first-child{background:#ea580c;color:#fff}.seller-actions a:nth-child(2){background:#16a34a;color:#fff}.seller-actions button,.sticky-actions button{background:#f3f4f6;color:#111}.sticky-actions{padding-bottom:12px}.sticky-actions button{width:calc(100% - 24px);margin:8px 12px}
.footer{margin-top:48px;background:#101114;color:#fff;padding:44px 0 0}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:34px}.footer-logo{font-size:32px}.footer-logo span{color:#fff}.footer p{color:#aeb4c0;max-width:430px;line-height:1.6}.footer h4{margin:0 0 14px;font-size:16px}.footer a{display:block;color:#d1d5db;margin-bottom:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;height:58px;display:flex;align-items:center;justify-content:space-between;color:#9ca3af}.footer-bottom div{display:flex;gap:15px}.footer-bottom a{margin:0;color:#fff}.bottom-nav{display:none}.menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;z-index:95;transition:.25s}.offcanvas{position:fixed;top:0;right:0;width:390px;max-width:92vw;height:100vh;background:linear-gradient(145deg,#17191d,#090a0c);color:#fff;z-index:100;transform:translateX(105%);transition:.28s;padding:22px;overflow:auto}.menu-backdrop.active{opacity:1;pointer-events:auto}.offcanvas.active{transform:translateX(0)}.menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12)}.menu-logo{font-size:28px}.menu-logo span{color:#fff}.menu-head button{background:transparent;border:0;color:#fff;font-size:22px}.menu-search{height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:12px;background:rgba(255,255,255,.08);margin:18px 0}.menu-search input{flex:1;border:0;outline:0;background:transparent;color:#fff}.menu-links{display:grid;gap:4px}.menu-links a{display:flex;align-items:center;gap:15px;min-height:45px;border-radius:10px;padding:0 10px;font-weight:800;color:#f3f4f6}.login-card{margin-top:24px;min-height:70px;border-radius:16px;background:rgba(255,255,255,.1);display:flex;align-items:center;gap:12px;padding:12px 16px}
@media(max-width:1100px){.ad-grid{grid-template-columns:repeat(2,1fr)}.category-layout,.detail-layout{grid-template-columns:1fr}.category-menu,.contact-sidebar{position:static}.quick-info{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){body{padding-bottom:70px}.container{padding:0 12px}.topbar{display:none}.main-header{position:sticky;top:0;z-index:50}.header-inner{height:58px;justify-content:center;position:relative}.logo{font-size:20px}.mobile-menu-btn{display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);border:0;background:#fff;font-size:25px}.header-actions{position:absolute;right:0;gap:8px}.post-ad{width:34px;height:30px;padding:0;border-radius:8px;justify-content:center;font-size:0}.post-ad i{font-size:18px}.icon-btn{width:30px;height:30px;font-size:19px}.user-btn,.notify{display:none}.desktop-nav{display:none}.mobile-chips{display:flex;gap:8px;overflow-x:auto;padding:9px 12px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:58px;z-index:45}.mobile-chips::-webkit-scrollbar{display:none}.mobile-chips a{flex:0 0 auto;padding:7px 12px;border-radius:999px;background:#f3f4f6;font-size:12px;font-weight:850}.mobile-chips a.active{background:#ea580c;color:#fff}.ticker-inner{height:36px}.ticker span{height:36px;padding:0 10px;font-size:12px}.ticker b,.ticker p{font-size:12px}.classified-hero{padding:26px 0 52px}.hero-layout,.category-hero-inner{display:block}.hero-copy h1,.category-hero h1{font-size:36px}.hero-copy p,.category-hero p{font-size:16px}.main-search{border-radius:16px;display:grid;grid-template-columns:24px 1fr}.main-search button{grid-column:1/-1}.filter-grid,.category-filter{grid-template-columns:1fr}.category-shortcuts{grid-template-columns:repeat(2,1fr);margin-top:-34px}.ad-grid,.ad-grid.category-grid{grid-template-columns:1fr}.section-head{display:block}.detail-head{display:block}.detail-price{text-align:left;margin-top:12px}.detail-head h1{font-size:30px}.main-photo img{height:320px}.feature-table{grid-template-columns:1fr}.feature-table div:nth-child(odd){border-right:0}.quick-info{grid-template-columns:1fr 1fr}.footer{padding-top:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{height:auto;padding:16px 0;flex-direction:column;align-items:flex-start;gap:10px}.bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);z-index:80}.bottom-nav a,.bottom-nav button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:750}.bottom-nav i{font-size:19px}.bottom-nav .active,.bottom-nav .active i{color:#ea580c}.offcanvas{width:100vw;max-width:none;padding:20px}}
@media(max-width:420px){.footer-grid,.category-shortcuts,.quick-info{grid-template-columns:1fr}.detail-price strong{font-size:28px}.main-photo img{height:260px}}


/* İlanlar - genel header.php hn-breaking yapısıyla uyum */
body.classified-page-body > .hn-topbar,
body.classified-page-body > .main-header,
body.classified-page-body > .desktop-nav,
body.classified-page-body > .mobile-chips,
body.classified-page-body > .search-panel,
body.classified-page-body > .footer,
body.classified-detail-page-body > .hn-topbar,
body.classified-detail-page-body > .main-header,
body.classified-detail-page-body > .desktop-nav,
body.classified-detail-page-body > .mobile-chips,
body.classified-detail-page-body > .search-panel,
body.classified-detail-page-body > .footer{
  font-family:Poppins,Inter,system-ui,sans-serif !important;
}

body.classified-page-body > .main-header .container,
body.classified-page-body > .desktop-nav .container,
body.classified-page-body > .search-panel .container,
body.classified-page-body > .footer .container,
body.classified-detail-page-body > .main-header .container,
body.classified-detail-page-body > .desktop-nav .container,
body.classified-detail-page-body > .search-panel .container,
body.classified-detail-page-body > .footer .container{
  max-width:1440px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:20px !important;
  padding-right:20px !important;
}

body.classified-page-body > .main-header .header-inner,
body.classified-detail-page-body > .main-header .header-inner{
  height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
}

body.classified-page-body > .main-header .logo,
body.classified-detail-page-body > .main-header .logo{
  font-size:38px !important;
  font-weight:950 !important;
  letter-spacing:-1px !important;
  line-height:1 !important;
}

body.classified-page-body > .desktop-nav .nav-inner,
body.classified-detail-page-body > .desktop-nav .nav-inner{
  height:50px !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  overflow:visible !important;
}

body.classified-page-body > .desktop-nav .nav-inner a,
body.classified-detail-page-body > .desktop-nav .nav-inner a{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  color:#111827 !important;
}

body.classified-page-body > .desktop-nav .nav-inner a:after,
body.classified-detail-page-body > .desktop-nav .nav-inner a:after{
  display:none !important;
}

body.classified-page-body > .desktop-nav .nav-inner button,
body.classified-detail-page-body > .desktop-nav .nav-inner button{
  margin-left:auto !important;
  border:0 !important;
  background:#fff !important;
  font-size:25px !important;
  line-height:1 !important;
  color:#111827 !important;
  cursor:pointer !important;
}

/* İlanlar orijinal şeridi */
body.classified-page-body .classified-ticker,
body.classified-detail-page-body .classified-ticker{
  display:block;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#111827;
  color:#fff;
}

body.classified-page-body .classified-ticker .container,
body.classified-detail-page-body .classified-ticker .container{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 20px;
}

body.classified-page-body .classified-ticker .ticker-inner,
body.classified-detail-page-body .classified-ticker .ticker-inner{
  width:100%;
  height:42px;
  display:flex;
  align-items:center;
  gap:14px;
  overflow:hidden;
}

body.classified-page-body .classified-ticker p,
body.classified-detail-page-body .classified-ticker p{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.classified-page-body main.classified-page .container,
body.classified-page-body main.classified-page.container,
body.classified-detail-page-body main.ad-detail-page .container,
body.classified-detail-page-body main.ad-detail-page.container{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
  padding-left:22px;
  padding-right:22px;
}

@media(max-width:768px){
  body.classified-page-body > .main-header .header-inner,
  body.classified-detail-page-body > .main-header .header-inner{
    height:58px !important;
    justify-content:center !important;
    position:relative !important;
  }

  body.classified-page-body > .main-header .logo,
  body.classified-detail-page-body > .main-header .logo{
    font-size:24px !important;
  }

  body.classified-page-body > .desktop-nav,
  body.classified-detail-page-body > .desktop-nav{
    display:none !important;
  }

  body.classified-page-body > .mobile-chips,
  body.classified-detail-page-body > .mobile-chips{
    display:flex !important;
    gap:8px !important;
    overflow-x:auto !important;
    padding:9px 12px !important;
    border-bottom:1px solid #e5e7eb !important;
    background:#fff !important;
    position:sticky !important;
    top:58px !important;
    z-index:45 !important;
  }

  body.classified-page-body > .mobile-chips a,
  body.classified-detail-page-body > .mobile-chips a{
    flex:0 0 auto !important;
    background:#f3f4f6 !important;
    border-radius:8px !important;
    padding:7px 11px !important;
    font-size:14px !important;
    font-weight:700 !important;
  }

  body.classified-page-body .classified-ticker .container,
  body.classified-detail-page-body .classified-ticker .container,
  body.classified-page-body main.classified-page .container,
  body.classified-detail-page-body main.ad-detail-page .container{
    padding-left:12px;
    padding-right:12px;
  }

  body.classified-page-body .classified-ticker .ticker-inner,
  body.classified-detail-page-body .classified-ticker .ticker-inner{
    height:38px;
    gap:8px;
  }

  body.classified-page-body .classified-ticker span,
  body.classified-detail-page-body .classified-ticker span{
    height:38px;
    padding:0 10px;
    font-size:12px;
  }

  body.classified-page-body .classified-ticker b,
  body.classified-page-body .classified-ticker p,
  body.classified-detail-page-body .classified-ticker b,
  body.classified-detail-page-body .classified-ticker p{
    font-size:12px;
  }
}
