/* BuzzMag Admin Panel - generated from uploaded admin.html prototype */
.buzzmag-admin-page-wrap { margin: 0 0 0 -20px; }
.buzzmag-admin-page-wrap .notice { margin-left: 20px; }
.buzzmag-admin-page-wrap .shell { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.buzzmag-admin-page-wrap .svg-symbols { position:absolute; width:0; height:0; overflow:hidden; }
:root{--bg:#f7f9fc;--surface:#ffffff;--surface-soft:#fbfcfe;--text:#111b35;--muted:#7a849c;--line:#e7ebf2;--pink:#ff145c;--pink-soft:#fff0f5;--purple:#6d31ff;--purple-soft:#f3efff;--orange:#ff7a00;--orange-soft:#fff5eb;--green:#12b76a;--green-soft:#ecfdf3;--blue:#246bfd;--blue-soft:#eef4ff;--danger:#ff385c;--shadow:0 8px 28px rgba(23,37,68,.045);--radius:16px;--header-h:82px;--nav-h:60px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;min-width:320px;color:var(--text);background:
    radial-gradient(circle at 8% 0%,rgba(255,20,92,.025),transparent 26%),
    radial-gradient(circle at 100% 18%,rgba(36,107,253,.025),transparent 24%),
    var(--bg);font:14px/1.5 var(--font);-webkit-font-smoothing:antialiased;}
button,input,select,textarea{font:inherit;color:inherit;}
button{cursor:pointer;}
svg{display:block;}
.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
;}
a{text-decoration:none;color:inherit;}
:focus-visible{outline:3px solid rgba(36,107,253,.25);outline-offset:2px;}
.hidden{display:none!important;}

.shell{width:calc(100% - 24px);max-width:1540px;margin:8px auto 24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.64);box-shadow:0 18px 50px rgba(20,34,64,.04);overflow:hidden;}
.topbar{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);}
.brand{display:flex;align-items:center;gap:10px;}
.brand-word{font-family:"Segoe Script","Brush Script MT",cursive;font-weight:800;letter-spacing:-1.5px;color:var(--pink);line-height:1;}
.brand-badge{padding:4px 7px;border-radius:6px;background:linear-gradient(135deg,var(--pink),#ff3a79);color:#fff;font-size:9px;font-weight:900;box-shadow:0 6px 16px rgba(255,20,92,.18);}
.top-actions{display:flex;align-items:center;gap:18px;}
.notify{position:relative;width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;color:#26334f;}
.notify .count{position:absolute;top:3px;right:2px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--pink);color:#fff;font-size:10px;font-weight:800;border:2px solid #fff;}
.admin{display:flex;align-items:center;gap:12px;}
.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f1d0b6,#c5dcff);border:3px solid #f0f3f8;color:#6f4227;font-weight:900;overflow:hidden;}
.avatar svg{width:30px;height:30px;}
.admin-copy strong{display:block;}
.admin-copy span{display:block;color:var(--muted);margin-top:2px;}
.admin-chevron{color:#64718c;}

.main-nav{min-height:var(--nav-h);display:flex;align-items:center;gap:8px;padding:8px 20px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none;}
.main-nav::-webkit-scrollbar{display:none;}
.nav-btn{flex:0 0 auto;min-height:42px;padding:0 16px;border:0;border-radius:10px;background:transparent;color:#202c47;display:flex;align-items:center;gap:10px;transition:.2s ease;}
.nav-btn:hover{background:#f8f9fc;}
.nav-btn.active{background:var(--pink-soft);color:var(--pink);}
.nav-btn .icon{width:19px;height:19px;}

.content{padding:22px 18px 20px;}
.view{display:none;}
.view.active{display:block;}

.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px;}
.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:26px 28px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;column-gap:22px;row-gap:15px;align-items:center;}
.stat-icon{width:62px;height:62px;border-radius:14px;display:grid;place-items:center;}
.stat-icon .icon{width:29px;height:29px;}
.stat-icon.pink{background:var(--pink-soft);color:var(--pink);}
.stat-icon.purple{background:var(--purple-soft);color:var(--purple);}
.stat-icon.orange{background:var(--orange-soft);color:var(--orange);}
.stat-icon.blue{background:var(--blue-soft);color:var(--blue);}
.stat-main span{color:var(--muted);}
.stat-main strong{display:block;letter-spacing:-.6px;margin-top:6px;}
.stat-foot{grid-column:1/-1;display:flex;align-items:center;gap:28px;}
.trend{color:var(--green);font-weight:800;}
.stat-foot span:last-child{color:var(--muted);}

.dashboard-grid{display:grid;grid-template-columns:.84fr 1.46fr;gap:18px;}
.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);}
.card-head{min-height:64px;padding:0 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;}
.card-title h2,.card-title h3{margin:0;line-height:1.2;letter-spacing:-.15px;}
.card-title p{margin:5px 0 0;color:var(--muted);}
.card-body{padding:20px;}

.select-lite,.input,.select,.textarea{width:100%;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:10px;outline:none;}
.select-lite{height:36px;padding:0 34px 0 12px;font-weight:700;}
.input,.select{height:44px;padding:0 13px;}
.textarea{min-height:118px;padding:12px;resize:vertical;}
.input:focus,.select:focus,.textarea:focus{border-color:rgba(255,20,92,.42);box-shadow:0 0 0 4px rgba(255,20,92,.07);}

.chart-wrap{padding:16px 20px 20px;}
.chart-legend{display:flex;justify-content:center;gap:28px;color:#758099;margin:8px 0 8px;}
.legend-item{display:flex;align-items:center;gap:8px;}
.legend-line{width:15px;height:4px;border-radius:999px;}
.legend-line.pink{background:var(--pink);}
.legend-line.purple{background:var(--purple);}
.chart{position:relative;height:320px;padding:18px 12px 26px 44px;}
.chart-y{position:absolute;left:0;top:20px;bottom:28px;display:flex;flex-direction:column;justify-content:space-between;color:#79849d;font-size:10px
;}
.chart-grid{position:absolute;left:44px;right:10px;top:20px;bottom:30px;}
.chart-grid i{position:absolute;left:0;right:0;height:1px;border-top:1px dashed #e6eaf1;}
.chart-grid i:nth-child(1){top:0;}
.chart-grid i:nth-child(2){top:20%;}
.chart-grid i:nth-child(3){top:40%;}
.chart-grid i:nth-child(4){top:60%;}
.chart-grid i:nth-child(5){top:80%;}
.chart-grid i:nth-child(6){top:100%;}
.chart svg{position:absolute;left:44px;right:10px;top:20px;bottom:30px;width:calc(100% - 54px);height:calc(100% - 50px);overflow:visible
;}
.chart-x{position:absolute;left:44px;right:10px;bottom:0;display:flex;justify-content:space-between;color:#79849d;font-size:10px
;}

.table-actions{display:flex;gap:10px;}
.btn{border:1px solid var(--line);min-height:38px;border-radius:9px;background:#fff;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#1f2b45;font-weight:750;}
.btn:hover{background:#fafbfe;}
.btn-primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--pink),#ff3b7a);box-shadow:0 7px 18px rgba(255,20,92,.18);}
.btn-primary:hover{background:linear-gradient(135deg,#ef0c54,#ff2e70);}
.btn-soft-pink{border-color:#ffd9e5;background:var(--pink-soft);color:var(--pink);}
.btn-icon{width:31px;height:31px;padding:0;border-radius:7px;}
.btn-icon .icon{width:15px;height:15px;}
.btn-green{color:var(--green);}
.btn-red{color:var(--danger);}

.table-wrap{overflow:auto;}
.data-table{width:100%;border-collapse:collapse;min-width:790px;}
.data-table th{background:#fbfcfe;color:#47516a;text-align:left;font-weight:800;border-bottom:1px solid var(--line);}
.data-table td{border-bottom:1px solid var(--line);vertical-align:middle;}
.content-cell{display:flex;align-items:center;gap:11px;min-width:195px
;}
.thumb{width:42px;height:42px;border-radius:7px;flex:0 0 auto;overflow:hidden;position:relative;}
.thumb.tech{background:linear-gradient(135deg,#11040a,#ff1849);}
.thumb.travel{background:linear-gradient(135deg,#3f86c7,#d9aa5a);}
.thumb.sport{background:linear-gradient(135deg,#7bd07d,#2455a6);}
.thumb.mag{background:linear-gradient(135deg,#6a3428,#e9a36f);}
.thumb.health{background:linear-gradient(135deg,#f39c86,#f7d1a1);}
.thumb:after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.55);border-radius:50% 50% 45% 45%;}
.content-cell strong{line-height:1.45;}
.muted{color:#6f7a94;}
.badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 11px;border-radius:999px;font-weight:800;}
.badge.pink{background:var(--pink-soft);color:var(--pink);}
.badge.blue{background:var(--blue-soft);color:var(--blue);}
.badge.orange{background:var(--orange-soft);color:var(--orange);}
.badge.green{background:var(--green-soft);color:var(--green);}
.badge.red{background:#fff0f3;color:#ff3158;}
.row-actions{display:flex;gap:6px;}
.table-foot{min-height:52px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#748099;}
.pages{display:flex;gap:6px;align-items:center;}
.page{min-width:31px;height:31px;border:1px solid var(--line);background:#fff;color:#66728d;border-radius:7px;font-size:10px;display:grid;place-items:center;}
.page.active{background:var(--pink);color:#fff;border-color:var(--pink);}

.bottom-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:18px;margin-top:18px;}
.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.quick-card{border-radius:12px;padding:18px 20px;border:1px solid var(--line);display:flex;align-items:center;gap:18px;text-align:left;background:#fff;}
.quick-card:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(28,43,73,.06);}
.quick-card.pink{background:linear-gradient(90deg,#fff8fb,#fff0f5);border-color:#ffe1eb;}
.quick-card.purple{background:linear-gradient(90deg,#fbfaff,#f4efff);border-color:#e7ddff;}
.quick-card.green{background:linear-gradient(90deg,#fbfffc,#eefbf3);border-color:#ddf3e6;}
.quick-card.orange{background:linear-gradient(90deg,#fffdfa,#fff4e9);border-color:#ffe5cd;}
.quick-icon{width:38px;display:grid;place-items:center;}
.quick-card.pink .quick-icon{color:var(--pink);}
.quick-card.purple .quick-icon{color:var(--purple);}
.quick-card.green .quick-icon{color:var(--green);}
.quick-card.orange .quick-icon{color:var(--orange);}
.quick-icon .icon{width:29px;height:29px;}
.quick-copy strong{display:block;}
.quick-copy span{display:block;color:var(--muted);margin-top:4px;}

.comment-list{display:grid;}
.comment{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);}
.comment:last-child{border-bottom:0;}
.mini-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900;}
.mini-avatar.a{background:linear-gradient(135deg,#26374e,#9b6645);}
.mini-avatar.b{background:linear-gradient(135deg,#4a2a1f,#d68e74);}
.mini-avatar.c{background:linear-gradient(135deg,#2e5577,#d09a6a);}
.mini-avatar.d{background:linear-gradient(135deg,#2c2020,#c17066);}
.comment-copy strong{display:block;}
.comment-copy p{margin:3px 0 0;color:#7c879f;}
.comment time{color:#68748f;}

.page-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;}
.page-intro h1{margin:0;letter-spacing:-.5px;}
.page-intro p{margin:6px 0 0;color:var(--muted);}
.section-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;}
.stack{display:grid;gap:18px;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;}
.field{display:grid;gap:7px;}
.field.full{grid-column:1/-1;}
.field label{font-weight:800;color:#3a455f;}
.help{color:var(--muted);}

.color-control{display:grid;grid-template-columns:48px 1fr;gap:9px;}
.color-control input[type=color]{width:48px;height:44px;padding:4px;border:1px solid var(--line);border-radius:10px;background:#fff;}
.toggle-list{display:grid;gap:10px;}
.toggle-row{min-height:62px;border:1px solid var(--line);border-radius:11px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;}
.toggle-copy strong{display:block;}
.toggle-copy span{display:block;color:var(--muted);margin-top:3px;}
.switch{position:relative;width:43px;height:24px;flex:0 0 auto;}
.switch input{position:absolute;opacity:0;pointer-events:none;}
.switch-track{position:absolute;inset:0;border-radius:999px;background:#d8deea;transition:.2s;}
.switch-track:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.15);transition:.2s
;}
.switch input:checked + .switch-track{background:var(--pink);}
.switch input:checked + .switch-track:after{transform:translateX(19px);}



.category-card{overflow:hidden;}
.category-toolbar{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;}
.category-toolbar p{margin:0;color:var(--muted);}
.category-list{padding:12px;}
.category-head,.category-row{display:grid;grid-template-columns:36px minmax(155px,1fr) minmax(130px,.8fr) 90px 120px 56px 90px;gap:10px;align-items:center;}
.category-head{padding:0 10px 9px;color:#8993a6;font-weight:800;text-transform:uppercase;}
.category-row{min-height:68px;padding:10px;border:1px solid var(--line);border-radius:11px;margin-bottom:10px;background:#fff;}
.drag{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fbfcfe;color:#8a94a8;cursor:grab;}
.cat-name{display:flex;align-items:center;gap:10px;min-width:0
;}
.cat-color{width:8px;height:35px;border-radius:99px;background:var(--cat-color,var(--pink))
;}
.cat-name strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
;}
.cat-name span{display:block;color:var(--muted);margin-top:3px;}
.mini{width:100%;height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 9px;outline:none;}
.action-group{display:flex;gap:5px;}
.empty{padding:38px 20px;text-align:center;color:var(--muted);font-size:11px;}
.sticky-save{position:sticky;bottom:0;z-index:10;margin:20px -18px -20px;min-height:62px;padding:11px 18px;border-top:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;gap:16px;}
.sticky-save span{color:var(--muted);}
.save-actions{display:flex;gap:9px;}

.modal-backdrop{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(10,18,35,.48);backdrop-filter:blur(5px);}
.modal-backdrop.open{display:flex;}
.modal{width:min(540px,100%);background:#fff;border-radius:16px;border:1px solid var(--line);box-shadow:0 30px 80px rgba(16,28,52,.24);overflow:hidden;}
.modal-head,.modal-foot{min-height:60px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px
;}
.modal-head{border-bottom:1px solid var(--line);}
.modal-foot{border-top:1px solid var(--line);}
.modal-head h3{margin:0;font-size:14px;}
.modal-body{padding:18px;}
.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.modal-grid .full{grid-column:1/-1;}

.toast{position:fixed;right:24px;bottom:24px;z-index:120;min-width:290px;max-width:420px;padding:13px 15px;border-radius:12px;background:#10182a;color:#fff;display:flex;align-items:center;gap:11px;box-shadow:0 22px 60px rgba(10,18,35,.25);opacity:0;transform:translateY(24px);pointer-events:none;transition:.25s;}
.toast.show{opacity:1;transform:none;}
.toast-mark{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green)
;}
.toast b{display:block;}
.toast span{display:block;color:#b7c0d1;margin-top:2px;}

@media(max-width:1200px){
  .stats{grid-template-columns:repeat(2,1fr);}
  .dashboard-grid,.bottom-grid,.section-layout{grid-template-columns:1fr;}
  .preview{position:relative;top:auto;}
  .category-head{display:none;}
  .category-row{grid-template-columns:36px 1fr 1fr 90px 56px 90px;}
  .category-row .layout-cell{display:none;}
}
@media(max-width:760px){
  
  
  .admin-copy{display:none;}
  
  
  
  
  .dashboard-grid{grid-template-columns:1fr;}
  .form-grid,.modal-grid{grid-template-columns:1fr;}
  .field.full,.modal-grid .full{grid-column:auto;}
  .quick-grid{grid-template-columns:1fr;}
  .ad-body{grid-template-columns:1fr;}
  .page-intro{align-items:flex-start;flex-direction:column;}
  .category-row{grid-template-columns:32px 1fr 56px 78px;}
  .category-row .category-cell,.category-row .count-cell,.category-row .layout-cell{display:none;}
  .sticky-save{margin:16px -12px -18px;padding:11px 12px;align-items:flex-start;flex-direction:column;}
  .save-actions{width:100%;}
  .save-actions .btn{flex:1;}
}

/* === v2: Büyük ve okunaklı panel tipografisi === */
body{font-size:16px;}
.nav-btn{font-size:14px;font-weight:700;}
.brand-word{font-size:34px;}
.admin-copy strong{font-size:15px;}
.admin-copy span{font-size:13px;}
.stat-main span{font-size:14px;}
.stat-main strong{font-size:30px;}
.stat-foot{font-size:13px;}
.card-title h2,.card-title h3{font-size:19px;}
.card-title p{font-size:13px;}
.select-lite{font-size:12px;}
.chart-legend{font-size:12px;}
.chart-y,.chart-x{font-size:12px;}
.btn{font-size:12px;}
.data-table th{font-size:11px;padding:14px 15px;}
.data-table td{font-size:12px;padding:13px 15px;}
.content-cell strong{font-size:12px;}
.badge{font-size:11px;}
.table-foot{font-size:12px;}
.quick-copy strong{font-size:14px;}
.quick-copy span{font-size:11px;}
.comment-copy strong{font-size:12px;}
.comment-copy p{font-size:11px;}
.comment time{font-size:11px;}
.page-intro h1{font-size:27px;}
.page-intro p{font-size:14px;}
.field label{font-size:12px;}
.help{font-size:11px;}
.toggle-copy strong{font-size:13px;}
.toggle-copy span{font-size:11px;}
.ad-title h3{font-size:15px;}
.ad-title p{font-size:11px;}
.ad-preview strong{font-size:12px;}
.ad-preview span{font-size:10px;}
.mode-btn{font-size:11px;}
.upload strong{font-size:11px;}
.upload span{font-size:10px;}
.category-toolbar p{font-size:12px;}
.category-head{font-size:10px;}
.cat-name strong{font-size:12px;}
.cat-name span{font-size:10px;}
.mini{font-size:11px;}
.sticky-save span{font-size:11px;}
.toast b{font-size:12px;}
.toast span{font-size:10px;}
.input,.select,.textarea{font-size:14px;}
.stat-card{min-height:158px;}
.quick-card{min-height:92px;}
.comment{min-height:64px;}


/* === v2: Çalışan dashboard etkileşimleri === */
.dropdown-panel{position:absolute;top:52px;right:0;width:320px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(20,34,64,.16);padding:10px;z-index:40;display:none
;}
.dropdown-panel.open{display:block;}
.notify-wrap{position:relative;}
.notice-item{padding:12px;border-radius:10px;display:flex;gap:10px;align-items:flex-start;}
.notice-item:hover{background:#f8f9fc;}
.notice-dot{width:8px;height:8px;border-radius:50%;background:var(--pink);margin-top:6px;flex:0 0 auto;}
.notice-item strong{display:block;font-size:12px;}
.notice-item span{display:block;color:var(--muted);font-size:11px;margin-top:3px;}
.notice-empty{padding:20px;text-align:center;color:var(--muted);font-size:12px;}
.action-feedback{position:fixed;inset:0;z-index:110;display:none;align-items:center;justify-content:center;background:rgba(10,18,35,.38);backdrop-filter:blur(4px);padding:20px
;}
.action-feedback.open{display:flex;}
.feedback-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 70px rgba(10,18,35,.22);padding:24px;text-align:center
;}
.feedback-icon{width:56px;height:56px;border-radius:50%;margin:0 auto 14px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)
;}
.feedback-icon .icon{width:28px;height:28px;}
.feedback-card h3{margin:0;font-size:20px;}
.feedback-card p{margin:8px 0 18px;color:var(--muted);font-size:13px;}
.stat-card.clickable{cursor:pointer;transition:.2s ease;}
.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(23,37,68,.08);}
.data-table tbody tr{transition:.18s ease;}
.data-table tbody tr:hover{background:#fcfdff;}
.chart-fade{animation:chartFade .3s ease;}
@keyframes chartFade{from{opacity:.25;transform:translateY(4px);}to{opacity:1;transform:none;}}


/* === v3: Dashboard yönetim özeti tablo yazıları +3px === */
#view-dashboard .data-table th{font-size:14px;}
#view-dashboard .data-table td{font-size:15px;}
#view-dashboard .data-table .content-cell strong{font-size:15px;}
#view-dashboard .data-table .badge{font-size:14px;}
#view-dashboard .table-foot{font-size:15px;}
#view-dashboard .page{font-size:13px;}


/* === v5: Alt bölüm / footer benzeri alan yazıları +3px === */
.footer,
footer,
.site-footer,
.footer-section,
.footer-widget,
.footer-columns,
.footer-column,
.footer-links,
.app-download,
.store-buttons,
.download-box,
.download-card{font-size: inherit;}

.footer *,
footer *,
.site-footer *,
.footer-section *,
.footer-widget *,
.footer-columns *,
.footer-column *,
.footer-links *,
.app-download *,
.store-buttons *,
.download-box *,
.download-card *{font-size: calc(1em + 3px) !important;line-height: 1.45;}


/* === v7: Basit Tema Durumu kartı === */
.simple-status-card{overflow:hidden;}
.simple-status-body{padding:12px 18px 18px;display:grid;gap:9px;}
.simple-status-row{width:100%;min-height:68px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;align-items:center;text-align:left;transition:.18s ease
;}
button.simple-status-row:hover{background:#fbfcfe;border-color:#dce3ed;transform:translateY(-1px);}
.simple-status-row.static{cursor:default;}
.simple-status-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center
;}
.simple-status-icon .icon{width:21px;height:21px;}
.simple-status-icon.pink{background:var(--pink-soft);color:var(--pink);}
.simple-status-icon.orange{background:var(--orange-soft);color:var(--orange);}
.simple-status-icon.blue{background:var(--blue-soft);color:var(--blue);}
.simple-status-icon.green{background:var(--green-soft);color:var(--green);}
.simple-status-copy strong{display:block;font-size:15px;}
.simple-status-copy small{display:block;margin-top:3px;color:var(--muted);font-size:12px;}
.simple-status-value{min-width:68px;text-align:right;color:#26334f;font-size:14px;font-weight:800
;}
.simple-status-value b{font-size:17px;}
@media(max-width:560px){
  .simple-status-row{grid-template-columns:40px minmax(0,1fr);}
  .simple-status-value{grid-column:2;text-align:left;}
}


@media(max-width:620px){
  .dashboard-theme-body{padding:12px;grid-template-rows:190px auto;}
  .dash-theme-controls{grid-template-columns:1fr;}
}


@media(max-width:760px){
  .dashboard-admap-body{padding:12px;grid-template-rows:auto auto auto;}
  .admap-content-grid{grid-template-columns:1fr;}
  .admap-header-row{grid-template-columns:88px 1fr;}
  .admap-slot.compact{grid-column:1 / -1;}
  .admap-controls-grid{grid-template-columns:1fr;}
  .ad-control-card.full{grid-column:auto;}
  .admap-mini-stats{grid-template-columns:1fr;}
}



/* === v16: Referans görsel tarzı dashboard reklam listesi === */
.dashboard-ad-list-card{height:100%;overflow:hidden;display:flex;flex-direction:column;}
.dashboard-ad-list-card .card-head{min-height:74px;}
.dashboard-ad-list{flex:1;display:grid;grid-template-rows:repeat(5,1fr);}
.dashboard-ad-row{min-height:69px;padding:10px 18px;display:grid;gap:12px;align-items:center;border-bottom:1px solid var(--line);background:#fff;transition:.18s ease;}
.dashboard-ad-row:hover{background:#fcfdff;}
.ad-row-number{border:1px solid #ffd8e4;background:#fffafd;color:var(--pink);display:grid;place-items:center;font-weight:900;}
.ad-row-copy{min-width:0;}
.ad-row-copy strong{display:block;color:#17213a;line-height:1.2;}
.ad-row-copy small{display:block;margin-top:5px;color:#69758e;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ad-row-size{color:#66728d;font-weight:700;white-space:nowrap;}
.ad-row-switch{transform:scale(.96);}
.ad-row-edit{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;transition:.18s ease;}


.dashboard-ad-note{min-height:52px;margin:8px 18px 14px;padding:10px 13px;border:1px solid #ffd6e3;border-radius:10px;background:#fff5f8;color:#f04475;display:flex;align-items:center;gap:10px;line-height:1.4;}
.dashboard-ad-note-icon{width:20px;height:20px;border:2px solid #ff8caf;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;font-weight:900;}

@media(max-width:620px){
  .dashboard-ad-row{padding:9px 12px;}
  
  .ad-row-number{width:38px;height:38px;}
}

/* === v17: Reklam ayar penceresi === */
.ad-editor-card{overflow:hidden;}
.ad-editor-head{min-height:94px;padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(180deg,#fff 0%,#fcfdff 100%);}
.ad-editor-title{display:flex;align-items:center;gap:14px;}
.ad-editor-number{width:50px;height:50px;border-radius:13px;border:1px solid #ffd7e3;background:#fff4f7;color:var(--pink);display:grid;place-items:center;font-size:15px;font-weight:950;}
.ad-editor-kicker{display:block;color:#919aad;font-size:9px;font-weight:900;letter-spacing:.75px;}
.ad-editor-title h2{margin:4px 0 0;font-size:20px;letter-spacing:-.3px;}
.ad-editor-title p{margin:4px 0 0;color:var(--muted);font-size:12px;}
.ad-editor-status-switch{transform:scale(1.05);}
.ad-editor-body{padding:20px;display:grid;gap:18px;}
.ad-editor-type label,
.ad-editor-label{display:block;margin-bottom:8px;color:#3c4760;font-size:12px;font-weight:800;}
.ad-editor-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.ad-editor-tab{min-height:46px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#6a758d;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:800;}
.ad-editor-tab .icon{width:18px;height:18px;}
.ad-editor-tab.active{color:var(--pink);border-color:#ffc9d9;background:#fff4f7;}
.ad-editor-pane{display:none;}
.ad-editor-pane.active{display:block;}
.ad-upload-box{min-height:128px;padding:16px;border:1px dashed #cfd7e3;border-radius:12px;background:#fafbfd;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:15px;align-items:center;cursor:pointer;transition:.18s ease;}
.ad-upload-box:hover{border-color:#ffabc3;background:#fffafd;}
.ad-upload-box input{display:none;}
.ad-upload-preview{width:72px;height:72px;border-radius:10px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--pink);overflow:hidden;background-position:center;background-size:cover;}
.ad-upload-preview .icon{width:25px;height:25px;}
.ad-upload-copy strong{display:block;font-size:13px;}
.ad-upload-copy small{display:block;margin-top:5px;color:var(--muted);font-size:10px;}
.ad-upload-action{min-height:36px;padding:0 12px;border:1px solid #ffd0df;border-radius:8px;background:#fff;color:var(--pink);display:inline-flex;align-items:center;font-size:11px;font-weight:800;}
.ad-editor-info{min-height:72px;padding:13px 15px;border:1px solid #e3e9f2;border-radius:11px;background:#f8faff;display:flex;align-items:flex-start;gap:12px;color:#50607c;}
.ad-editor-info .icon{width:20px;height:20px;color:var(--blue);flex:0 0 auto;margin-top:2px;}
.ad-editor-info strong{display:block;font-size:12px;}
.ad-editor-info span{display:block;margin-top:4px;color:#768199;font-size:10px;}




/* === v17: Kaleme tıklayınca açılan reklam ayar penceresi === */
.ad-settings-modal{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;}
.ad-settings-modal .ad-editor-head{position:sticky;top:0;z-index:2;}
.ad-modal-head-actions{display:flex;align-items:center;gap:12px;}
.ad-settings-modal-foot{position:sticky;bottom:0;z-index:2;min-height:68px;padding:12px 20px;border-top:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.ad-settings-modal .ad-editor-body{padding:20px;}
.ad-settings-modal .ad-upload-box{min-height:120px;}
body.ad-modal-open{overflow:hidden;}
@media(max-width:620px){
  .ad-settings-modal{max-height:calc(100vh - 20px);}
  .ad-settings-modal .ad-editor-head{padding:14px;}
  .ad-settings-modal .ad-editor-body{padding:14px;}
  .ad-settings-modal-foot{padding:10px 14px;}
  .ad-settings-modal-foot .btn{flex:1;}
}


/* === v18: Dashboard reklam doluluk durumu ve küçük önizleme === */
.ad-row-title-line{display:flex;align-items:center;gap:8px;min-width:0;}
.ad-row-title-line strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ad-row-content-state{flex:0 0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-style:normal;font-weight:900;letter-spacing:.15px;}
.ad-row-content-state.empty{background:#f0f2f6;color:#8a94a6;}
.ad-row-content-state.filled{background:#eafaf2;color:#10a35f;border:1px solid #d6f2e2;}
.dashboard-ad-row.has-content{background:linear-gradient(90deg,rgba(18,183,106,.025),#fff 38%);}
.dashboard-ad-row.has-content:hover{background:linear-gradient(90deg,rgba(18,183,106,.05),#fcfdff 38%);}
.ad-row-number{position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;}
.ad-row-number.has-preview{color:transparent;border-color:#bde9d2;background-color:#eefaf4;box-shadow:inset 0 0 0 1px rgba(18,183,106,.08);}
.ad-row-number.has-preview:before{content:"✓";position:absolute;top:3px;right:3px;width:15px;height:15px;border-radius:50%;display:grid;place-items:center;background:#13b76a;color:#fff;font-size:9px;font-weight:900;box-shadow:0 2px 6px rgba(0,0,0,.14);}
.ad-row-number.has-preview:after,
.ad-row-number.has-code:after{content:attr(data-number);position:absolute;left:3px;bottom:3px;min-width:18px;height:16px;padding:0 4px;border-radius:5px;display:grid;place-items:center;background:rgba(16,24,42,.72);color:#fff;font-size:8px;font-weight:900;line-height:1;}
.ad-row-number.has-code{color:transparent;border-color:#ded4ff;background:
    linear-gradient(135deg,rgba(109,49,255,.12),rgba(109,49,255,.03)),
    #faf8ff;}
.ad-row-number.has-code:before{content:"</>";position:absolute;inset:0;display:grid;place-items:center;color:var(--purple);font-size:12px;font-weight:900;}


@media(max-width:620px){
  .ad-row-content-state{font-size:8px;padding:0 6px;}
}


/* === v19: Hafif renkli reklam satırları + büyük düzenle/sil işlemleri === */
.dashboard-ad-row{position:relative;grid-template-columns:56px minmax(0,1fr) 92px 50px 98px;border-left:4px solid transparent;padding-left:15px;}
.dashboard-ad-row:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.65;}
.dashboard-ad-row > *{position:relative;z-index:1;}

.dashboard-ad-row.pink{border-left-color:#ff5f92;background:linear-gradient(90deg,rgba(255,20,92,.055),#fff 34%);}
.dashboard-ad-row.purple{border-left-color:#8a5cff;background:linear-gradient(90deg,rgba(109,49,255,.05),#fff 34%);}
.dashboard-ad-row.blue{border-left-color:#4c84ff;background:linear-gradient(90deg,rgba(36,107,253,.05),#fff 34%);}
.dashboard-ad-row.orange{border-left-color:#ff9d42;background:linear-gradient(90deg,rgba(255,122,0,.055),#fff 34%);}
.dashboard-ad-row.green{border-left-color:#31c781;background:linear-gradient(90deg,rgba(18,183,106,.05),#fff 34%);}

.dashboard-ad-row.pink:hover{background:linear-gradient(90deg,rgba(255,20,92,.085),#fcfdff 38%);}
.dashboard-ad-row.purple:hover{background:linear-gradient(90deg,rgba(109,49,255,.08),#fcfdff 38%);}
.dashboard-ad-row.blue:hover{background:linear-gradient(90deg,rgba(36,107,253,.08),#fcfdff 38%);}
.dashboard-ad-row.orange:hover{background:linear-gradient(90deg,rgba(255,122,0,.085),#fcfdff 38%);}
.dashboard-ad-row.green:hover{background:linear-gradient(90deg,rgba(18,183,106,.08),#fcfdff 38%);}

.dashboard-ad-row.pink .ad-row-number{background:#fff1f6;border-color:#ffd4e1;}
.dashboard-ad-row.purple .ad-row-number{background:#f5f1ff;border-color:#e2d8ff;color:#6d31ff;}
.dashboard-ad-row.blue .ad-row-number{background:#eef4ff;border-color:#d8e5ff;color:#246bfd;}
.dashboard-ad-row.orange .ad-row-number{background:#fff5eb;border-color:#ffe0c2;color:#ff7a00;}
.dashboard-ad-row.green .ad-row-number{background:#eefbf4;border-color:#d5f0e1;color:#12a15f;}

.ad-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;}
.ad-row-edit,
.ad-row-delete{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;transition:.18s ease;}
.ad-row-edit{border:1px solid #bfe8d3;background:#f3fbf7;color:#0eaf65;}
.ad-row-edit .icon{width:21px;height:21px;stroke-width:2.15;}
.ad-row-edit:hover{background:#e9f9f1;border-color:#9fddbd;color:#079855;transform:translateY(-2px) scale(1.02);box-shadow:0 9px 20px rgba(18,183,106,.13);}
.ad-row-edit.is-filled{background:#eafaf2;border-color:#a9e0c3;box-shadow:0 6px 16px rgba(18,183,106,.10);}
.ad-row-delete{border:1px solid #ffd2dc;background:#fff7f9;color:#ff3b61;}
.ad-row-delete .icon{width:19px;height:19px;stroke-width:2.05;}
.ad-row-delete:hover{background:#fff0f4;border-color:#ffb9ca;color:#ed1f4e;transform:translateY(-2px) scale(1.02);box-shadow:0 9px 20px rgba(255,59,97,.12);}
.ad-row-delete:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none;}
.ad-row-content-state{min-height:24px;padding:0 8px;font-size:10px;}
.ad-row-copy strong{font-size:15px;}
.ad-row-copy small{font-size:12px;}
.ad-row-size{font-size:13px;}
.ad-row-number{width:46px;height:46px;border-radius:12px;font-size:14px;}

.ad-delete-modal{width:min(440px,100%);padding:26px;text-align:center;}
.ad-delete-icon{width:58px;height:58px;margin:0 auto 14px;border-radius:16px;display:grid;place-items:center;background:#fff0f4;color:#ff385c;border:1px solid #ffd1dc;}
.ad-delete-icon .icon{width:27px;height:27px;}
.ad-delete-modal h3{margin:0;font-size:21px;}
.ad-delete-modal p{margin:9px 0 0;color:#6d7890;font-size:13px;line-height:1.5;}
.ad-delete-modal p strong{color:#222e47;}
.ad-delete-warning{margin-top:16px;padding:11px 13px;border-radius:10px;border:1px solid #ffe1e8;background:#fff8fa;color:#d84263;font-size:11px;font-weight:700;}
.ad-delete-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;}
.ad-delete-actions .btn{min-height:44px;}

@media(max-width:620px){
  .dashboard-ad-row{grid-template-columns:46px minmax(0,1fr) 46px 90px;padding-left:10px;}
  .ad-row-actions{gap:6px;}
  .ad-row-edit,
  .ad-row-delete{width:39px;height:39px;}
  .ad-row-size{display:none;}
}


/* === v20: Modern WordPress içerik yönetimi === */
.content-manager-card{overflow:hidden;height:100%;display:flex;flex-direction:column;}
.content-manager-head{min-height:74px;}
.content-manager-summary{min-height:48px;padding:0 18px;border-bottom:1px solid var(--line);background:#fbfcfe;display:flex;align-items:center;gap:22px;color:#778299;font-size:11px;}
.content-manager-summary span{display:inline-flex;align-items:center;gap:5px;}
.content-manager-summary b{color:#26324b;font-size:13px;}
.content-table th{white-space:nowrap;}
.content-table td{height:68px;}
.content-table .content-cell{min-width:210px;}
.content-table .content-cell strong{font-size:13px;line-height:1.35;}
.content-status{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:850;white-space:nowrap;}
.content-status.published{background:#eafaf2;color:#0fa45f;}
.content-status.draft{background:#f0f2f6;color:#707b91;}
.content-status.review{background:#edf4ff;color:#246bfd;}
.content-status.scheduled{background:#fff5eb;color:#ef7a12;}
.content-action{width:34px;height:34px;padding:0;border-radius:8px;}
.content-action.view{color:#4b5871;}
.content-action.edit{color:#0eaf65;}
.content-action.delete{color:#ff385c;}
.content-action:hover{transform:translateY(-1px);}
.content-manager-card .row-actions{gap:6px;}
.content-manager-card .table-foot{margin-top:auto;}
.content-manager-card .page{cursor:pointer;}

.content-editor-modal{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;}
.content-modal-kicker{display:block;color:var(--pink);font-size:9px;font-weight:900;letter-spacing:.8px;margin-bottom:4px;}
.content-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;}
.content-editor-grid .full{grid-column:1/-1;}
.content-editor-textarea{min-height:220px;line-height:1.65;}
.content-editor-modal .modal-head,
.content-editor-modal .modal-foot{position:sticky;z-index:2;background:#fff;}
.content-editor-modal .modal-head{top:0;}
.content-editor-modal .modal-foot{bottom:0;}

@media(max-width:760px){
  .content-manager-summary{gap:12px;overflow:auto;}
  .content-editor-grid{grid-template-columns:1fr;}
  .content-editor-grid .full{grid-column:auto;}
}


/* === v21: İçerik yönetimine uyarlanmış üst istatistik kartları === */
.content-stat-card{position:relative;overflow:hidden;}
.content-stat-card:after{content:"";position:absolute;width:92px;height:92px;right:-34px;top:-36px;border-radius:50%;background:rgba(255,20,92,.035);pointer-events:none;}
.content-stat-card:nth-child(2):after{background:rgba(109,49,255,.045);}
.draft-stat-card:after{background:rgba(36,107,253,.05);}
.content-stat-card .stat-main strong{transition:.2s ease;}
.content-stat-card:hover .stat-main strong{transform:translateY(-1px);}


/* === v22: Reklam bilgi metni +2px === */
.dashboard-ad-note{font-size:13px;}
.dashboard-ad-note-icon{font-size:13px;}


/* === v23: Ana Sayfa Bölümleri artık Tema Ayarları içinde === */
.home-sections-card{overflow:hidden;}
.home-sections-head{min-height:72px;}
.home-sections-head .btn{flex:0 0 auto;}
#view-theme .home-sections-card .category-toolbar{min-height:58px;padding:11px 16px;}

#view-theme .home-sections-card .category-list{padding:10px;}


#view-theme .home-sections-card .category-row{margin-bottom:8px;border-radius:10px;}
#view-theme .home-sections-card .drag{width:31px;height:31px;}
#view-theme .home-sections-card .cat-color{height:32px;}
#view-theme .home-sections-card .cat-name{gap:8px;}


#view-theme .home-sections-card .mini{height:36px;}
#view-theme .home-sections-card .action-group{gap:4px;}
#view-theme .home-sections-card .btn-icon{width:30px;height:30px;}
#view-theme .home-sections-card .btn-icon .icon{width:14px;height:14px;}

@media(max-width:1320px){
  
  
  #view-theme .home-sections-card .layout-cell{display:none;}
}

@media(max-width:760px){
  .home-sections-head{align-items:flex-start;padding:14px;flex-direction:column;}
  .home-sections-head .btn{width:100%;}
  
  
  #view-theme .home-sections-card .category-cell,
  #view-theme .home-sections-card .count-cell,
  #view-theme .home-sections-card .layout-cell{display:none;}
}


/* === v25: Ana Sayfa Bölümleri alanındaki tüm görünür yazılar +3px === */
#view-theme .home-sections-card .card-title h3{font-size:22px;}
#view-theme .home-sections-card .card-title p{font-size:16px;}
#view-theme .home-sections-card .home-sections-head .btn{font-size:15px;}
#view-theme .home-sections-card .category-toolbar p{font-size:15px;}

#view-theme .home-sections-card .category-head{font-size:12px;}
#view-theme .home-sections-card .cat-name strong{font-size:15px;}
#view-theme .home-sections-card .cat-name span{font-size:12px;}
#view-theme .home-sections-card .mini{font-size:13px;}
#view-theme .home-sections-card .section-count{font-size:13px;}
#view-theme .home-sections-card .switch{font-size:13px;}
#view-theme .home-sections-card .btn-icon{font-size:13px;}





/* === v30: Sosyal hesaplarda Düzenle / Kaydet yönetimi === */
.social-list-card{overflow:hidden;}
.social-list-body{display:grid;gap:16px;}
.social-top-settings{display:grid;gap:12px;}
.social-general-grid{gap:12px;}
.social-account-manager{border:1px solid #e7ecf3;border-radius:16px;overflow:hidden;background:#fff;}
.social-list-head{display:grid;gap:12px;padding:13px 16px;border-bottom:1px solid #e9edf4;background:#fafbfd;color:#7c879c;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.35px;}
.social-list-rows{display:grid;}
.social-list-row{display:grid;gap:12px;min-height:82px;padding:12px 16px;border-bottom:1px solid #edf0f5;background:#fff;transition:.18s ease;}
.social-list-row:last-child{border-bottom:0;}
.social-list-row:hover{background:#fcfdff;}
.social-list-row.is-editing{background:linear-gradient(90deg,rgba(255,20,92,.045),#fff 35%);box-shadow:inset 4px 0 0 var(--pink);}
.social-platform-cell,
.social-url-cell,
.social-status-cell,
.social-actions-cell{min-width:0;}
.social-platform-badge{padding:0 14px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;white-space:nowrap;}
.social-platform-badge.facebook{background:#eef4ff;color:#246bfd;}
.social-platform-badge.instagram{background:#fff0f7;color:#e23c8e;}
.social-platform-badge.twitter{background:#eef9ff;color:#2497db;}
.social-platform-badge.youtube{background:#fff1f1;color:#ff4a3b;}
.social-platform-badge.linkedin{background:#eff5ff;color:#2d6cdf;}
.social-platform-badge.rss{background:#fff6ed;color:#f28c1d;}

.social-url-cell label{display:block;margin-bottom:6px;color:#7e899e;font-size:10px;font-weight:800;}
.social-account-url{width:100%;}
.social-account-url[readonly]{background:#f8fafc;color:#657189;cursor:default;}
.social-list-row.is-editing .social-account-url{background:#fff;color:#18243d;border-color:#ffb5cc;box-shadow:0 0 0 4px rgba(255,20,92,.07);}
.social-status-cell{display:flex;gap:10px;}
.social-status-badge{min-width:56px;min-height:28px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;}
.social-status-badge.active{background:#eafaf2;color:#0fa45f;}
.social-status-badge.passive{background:#eef1f5;color:#7b8698;}
.social-actions-cell{display:flex;justify-content:flex-end;gap:8px;}
.social-action-btn{padding:0 12px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:850;transition:.18s ease;}
.social-action-btn .icon{width:16px;height:16px;}
.social-action-btn.edit{border:1px solid #bfe8d3;background:#f3fbf7;color:#0eaf65;}
.social-action-btn.edit:hover{border-color:#9edcbb;background:#ebf9f2;}
.social-action-btn.save{border:1px solid #ffc6d8;background:#fff3f7;color:var(--pink);}
.social-action-btn.save:hover:not(:disabled){border-color:#ff9fbd;background:#ffeaf1;}
.social-action-btn:disabled{opacity:.4;cursor:not-allowed;}

@media(max-width:900px){
  
  .social-list-row{align-items:stretch;}
  .social-actions-cell,
  .social-status-cell{justify-content:flex-start;}
}


/* === v31: Sosyal hesap satırları aynı seviyede hizalandı === */
.social-list-row{align-items:center;}
.social-url-cell{min-height:44px;}
.social-url-cell label{display:none !important;}
.social-url-cell .input{width:100%;height:44px;}
.social-status-cell{min-height:44px;align-items:center;}
.social-actions-cell{min-height:44px;align-items:center;}
.social-action-btn{min-height:44px;}
.social-platform-cell{display:flex;align-items:center;min-height:44px;}
.social-platform-badge{min-height:44px;}


/* === v32: Sosyal hesaplarda yalnızca bağlantı + düzenle/kaydet === */
.social-list-head{grid-template-columns:150px minmax(0,1fr) 220px;}
.social-list-row{grid-template-columns:150px minmax(0,1fr) 220px;}
.social-status-cell,
.social-status-badge{display:none !important;}
@media(max-width:1180px){
  .social-list-head,
  .social-list-row{grid-template-columns:125px minmax(0,1fr) 190px;}
}
@media(max-width:900px){
  .social-list-head{display:none;}
  .social-list-row{grid-template-columns:1fr;}
  .social-actions-cell{justify-content:flex-start;}
}


/* === v33: Sosyal URL güvenlik doğrulaması === */






/* === v34: Header kaldırıldı, uyarılar modernleştirildi === */
#view-theme .section-layout{grid-template-columns:minmax(0,1fr);}

.social-list-row.has-url-error{background:linear-gradient(90deg,rgba(255,73,111,.07),rgba(255,255,255,.98) 34%);box-shadow:inset 4px 0 0 #ff496f, 0 12px 26px rgba(255,73,111,.06);}
.social-account-url.is-invalid{border-color:#ff6a8d !important;background:linear-gradient(180deg,#fff7fa 0%,#fffdfd 100%) !important;box-shadow:0 0 0 4px rgba(255,73,111,.08) !important;}
.social-url-cell{display:grid;align-items:center;}
.social-url-error{display:none;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;border:1px solid #ffd0db;border-radius:12px;background:linear-gradient(180deg,#fff5f8 0%,#fffafb 100%);color:#d92d59;font-size:11px;font-weight:800;line-height:1.4;box-shadow:0 8px 20px rgba(255,73,111,.08);}
.social-url-error::before{content:"!";width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;background:#ff496f;color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 14px rgba(255,73,111,.22);}
.social-list-row.has-url-error .social-url-error{display:flex;}


/* === v35: Ana Sayfa Bölümleri ve Sosyal Hesap Ayarları yan yana === */





#view-theme .social-list-card .social-action-btn{min-width:84px;padding:0 10px;}
@media(max-width:1300px){
  #view-theme .stack{grid-template-columns:1fr;}
}


/* === v36: Ana Sayfa Bölümleri sadece Bölüm + Kategori + Kaydet === */

#view-theme .home-sections-card .category-head{padding:0 10px 9px;}
#view-theme .home-sections-card .category-row{min-height:68px;padding:10px 12px;}
#view-theme .home-sections-card .category-cell{display:block !important;}
#view-theme .home-sections-card .section-save-cell{display:flex;align-items:center;justify-content:flex-end;}
#view-theme .home-sections-card .section-save-btn{min-height:40px;padding:0 14px;border:1px solid #ffd0df;border-radius:10px;background:#fff4f7;color:var(--pink);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:850;transition:.18s ease;}
#view-theme .home-sections-card .section-save-btn .icon{width:17px;height:17px;}
#view-theme .home-sections-card .section-save-btn:hover{border-color:#ffadc6;background:#ffeaf1;transform:translateY(-1px);box-shadow:0 8px 18px rgba(255,20,92,.08);}
#view-theme .home-sections-card .section-save-btn.has-changes{background:var(--pink);border-color:var(--pink);color:#fff;box-shadow:0 8px 20px rgba(255,20,92,.18);}
#view-theme .home-sections-card .category-row.has-changes{border-color:#ffd0df;background:linear-gradient(90deg,rgba(255,20,92,.035),#fff 38%);}
@media(max-width:1320px){
  #view-theme .home-sections-card .category-head{display:grid;}
  #view-theme .home-sections-card .category-row{grid-template-columns:42px minmax(160px,.9fr) minmax(190px,1.3fr) 118px;}
}
@media(max-width:760px){
  #view-theme .home-sections-card .category-head{display:none;}
  #view-theme .home-sections-card .category-row{grid-template-columns:38px minmax(0,1fr);gap:10px;}
  #view-theme .home-sections-card .category-cell,
  #view-theme .home-sections-card .section-save-cell{grid-column:1 / -1;}
  #view-theme .home-sections-card .section-save-cell{justify-content:stretch;}
  #view-theme .home-sections-card .section-save-btn{width:100%;}
}


/* === v37: Yeni Ana Sayfa Bölümü modalı iki eşit alana bölündü === */
#sectionModal .modal{width:min(620px,100%);}
#sectionModal .new-section-simple-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:end;}
#sectionModal .new-section-simple-grid .field{min-width:0;}
#sectionModal .new-section-simple-grid .input,
#sectionModal .new-section-simple-grid .select{width:100%;height:44px;}
@media(max-width:620px){
  #sectionModal .new-section-simple-grid{grid-template-columns:1fr;}
}


/* === v38: Bölüm silme özelliği ve iki kutunun eşit hizası === */

#view-theme .stack{grid-template-columns:repeat(2,minmax(0,1fr));}
#view-theme .home-sections-card,
#view-theme .social-list-card{height:100%;}

#view-theme .home-sections-card .category-head,
#view-theme .home-sections-card .category-row{grid-template-columns:42px minmax(170px,.8fr) minmax(220px,1.35fr) 200px;}
#view-theme .home-sections-card .section-actions-cell{display:flex;align-items:center;justify-content:flex-end;gap:8px;}
#view-theme .home-sections-card .section-save-btn,
#view-theme .home-sections-card .section-delete-btn{min-height:40px;padding:0 14px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;transition:.18s ease;}
#view-theme .home-sections-card .section-save-btn{min-width:102px;}
#view-theme .home-sections-card .section-delete-btn{min-width:78px;border:1px solid #ffd6e1;background:#fff7fa;color:#ff4e78;}
#view-theme .home-sections-card .section-delete-btn .icon{width:16px;height:16px;}
#view-theme .home-sections-card .section-delete-btn:hover{border-color:#ffb6c9;background:#ffedf3;box-shadow:0 8px 18px rgba(255,78,120,.08);transform:translateY(-1px);}

#view-theme .social-list-card .social-list-head{grid-template-columns:120px minmax(0,1fr) 180px;}
#view-theme .social-list-card .social-list-row{grid-template-columns:120px minmax(0,1fr) 180px;}
#view-theme .social-list-card .social-actions-cell{justify-content:flex-start;}

@media(max-width:1400px){
  #view-theme .stack{grid-template-columns:1fr;}
}
@media(max-width:980px){
  #view-theme .home-sections-card .category-head{display:none;}
  #view-theme .home-sections-card .category-row{grid-template-columns:38px minmax(0,1fr);gap:10px;}
  #view-theme .home-sections-card .category-cell,
  #view-theme .home-sections-card .section-actions-cell{grid-column:1 / -1;}
  #view-theme .home-sections-card .section-actions-cell{justify-content:stretch;}
  #view-theme .home-sections-card .section-save-btn,
  #view-theme .home-sections-card .section-delete-btn{flex:1 1 0;}
}


/* === v39: Sosyal Hesap Ayarları yazıları +2px === */
#view-theme .social-list-card .card-title h3{font-size:34px;}
#view-theme .social-list-card .card-title p{font-size:16px;}
#view-theme .social-list-card .toggle-copy strong{font-size:18px;}
#view-theme .social-list-card .toggle-copy span{font-size:14px;}
#view-theme .social-list-card .social-list-head{font-size:13px;}
#view-theme .social-list-card .social-platform-badge{font-size:15px;}
#view-theme .social-list-card .social-account-url{font-size:16px;}
#view-theme .social-list-card .social-action-btn{font-size:14px;}
#view-theme .social-list-card .social-url-error{font-size:13px;}


/* === v40: İstenen alanlar +2px büyütüldü === */
#view-theme .page-intro p{font-size:16px;}
#view-theme .page-intro .save-trigger{font-size:16px;}
#view-theme .page-intro .save-trigger .icon{width:18px;height:18px;}
#view-theme .home-sections-card .category-toolbar .badge{font-size:15px;}
#view-theme .home-sections-card .section-save-btn,
#view-theme .home-sections-card .section-delete-btn{font-size:14px;}
#view-theme .home-sections-card .section-save-btn .icon,
#view-theme .home-sections-card .section-delete-btn .icon{width:18px;height:18px;}


/* === v41: Sabit Öne Çıkanlar bölümü === */
#view-theme .home-sections-card .featured-fixed-row{background:linear-gradient(180deg,#fffdf8 0%,#fff 100%);border-color:#ffe4b8;box-shadow:0 10px 24px rgba(255,159,26,.08);}
#view-theme .home-sections-card .featured-fixed-row .cat-color{background:linear-gradient(180deg,#ffb341 0%,#ff8f00 100%);}
#view-theme .home-sections-card .fixed-drag{opacity:.65;cursor:not-allowed;background:#fff9ef;border-color:#ffe1b0;}
#view-theme .home-sections-card .fixed-drag .icon{opacity:.7;}
#view-theme .home-sections-card .featured-categories-cell{display:block !important;}
#view-theme .home-sections-card .featured-categories-grid{display:grid;}

#view-theme .home-sections-card .featured-actions-cell{justify-content:flex-end;}

@media(max-width:980px){
  #view-theme .home-sections-card .featured-categories-grid{grid-template-columns:1fr;}
}


/* === v42: Dashboard reklam kartı sağa doğru 20px genişletildi === */
@media(min-width:761px){
  #view-dashboard .dashboard-grid{grid-template-columns:minmax(0,calc(36.521739% + 13.43px)) minmax(0,1fr);}
}

.main-nav{overflow:visible;}

/* === v53: İçerik yönetimi tablo başlıkları ve durum görünümü === */
#view-dashboard .content-table thead th:nth-child(n+2){font-size:17px;}
.content-status{min-height:30px;padding:0 12px;font-size:13px;}


/* === v54: İçerik yönetimi işlem ikonları === */
.content-action .icon{width:18px;height:18px;}


/* === v55: Öne Çıkanlar kategorileri tek satırda yan yana === */



/* === v56: Öne Çıkanlar alanı sığdırıldı ve iki ana kart tam eşit bölündü === */
#view-theme .section-layout{width:100%;max-width:none;margin-inline:0;}

#view-theme .stack{width:100%;max-width:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:18px;align-items:start;}

#view-theme .home-sections-card,
#view-theme .social-list-card{width:100%;min-width:0;max-width:none;}

/* Sabit Öne Çıkanlar satırında kategori alanına daha fazla yer ver */


#view-theme .home-sections-card .featured-categories-cell{min-width:0;}





#view-theme .home-sections-card .featured-save-btn{padding-inline:10px;}

/* Masaüstünde iki kutu tam yarım yarım; sadece daha küçük ekranlarda alt alta */
@media(max-width:1100px){
  #view-theme .stack{grid-template-columns:1fr !important;}
}

/* === v58: Öne Çıkanlar kategori alanları genişletildi === */
#view-theme .home-sections-card .featured-fixed-row{grid-template-columns:42px minmax(120px,.48fr) minmax(0,2.45fr) 118px !important;gap:8px;}

#view-theme .home-sections-card .featured-categories-grid{width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;}

#view-theme .home-sections-card .featured-categories-grid .mini{width:100%;min-width:0;height:40px;padding-left:12px;padding-right:28px;font-size:13px;}

#view-theme .home-sections-card .featured-save-btn{min-width:108px;width:108px;}

@media(max-width:1320px){
  #view-theme .home-sections-card .featured-fixed-row{grid-template-columns:42px minmax(105px,.42fr) minmax(0,2.7fr) 110px !important;}
}

@media(max-width:760px){
  #view-theme .home-sections-card .featured-fixed-row{grid-template-columns:38px minmax(0,1fr) !important;}
  
}


/* === v59: Panel genelinde tam mobil uyumluluk === */
@media(max-width:760px){
  body{min-width:0;overflow-x:hidden;}

  .shell{width:100%;max-width:none;margin:0;border-radius:0;border-left:0;border-right:0;overflow:hidden;}

  .topbar{height:auto;min-height:66px;padding:10px 12px;gap:10px;}

  .brand{min-width:0;gap:7px;}

  .brand-word{font-size:27px;white-space:nowrap;}

  .brand-badge{padding:3px 6px;font-size:8px;}

  .top-actions{gap:7px;}

  .notify{width:38px;height:38px;}

  .admin{gap:6px;}

  .avatar{width:38px;height:38px;border-width:2px;}

  .admin-chevron{display:none;}

  .main-nav{min-height:0;padding:8px 10px 10px;gap:7px;flex-wrap:wrap;overflow:visible;}

  .nav-btn{flex:1 1 calc(50% - 4px);min-width:0;min-height:42px;padding:0 10px;justify-content:center;font-size:13px;}

  .nav-btn .icon{width:18px;height:18px;}

  .content{padding:14px 10px 18px;}

  .page-intro{gap:12px;margin-bottom:14px;}

  .page-intro h1{font-size:25px;}

  .page-intro p,
  #view-theme .page-intro p{font-size:14px;line-height:1.45;}

  .page-intro .btn,
  #view-theme .page-intro .save-trigger{width:100%;min-height:44px;justify-content:center;}

  .stats{grid-template-columns:1fr;gap:10px;margin-bottom:14px;}

  .stat-card{min-height:112px;padding:17px;}

  .dashboard-grid,
  .bottom-grid,
  .section-layout,
  #view-theme .stack{grid-template-columns:1fr !important;gap:12px;}

  .card{min-width:0;border-radius:13px;}

  .card-head{min-height:0;padding:15px 14px;align-items:flex-start;flex-direction:column;gap:10px;}

  .card-title h2,
  .card-title h3{font-size:20px;}

  .card-title p{font-size:13px;line-height:1.45;}

  .card-head .btn,
  .home-sections-head #addSection{width:100%;min-height:42px;justify-content:center;}

  /* Reklam alanları */
  .dashboard-ad-list{grid-template-rows:none;}

  .dashboard-ad-row{min-height:88px;padding:10px 10px 10px 12px;grid-template-columns:44px minmax(0,1fr) auto;gap:9px;}

  .dashboard-ad-row .ad-row-size,
  .dashboard-ad-row .ad-row-switch{display:none;}

  .dashboard-ad-row .ad-row-number{width:42px;height:42px;}

  .dashboard-ad-row .ad-row-copy strong{font-size:14px;}

  .dashboard-ad-row .ad-row-copy small{font-size:11px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

  .dashboard-ad-row .ad-row-actions{grid-column:3;display:grid;grid-template-columns:40px 40px;gap:5px;}

  .dashboard-ad-row .ad-row-edit,
  .dashboard-ad-row .ad-row-delete{width:40px;height:40px;}

  .dashboard-ad-note{margin:8px 10px 12px;font-size:12px;}

  /* İçerik yönetimi */
  .content-manager-head .table-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;}

  .content-manager-head .table-actions .btn{width:100%;}

  .content-manager-card .table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}

  .content-manager-card .content-table{min-width:820px;}

  .content-manager-card .table-foot{padding:12px;gap:10px;align-items:flex-start;flex-direction:column;}

  .content-manager-card .pages{max-width:100%;overflow-x:auto;}

  /* Tema ayarları */
  #view-theme .home-sections-card .category-toolbar{padding:10px 12px;gap:8px;align-items:flex-start;flex-direction:column;}

  #view-theme .home-sections-card .category-toolbar .badge{align-self:flex-start;}

  

  #view-theme .home-sections-card .category-row,
  #view-theme .home-sections-card .featured-fixed-row{grid-template-columns:38px minmax(0,1fr) !important;gap:10px;min-height:0;padding:12px 10px;}

  #view-theme .home-sections-card .cat-name{min-width:0;align-self:center;}

  #view-theme .home-sections-card .cat-name strong{font-size:15px;}

  #view-theme .home-sections-card .category-cell,
  #view-theme .home-sections-card .featured-categories-cell,
  #view-theme .home-sections-card .section-actions-cell{grid-column:1 / -1;width:100%;}

  #view-theme .home-sections-card .category-cell{display:block !important;}

  #view-theme .home-sections-card .category-cell .mini{width:100%;height:44px;font-size:14px;}

  #view-theme .home-sections-card .featured-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}

  #view-theme .home-sections-card .featured-categories-grid .mini{height:44px;font-size:14px;padding-left:12px;padding-right:30px;}

  #view-theme .home-sections-card .section-actions-cell,
  #view-theme .home-sections-card .featured-actions-cell{justify-content:stretch;gap:8px;}

  #view-theme .home-sections-card .section-save-btn,
  #view-theme .home-sections-card .section-delete-btn,
  #view-theme .home-sections-card .featured-save-btn{width:auto;min-width:0;flex:1 1 0;min-height:44px;}

  /* Sosyal hesaplar */
  #view-theme .social-list-card .social-top-settings{margin:10px;padding:12px;}

  #view-theme .social-list-card .social-master-toggle{gap:12px;}

  #view-theme .social-list-card .social-list-head{display:none;}

  #view-theme .social-list-card .social-list-row{grid-template-columns:1fr !important;gap:9px;min-height:0;padding:13px 12px;}

  #view-theme .social-list-card .social-platform-cell,
  #view-theme .social-list-card .social-url-cell,
  #view-theme .social-list-card .social-actions-cell{width:100%;min-height:0;}

  #view-theme .social-list-card .social-platform-badge{min-height:38px;padding:0 12px;font-size:14px;}

  #view-theme .social-list-card .social-account-url{height:44px;font-size:14px;}

  #view-theme .social-list-card .social-actions-cell{display:grid;grid-template-columns:1fr 1fr;gap:8px;}

  #view-theme .social-list-card .social-action-btn{width:100%;min-width:0;min-height:44px;font-size:14px;}

  /* Modallar */
  .modal-backdrop{padding:10px;align-items:flex-end;}

  .modal,
  #sectionModal .modal,
  .content-editor-modal{width:100%;max-width:none;max-height:calc(100dvh - 20px);border-radius:18px 18px 10px 10px;}

  .modal-head,
  .modal-body,
  .modal-foot{padding-left:14px;padding-right:14px;}

  .modal-foot{gap:8px;}

  .modal-foot .btn{flex:1 1 0;}

  .content-editor-grid,
  #sectionModal .new-section-simple-grid{grid-template-columns:1fr;}
}

@media(max-width:480px){
  .topbar{padding:8px 9px;}

  .brand-word{font-size:24px;}

  .brand-badge{display:none;}

  .top-actions{gap:4px;}

  .notify{width:36px;height:36px;}

  .avatar{width:36px;height:36px;}

  .main-nav{padding:7px 8px 9px;}

  .nav-btn{font-size:12px;padding:0 7px;}

  .content{padding:11px 8px 16px;}

  .page-intro h1{font-size:22px;}

  .card-head{padding:13px 12px;}

  .card-title h2,
  .card-title h3{font-size:18px;}

  .dashboard-ad-row{grid-template-columns:40px minmax(0,1fr) 40px;gap:7px;}

  .dashboard-ad-row .ad-row-actions{grid-template-columns:36px;grid-auto-rows:36px;}

  .dashboard-ad-row .ad-row-edit,
  .dashboard-ad-row .ad-row-delete{width:36px;height:36px;}

  #view-theme .home-sections-card .featured-categories-grid{grid-template-columns:1fr;}

  #view-theme .social-list-card .social-actions-cell{grid-template-columns:1fr;}

  .content-manager-head .table-actions{grid-template-columns:1fr;}

  .modal-foot{flex-direction:column-reverse;}

  .modal-foot .btn{width:100%;}
}


/* === v66: Footer Üstü sabit bölüm === */
#view-theme .home-sections-card .footer-top-fixed-row{background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);border-color:#d8e5ff;box-shadow:0 10px 24px rgba(36,107,253,.07);}
#view-theme .home-sections-card .footer-top-fixed-row .cat-color{background:linear-gradient(180deg,#4b82ff 0%,#246bfd 100%);}
#view-theme .home-sections-card .footer-top-categories-cell{display:block !important;min-width:0;}
#view-theme .home-sections-card .footer-top-categories-grid{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
#view-theme .home-sections-card .footer-top-categories-grid .mini{width:100%;min-width:0;}
#view-theme .home-sections-card .footer-top-actions-cell{justify-content:flex-end;}
#view-theme .home-sections-card .footer-top-save-btn{min-width:112px;}
@media(max-width:760px){
  #view-theme .home-sections-card .footer-top-categories-grid{grid-template-columns:1fr;}
}


/* === v67: Ana Sayfa Bölümleri +30px ve İlginizi Çekebilecek sabit bölüm === */

/* Masaüstünde sol kart sağa doğru tam 30px daha geniş */
/* İlginizi Çekebilecek sabit satır */
#view-theme .home-sections-card .interest-fixed-row{gap:8px;background:linear-gradient(180deg,#fff9fc 0%,#fff 100%);border-color:#ffd6e5;box-shadow:0 10px 24px rgba(255,79,139,.07);}

#view-theme .home-sections-card .interest-fixed-row .cat-color{background:linear-gradient(180deg,#ff6b9f 0%,#ff3e7f 100%);}

#view-theme .home-sections-card .interest-categories-cell{display:block !important;min-width:0;}

#view-theme .home-sections-card .interest-categories-grid{width:100%;min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));}







@media(max-width:760px){
  #view-theme .home-sections-card .interest-fixed-row{grid-template-columns:38px minmax(0,1fr) !important;}

  #view-theme .home-sections-card .interest-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:480px){
  #view-theme .home-sections-card .interest-categories-grid{grid-template-columns:1fr;}
}


/* === v68: Sol sürükleme ikonları kaldırıldı, satırlar sola genişletildi === */
#view-theme .home-sections-card .drag{display:none !important;}

#view-theme .home-sections-card .category-head > span:first-child{display:none !important;}

/* Normal bölüm satırları */
#view-theme .home-sections-card .category-head,
#view-theme .home-sections-card .category-row{gap:10px;}

/* Sabit satırlarda sil butonu olmadığı için kategori alanına daha fazla yer */
#view-theme .home-sections-card .featured-fixed-row,
#view-theme .home-sections-card .footer-top-fixed-row,
#view-theme .home-sections-card .interest-fixed-row{grid-template-columns:
    minmax(150px,.62fr)
    minmax(0,2.8fr)
    118px !important;gap:10px;}

/* Satırlar sol kenarı daha iyi kullansın */
#view-theme .home-sections-card .category-row{padding-left:12px;}

#view-theme .home-sections-card .cat-name{min-width:0;}

#view-theme .home-sections-card .category-cell,
#view-theme .home-sections-card .featured-categories-cell,
#view-theme .home-sections-card .footer-top-categories-cell,
#view-theme .home-sections-card .interest-categories-cell{min-width:0;width:100%;}

/* 4 / 2 / 5 kategori alanları yeni genişliğe tam otursun */


#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini{min-width:0;width:100%;}

/* 5 kategorili alan için daha dengeli sığdırma */
#view-theme .home-sections-card .interest-categories-grid{gap:8px;}



@media(max-width:760px){
  #view-theme .home-sections-card .category-head{display:none !important;}

  

  #view-theme .home-sections-card .cat-name,
  #view-theme .home-sections-card .category-cell,
  #view-theme .home-sections-card .section-actions-cell,
  #view-theme .home-sections-card .featured-categories-cell,
  #view-theme .home-sections-card .footer-top-categories-cell,
  #view-theme .home-sections-card .interest-categories-cell{grid-column:1 / -1;}

  #view-theme .home-sections-card .interest-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

@media(max-width:480px){
  #view-theme .home-sections-card .interest-categories-grid{grid-template-columns:1fr !important;}
}


/* === v69: İlginizi Çekebilecek kutuları genişletildi, aralarındaki boşluk azaltıldı === */


#view-theme .home-sections-card .interest-fixed-row .cat-name{min-width:0;}

#view-theme .home-sections-card .interest-fixed-row .cat-name strong{font-size:15px;}

#view-theme .home-sections-card .interest-categories-grid{gap:5px !important;}

#view-theme .home-sections-card .interest-categories-grid .mini{width:100%;min-width:0;height:40px;padding-left:8px;padding-right:24px;font-size:12px;}

#view-theme .home-sections-card .interest-actions-cell{justify-content:flex-end;}

#view-theme .home-sections-card .interest-save-btn{width:96px;min-width:96px;padding-inline:8px;}

#view-theme .home-sections-card .interest-save-btn span{font-size:13px;}

@media(max-width:760px){
  #view-theme .home-sections-card .interest-fixed-row{gap:8px !important;}

  #view-theme .home-sections-card .interest-categories-grid{gap:8px !important;}
}


/* === v70: Ana Sayfa Bölümleri +25px, Sosyal Hesaplar -25px, tüm kategoriler sığdırıldı === */

/* Masaüstünde toplam genişlik değişmeden sol kart +25px, sağ kart -25px */
@media(min-width:1101px){
  #view-theme .stack{grid-template-columns:
      minmax(0,calc((100% - 18px) / 2 + 25px))
      minmax(0,calc((100% - 18px) / 2 - 25px)) !important;}
}

/* Normal satırlarda kategori alanına daha çok yer */
#view-theme .home-sections-card .category-head,
#view-theme .home-sections-card .category-row{grid-template-columns:
    minmax(125px,.54fr)
    minmax(0,2.3fr)
    190px !important;gap:7px !important;}

/* Sabit satırlar */
#view-theme .home-sections-card .featured-fixed-row,
#view-theme .home-sections-card .footer-top-fixed-row{grid-template-columns:
    minmax(112px,.44fr)
    minmax(0,3.3fr)
    94px !important;gap:6px !important;}

#view-theme .home-sections-card .interest-fixed-row{grid-template-columns:
    minmax(110px,.40fr)
    minmax(0,4.2fr)
    90px !important;gap:5px !important;}

/* Başlık alanları kategori kutularına daha fazla alan bıraksın */
#view-theme .home-sections-card .featured-fixed-row .cat-name strong,
#view-theme .home-sections-card .footer-top-fixed-row .cat-name strong,
#view-theme .home-sections-card .interest-fixed-row .cat-name strong{white-space:normal;line-height:1.15;font-size:14px;}

/* Tüm sabit kategori grupları tam genişlik kullansın */
#view-theme .home-sections-card .featured-categories-grid,
#view-theme .home-sections-card .footer-top-categories-grid,
#view-theme .home-sections-card .interest-categories-grid{width:100%;min-width:0;gap:4px !important;}

#view-theme .home-sections-card .featured-categories-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}

#view-theme .home-sections-card .footer-top-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}

#view-theme .home-sections-card .interest-categories-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}

/* Seçim kutularının iç boşluklarını azalt, metinlerin tamamına daha fazla yer aç */
#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini,
#view-theme .home-sections-card .category-cell .mini{width:100%;min-width:0;height:40px;padding-left:7px;padding-right:20px;font-size:12px;}

/* Kaydet alanlarını kompaktlaştır */
#view-theme .home-sections-card .featured-save-btn,
#view-theme .home-sections-card .footer-top-save-btn,
#view-theme .home-sections-card .interest-save-btn{width:90px;min-width:90px;padding-inline:7px;}

#view-theme .home-sections-card .featured-save-btn span,
#view-theme .home-sections-card .footer-top-save-btn span,
#view-theme .home-sections-card .interest-save-btn span{font-size:12px;}

@media(max-width:760px){
  #view-theme .home-sections-card .category-row,
  #view-theme .home-sections-card .featured-fixed-row,
  #view-theme .home-sections-card .footer-top-fixed-row,
  #view-theme .home-sections-card .interest-fixed-row{grid-template-columns:minmax(0,1fr) !important;gap:8px !important;}

  #view-theme .home-sections-card .featured-categories-grid,
  #view-theme .home-sections-card .footer-top-categories-grid,
  #view-theme .home-sections-card .interest-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;}
}

@media(max-width:480px){
  #view-theme .home-sections-card .featured-categories-grid,
  #view-theme .home-sections-card .footer-top-categories-grid,
  #view-theme .home-sections-card .interest-categories-grid{grid-template-columns:1fr !important;}
}


.svg-symbols{position:absolute}
.notice-clear-btn{width:100%;margin-top:6px}

/* WordPress admin integration overrides */
.buzzmag-admin-page-wrap .shell{margin:14px auto 28px;width:calc(100% - 28px);max-width:1540px;}
.buzzmag-admin-page-wrap .topbar{position:relative;}
.buzzmag-admin-page-wrap .brand-admin-label{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:13px;font-weight:900;letter-spacing:.2px;margin-inline-start:8px;color:#111b35;}
.buzzmag-admin-save-status{display:inline-flex;align-items:center;gap:8px;margin-left:10px;color:#667085;font-size:12px;font-weight:700;}
.buzzmag-admin-save-status.is-saving::before{content:"";width:12px;height:12px;border:2px solid #d0d5dd;border-top-color:#ff145c;border-radius:50%;animation:buzzmagSpin .8s linear infinite;}
@keyframes buzzmagSpin{to{transform:rotate(360deg);}}
@media (max-width: 782px){
  .buzzmag-admin-page-wrap{margin-left:-10px;}
  .buzzmag-admin-page-wrap .shell{width:calc(100% - 16px);}
}


/* === v1.6.3: Canlı WordPress içerik yönetimi === */
.buzzmag-admin-page-wrap .content-cell .thumb{background:#f2f4f7;}
.buzzmag-admin-page-wrap .content-cell .thumb.has-image::after{display:none;}
.buzzmag-admin-page-wrap .content-cell .thumb img{width:100%;height:100%;display:block;object-fit:cover;}
.buzzmag-admin-page-wrap .content-action:disabled{opacity:.35;cursor:not-allowed;transform:none!important;}
.buzzmag-admin-page-wrap #commentsTrendStat.is-negative{color:#ff385c;}
.buzzmag-admin-page-wrap .content-manager-card .empty{min-height:90px;display:grid;place-items:center;}

/* === v1.6.4: Dashboard kart taşmaları ve sabit Popüler Haberler kontrolü === */
#view-dashboard .dashboard-grid{
  width:100%;
  grid-template-columns:minmax(470px,.86fr) minmax(0,1.34fr) !important;
  gap:18px;
  align-items:stretch;
}
#view-dashboard .dashboard-ad-list-card,
#view-dashboard .content-manager-card{width:100%;min-width:0;max-width:none;}

#view-dashboard .dashboard-ad-row{
  grid-template-columns:44px minmax(0,1fr) 70px 44px 92px;
  gap:8px;
  padding:10px 12px;
}
#view-dashboard .dashboard-ad-row .ad-row-number{width:40px;height:40px;}
#view-dashboard .dashboard-ad-row .ad-row-copy{min-width:0;overflow:hidden;}
#view-dashboard .dashboard-ad-row .ad-row-title-line{min-width:0;}
#view-dashboard .dashboard-ad-row .ad-row-title-line strong,
#view-dashboard .dashboard-ad-row .ad-row-copy small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#view-dashboard .dashboard-ad-row .ad-row-copy strong{font-size:13px;}
#view-dashboard .dashboard-ad-row .ad-row-copy small{font-size:10px;}
#view-dashboard .dashboard-ad-row .ad-row-size{font-size:11px;text-align:center;}
#view-dashboard .dashboard-ad-row .ad-row-actions{gap:5px;}
#view-dashboard .dashboard-ad-row .ad-row-edit,
#view-dashboard .dashboard-ad-row .ad-row-delete{width:40px;height:40px;}
#view-dashboard .dashboard-ad-row .ad-row-content-state{min-height:20px;padding:0 6px;font-size:9px;}

#view-dashboard .content-manager-card .table-wrap{width:100%;min-width:0;overflow:hidden;}
#view-dashboard .content-manager-card .content-table{width:100%;min-width:0 !important;table-layout:fixed;}
#view-dashboard .content-manager-card .content-table th,
#view-dashboard .content-manager-card .content-table td{min-width:0;padding:11px 7px;overflow:hidden;vertical-align:middle;}
#view-dashboard .content-manager-card .content-table th:nth-child(1){width:35%;}
#view-dashboard .content-manager-card .content-table th:nth-child(2){width:10%;}
#view-dashboard .content-manager-card .content-table th:nth-child(3){width:8%;}
#view-dashboard .content-manager-card .content-table th:nth-child(4){width:12%;}
#view-dashboard .content-manager-card .content-table th:nth-child(5){width:17%;}
#view-dashboard .content-manager-card .content-table th:nth-child(6){width:18%;}
#view-dashboard .content-manager-card .content-cell{min-width:0;gap:8px;}
#view-dashboard .content-manager-card .content-cell .thumb{width:36px;height:36px;}
#view-dashboard .content-manager-card .content-cell strong{
  min-width:0;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  white-space:normal;
  font-size:12px;
  line-height:1.28;
}
#view-dashboard .content-manager-card td:nth-child(2),
#view-dashboard .content-manager-card td:nth-child(3),
#view-dashboard .content-manager-card td:nth-child(5){font-size:11px;line-height:1.35;overflow-wrap:anywhere;}
#view-dashboard .content-manager-card .content-status{max-width:100%;padding:5px 7px;font-size:10px;white-space:normal;text-align:center;line-height:1.15;}
#view-dashboard .content-manager-card td:nth-child(6){overflow:visible;position:relative;z-index:2;}
#view-dashboard .content-manager-card .row-actions{display:flex;flex-wrap:nowrap;gap:5px;justify-content:flex-end;width:100%;min-width:112px;overflow:visible;}
#view-dashboard .content-manager-card .content-action{width:34px;height:34px;min-width:34px;flex:0 0 34px;}
#view-dashboard .content-manager-card .content-action .icon{width:17px;height:17px;}
#view-dashboard .content-manager-card .table-foot{min-width:0;gap:10px;}
#view-dashboard .content-manager-card .pages{min-width:0;max-width:70%;overflow-x:auto;scrollbar-width:thin;}

#view-theme .home-sections-card .popular-fixed-row{
  background:linear-gradient(180deg,#fff8fb 0%,#fff 100%);
  border-color:#ffd4e1;
  box-shadow:0 10px 24px rgba(255,20,92,.07);
  grid-template-columns:minmax(125px,.54fr) minmax(0,2.3fr) 190px !important;
  gap:7px !important;
}
#view-theme .home-sections-card .popular-fixed-row .cat-color{background:linear-gradient(180deg,#ff4f87 0%,#ff145c 100%);}
#view-theme .home-sections-card .popular-category-cell{display:block !important;min-width:0;width:100%;}
#view-theme .home-sections-card .popular-category-grid{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);}
#view-theme .home-sections-card .popular-category-grid .mini{width:100%;min-width:0;height:40px;padding-left:9px;padding-right:28px;font-size:13px;}
#view-theme .home-sections-card .popular-actions-cell{justify-content:flex-end;}
#view-theme .home-sections-card .popular-save-btn{min-width:102px;}

@media(max-width:1200px){
  #view-dashboard .dashboard-grid{grid-template-columns:1fr !important;}
  #view-dashboard .dashboard-ad-list-card,
  #view-dashboard .content-manager-card{min-width:0;}
}

@media(max-width:760px){
  #view-dashboard .content-manager-card .content-table{table-layout:fixed;min-width:0 !important;}
  #view-dashboard .content-manager-card .content-table th:nth-child(3),
  #view-dashboard .content-manager-card .content-table td:nth-child(3),
  #view-dashboard .content-manager-card .content-table th:nth-child(5),
  #view-dashboard .content-manager-card .content-table td:nth-child(5){display:none;}
  #view-dashboard .content-manager-card .content-table th:nth-child(1){width:42%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(2){width:18%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(4){width:20%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(6){width:20%;}
  #view-dashboard .content-manager-card .pages{max-width:100%;}

  #view-theme .home-sections-card .popular-fixed-row{grid-template-columns:minmax(0,1fr) !important;gap:8px !important;}
  #view-theme .home-sections-card .popular-category-cell,
  #view-theme .home-sections-card .popular-actions-cell{grid-column:1 / -1;width:100%;}
  #view-theme .home-sections-card .popular-actions-cell{justify-content:stretch;}
  #view-theme .home-sections-card .popular-save-btn{width:100%;}
}

@media(max-width:480px){
  #view-dashboard .content-manager-card .content-table th:nth-child(2),
  #view-dashboard .content-manager-card .content-table td:nth-child(2){display:none;}
  #view-dashboard .content-manager-card .content-table th:nth-child(1){width:55%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(4){width:22%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(6){width:23%;}
  #view-dashboard .content-manager-card .content-action{width:27px;height:27px;min-width:27px;}
}


/* === v1.6.5: İçerik Yönetimi sütun dengesi ve kalıcı işlem kontrolleri === */
#view-dashboard .content-manager-card .table-wrap{
  overflow-x:auto !important;
  overflow-y:visible;
}
#view-dashboard .content-manager-card .content-table{
  width:100%;
  min-width:840px !important;
  table-layout:fixed;
}
#view-dashboard .content-manager-card .content-table th,
#view-dashboard .content-manager-card .content-table td{
  overflow:hidden;
}
#view-dashboard .content-manager-card .content-table th:nth-child(1){width:36%;}
#view-dashboard .content-manager-card .content-table th:nth-child(2){width:10%;}
#view-dashboard .content-manager-card .content-table th:nth-child(3){width:9%;}
#view-dashboard .content-manager-card .content-table th:nth-child(4){width:12%;}
#view-dashboard .content-manager-card .content-table th:nth-child(5){width:17%;}
#view-dashboard .content-manager-card .content-table th:nth-child(6){width:16%;}
#view-dashboard .content-manager-card .content-table thead th:nth-child(n+2){
  font-size:17px;
}
#view-dashboard .content-manager-card .content-table th:nth-child(6),
#view-dashboard .content-manager-card .content-table td:nth-child(6){
  position:sticky;
  right:0;
  z-index:3;
  overflow:visible !important;
  background:#fff;
  box-shadow:-8px 0 12px rgba(255,255,255,.94);
}
#view-dashboard .content-manager-card .content-table thead th:nth-child(6){
  z-index:5;
  background:#fbfcfe;
}
#view-dashboard .content-manager-card .content-table tbody tr:hover td:nth-child(6){
  background:#fcfdff;
}
#view-dashboard .content-manager-card .row-actions{
  min-width:107px;
  flex-wrap:nowrap;
  justify-content:flex-start;
}
#view-dashboard .content-manager-card .content-action{
  flex:0 0 auto;
}
#view-dashboard .content-manager-card .content-action .icon{
  width:17px;
  height:17px;
}

@media(max-width:760px){
  #view-dashboard .content-manager-card .content-table{min-width:680px !important;}
  #view-dashboard .content-manager-card .content-table th:nth-child(1){width:46%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(2){width:18%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(4){width:18%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(6){width:18%;}
}

@media(max-width:480px){
  #view-dashboard .content-manager-card .content-table{min-width:540px !important;}
  #view-dashboard .content-manager-card .content-table th:nth-child(1){width:58%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(4){width:20%;}
  #view-dashboard .content-manager-card .content-table th:nth-child(6){width:22%;}
  #view-dashboard .content-manager-card .content-action .icon{width:17px;height:17px;}
}

#view-dashboard .nav-btn{
  font-size:17px !important;
}
#view-dashboard .nav-btn .icon{
  width:22px !important;
  height:22px !important;
}
#view-dashboard .content-manager-head .btn,
#view-dashboard .table-actions .btn{
  font-size:15px !important;
}
#view-dashboard .content-manager-card .content-table thead th{
  font-size:20px !important;
}
#view-dashboard .content-manager-card .content-table tbody td{
  font-size:15px !important;
}
#view-dashboard .content-manager-card .content-cell strong{
  font-size:18px !important;
  line-height:1.35 !important;
}
#view-dashboard .content-manager-card td:nth-child(2),
#view-dashboard .content-manager-card td:nth-child(3),
#view-dashboard .content-manager-card td:nth-child(5){
  font-size:14px !important;
}
#view-dashboard .content-manager-card .content-status{
  font-size:13px !important;
}
#view-dashboard .content-manager-card .table-foot,
#view-dashboard .content-manager-summary{
  font-size:15px !important;
}
#view-dashboard .content-manager-summary b{
  font-size:16px !important;
}
#view-dashboard .content-manager-card .content-action{
  width:37px !important;
  height:37px !important;
  min-width:37px !important;
  flex:0 0 37px !important;
}
#view-dashboard .content-manager-card .content-action .icon{
  width:20px !important;
  height:20px !important;
}

/* === v1.6.6: only requested spots reduced by 2px === */
#view-dashboard .content-manager-card .content-table thead th{
  font-size:18px !important;
}
#view-dashboard .content-manager-card .content-cell strong{
  font-size:16px !important;
}

/* === v1.6.7: content manager section text reduced by 2px and bold text normalized === */
#view-dashboard .content-manager-card .content-table thead th{
  font-size:16px !important;
  font-weight:500 !important;
}
#view-dashboard .content-manager-card .content-table tbody td{
  font-size:13px !important;
  font-weight:400 !important;
}
#view-dashboard .content-manager-card .content-cell strong{
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.35 !important;
}
#view-dashboard .content-manager-card td:nth-child(2),
#view-dashboard .content-manager-card td:nth-child(3),
#view-dashboard .content-manager-card td:nth-child(5){
  font-size:12px !important;
  font-weight:400 !important;
}
#view-dashboard .content-manager-card .content-status{
  font-size:11px !important;
  font-weight:400 !important;
}
#view-dashboard .content-manager-card .table-foot,
#view-dashboard .content-manager-card .table-foot *,
#view-dashboard .content-manager-summary,
#view-dashboard .content-manager-summary *,
#view-dashboard .content-manager-card .page{
  font-size:13px !important;
  font-weight:400 !important;
}

/* === v1.6.8: keep content row action buttons permanently visible in WP admin === */
#view-dashboard .content-manager-card .row-actions{
  position:static !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  visibility:visible !important;
  opacity:1 !important;
  display:flex !important;
  pointer-events:auto !important;
}
#view-dashboard .content-manager-card .content-action{
  visibility:visible !important;
  opacity:1 !important;
}

/* === v1.6.8: requested sections +1px text/icon increase only === */
/* 1) İçerik tablosu sağ bölüm + işlem ikonları */
#view-dashboard .content-manager-card .content-table td:nth-child(2),
#view-dashboard .content-manager-card .content-table td:nth-child(3),
#view-dashboard .content-manager-card .content-table td:nth-child(4),
#view-dashboard .content-manager-card .content-table td:nth-child(5),
#view-dashboard .content-manager-card .content-table td:nth-child(6),
#view-dashboard .content-manager-card .content-table th:nth-child(2),
#view-dashboard .content-manager-card .content-table th:nth-child(3),
#view-dashboard .content-manager-card .content-table th:nth-child(4),
#view-dashboard .content-manager-card .content-table th:nth-child(5),
#view-dashboard .content-manager-card .content-table th:nth-child(6){
  font-size:17px !important;
}
#view-dashboard .content-manager-card .content-action{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
}
#view-dashboard .content-manager-card .content-action .icon{
  width:21px !important;
  height:21px !important;
}

/* 2) Alt kaydet / varsayılana dön bölümü */
#view-theme .sticky-save span,
#view-theme .sticky-save .btn,
#view-dashboard .sticky-save span,
#view-dashboard .sticky-save .btn{
  font-size:14px !important;
}
#view-theme .sticky-save .btn .icon,
#view-dashboard .sticky-save .btn .icon{
  width:19px !important;
  height:19px !important;
}

/* 3) Reklam alanları listesi */
#view-dashboard .dashboard-ad-list-card .card-title h3,
#view-dashboard .dashboard-ad-list-card .card-title p,
#view-dashboard .dashboard-ad-row .ad-row-copy strong,
#view-dashboard .dashboard-ad-row .ad-row-copy small,
#view-dashboard .dashboard-ad-row .ad-row-size,
#view-dashboard .dashboard-ad-row .ad-row-content-state,
#view-dashboard .dashboard-ad-note,
#view-dashboard .dashboard-ad-note-icon{
  font-size:inherit;
}
#view-dashboard .dashboard-ad-list-card .card-title h3{font-size:20px !important;}
#view-dashboard .dashboard-ad-list-card .card-title p{font-size:14px !important;}
#view-dashboard .dashboard-ad-row .ad-row-copy strong{font-size:16px !important;}
#view-dashboard .dashboard-ad-row .ad-row-copy small{font-size:13px !important;}
#view-dashboard .dashboard-ad-row .ad-row-size{font-size:14px !important;}
#view-dashboard .dashboard-ad-row .ad-row-content-state{font-size:11px !important;}
#view-dashboard .dashboard-ad-note{font-size:14px !important;}
#view-dashboard .dashboard-ad-note-icon{font-size:14px !important;width:21px !important;height:21px !important;}
#view-dashboard .dashboard-ad-row .ad-row-number{width:47px !important;height:47px !important;font-size:15px !important;}
#view-dashboard .dashboard-ad-row .ad-row-edit,
#view-dashboard .dashboard-ad-row .ad-row-delete{width:43px !important;height:43px !important;}
#view-dashboard .dashboard-ad-row .ad-row-edit .icon{width:22px !important;height:22px !important;}
#view-dashboard .dashboard-ad-row .ad-row-delete .icon{width:20px !important;height:20px !important;}
#view-dashboard .dashboard-ad-row .toggle,
#view-dashboard .dashboard-ad-row .switch,
#view-dashboard .dashboard-ad-row .switch-slider,
#view-dashboard .dashboard-ad-row .switch-indicator{font-size:13px !important;}

/* 4) Üst dashboard alanı: menü, istatistik kartları, pro kutusu */
#view-dashboard .nav-btn{font-size:18px !important;}
#view-dashboard .nav-btn .icon{width:23px !important;height:23px !important;}
#view-dashboard .stat-main span{font-size:15px !important;}
#view-dashboard .stat-main strong{font-size:31px !important;}
#view-dashboard .stat-foot{font-size:14px !important;}
#view-dashboard .stat-card .icon-box .icon,
#view-dashboard .stat-card .stat-icon .icon,
#view-dashboard .stat-card .icon{width:25px !important;height:25px !important;}

/* === v1.6.9: only category and date cell text reduced by 2px === */
#view-dashboard .content-manager-card .content-table tbody td:nth-child(2),
#view-dashboard .content-manager-card .content-table tbody td:nth-child(5){
  font-size:15px !important;
}

/* === v1.7.0: content row text/icons reduced by 1px only === */
#view-dashboard .content-manager-card .content-table tbody td:nth-child(2){
  font-size:14px !important;
}
#view-dashboard .content-manager-card .content-table tbody td:nth-child(3),
#view-dashboard .content-manager-card .content-table tbody td:nth-child(6){
  font-size:16px !important;
}
#view-dashboard .content-manager-card .content-table tbody td:nth-child(5){
  font-size:14px !important;
}
#view-dashboard .content-manager-card .content-cell strong{
  font-size:13px !important;
}
#view-dashboard .content-manager-card .content-status{
  font-size:10px !important;
}
#view-dashboard .content-manager-card .content-action{
  width:37px !important;
  height:37px !important;
  min-width:37px !important;
  flex:0 0 37px !important;
}
#view-dashboard .content-manager-card .content-action .icon{
  width:20px !important;
  height:20px !important;
}

/* === v1.7.1: status badge text +2px, box size unchanged === */
#view-dashboard .content-manager-card .content-status{
  font-size:12px !important;
}

/* === v1.7.2: date text reduced by 1px only === */
#view-dashboard .content-manager-card .content-table tbody td:nth-child(5){
  font-size:13px !important;
}

/* === v1.7.2: content table headers reduced by 1px only === */
#view-dashboard .content-manager-card .content-table thead th:nth-child(1){
  font-size:15px !important;
}
#view-dashboard .content-manager-card .content-table thead th:nth-child(n+2){
  font-size:16px !important;
}

/* === v1.7.3: Reklam alanı konum adları okunaklı kalsın === */
#view-dashboard .dashboard-ad-row .ad-row-title-line {
  align-items: flex-start;
  flex-wrap: wrap;
}
#view-dashboard .dashboard-ad-row .ad-row-title-line strong {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.2;
}
#view-dashboard .dashboard-ad-row .ad-row-copy small {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
#view-dashboard .dashboard-ad-row .ad-row-content-state {
  flex: 0 0 auto;
}

/* === v1.8.1: Reklam konum açıklamaları kompakt bilgi balonuna taşındı === */
#view-dashboard .dashboard-ad-row .ad-row-copy{
  overflow:visible;
}
#view-dashboard .dashboard-ad-row .ad-row-title-line{
  position:relative;
  overflow:visible;
}
#view-dashboard .dashboard-ad-row .ad-row-info{
  position:relative;
  width:24px;
  height:24px;
  min-width:24px;
  padding:0;
  border:1px solid #dfe5ef;
  border-radius:999px;
  background:#fff;
  color:#73809a;
  display:inline-grid;
  place-items:center;
  flex:0 0 24px;
  cursor:help;
  z-index:20;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease;
}
#view-dashboard .dashboard-ad-row .ad-row-info .icon{
  width:14px;
  height:14px;
  stroke-width:2;
}
#view-dashboard .dashboard-ad-row .ad-row-info:hover,
#view-dashboard .dashboard-ad-row .ad-row-info:focus-visible{
  border-color:#ffabc3;
  background:#fff4f8;
  color:var(--pink);
  transform:translateY(-1px);
  outline:none;
}
#view-dashboard .dashboard-ad-row .ad-row-info::before{
  content:"";
  position:absolute;
  left:50%;
  top:calc(100% + 5px);
  width:10px;
  height:10px;
  background:#17213a;
  transform:translateX(-50%) rotate(45deg);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:31;
}
#view-dashboard .dashboard-ad-row .ad-row-info::after{
  content:attr(data-tooltip);
  position:absolute;
  left:50%;
  top:calc(100% + 10px);
  width:280px;
  max-width:min(280px,72vw);
  padding:10px 12px;
  border-radius:10px;
  background:#17213a;
  color:#fff;
  box-shadow:0 14px 30px rgba(23,33,58,.22);
  font-size:12px;
  font-weight:600;
  line-height:1.45;
  white-space:normal;
  text-align:left;
  transform:translateX(-50%) translateY(4px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:30;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}
#view-dashboard .dashboard-ad-row .ad-row-info:hover::before,
#view-dashboard .dashboard-ad-row .ad-row-info:focus-visible::before,
#view-dashboard .dashboard-ad-row .ad-row-info:hover::after,
#view-dashboard .dashboard-ad-row .ad-row-info:focus-visible::after{
  opacity:1;
  visibility:visible;
}
#view-dashboard .dashboard-ad-row .ad-row-info:hover::after,
#view-dashboard .dashboard-ad-row .ad-row-info:focus-visible::after{
  transform:translateX(-50%) translateY(0);
}
@media (max-width:620px){
  #view-dashboard .dashboard-ad-row .ad-row-info::after{
    left:auto;
    right:-12px;
    transform:translateY(4px);
  }
  #view-dashboard .dashboard-ad-row .ad-row-info:hover::after,
  #view-dashboard .dashboard-ad-row .ad-row-info:focus-visible::after{
    transform:translateY(0);
  }
}

/* === v1.8.2: Reklam bilgi balonu üstte konumlansın, dolu/boş durumu gizlensin === */
#view-dashboard .dashboard-ad-row .ad-row-content-state{
  display:none !important;
}
#view-dashboard .dashboard-ad-row .ad-row-title-line{
  align-items:center !important;
  gap:8px !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info::before{
  top:auto !important;
  bottom:calc(100% + 5px) !important;
  left:auto !important;
  right:7px !important;
  transform:rotate(45deg) !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info::after{
  left:auto !important;
  right:0 !important;
  top:auto !important;
  bottom:calc(100% + 10px) !important;
  transform:translateY(-4px) !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info:hover::after,
#view-dashboard .dashboard-ad-row .ad-row-info:focus-visible::after{
  transform:translateY(0) !important;
}
@media (max-width:620px){
  #view-dashboard .dashboard-ad-row .ad-row-info::before{
    right:7px !important;
  }
  #view-dashboard .dashboard-ad-row .ad-row-info::after{
    right:0 !important;
    left:auto !important;
    max-width:min(260px,74vw) !important;
  }
}

/* === v1.8.3: Reklam bilgi balonu kesin üstte + yazı 2px büyük === */
#view-dashboard .dashboard-ad-list-card,
#view-dashboard .dashboard-ad-list,
#view-dashboard .dashboard-ad-row,
#view-dashboard .dashboard-ad-row .ad-row-copy,
#view-dashboard .dashboard-ad-row .ad-row-title-line,
#view-dashboard .dashboard-ad-row .ad-row-info{
  overflow:visible !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info{
  position:relative !important;
  z-index:60 !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info::before{
  top:auto !important;
  bottom:calc(100% + 6px) !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) rotate(45deg) !important;
  z-index:61 !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info::after{
  top:auto !important;
  bottom:calc(100% + 12px) !important;
  left:50% !important;
  right:auto !important;
  width:320px !important;
  max-width:min(320px,78vw) !important;
  font-size:14px !important;
  line-height:1.5 !important;
  transform:translateX(-50%) translateY(-4px) !important;
  z-index:62 !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info:hover::after,
#view-dashboard .dashboard-ad-row .ad-row-info:focus-visible::after{
  transform:translateX(-50%) translateY(0) !important;
}
@media (max-width:620px){
  #view-dashboard .dashboard-ad-row .ad-row-info::after{
    width:260px !important;
    max-width:min(260px,74vw) !important;
  }
}

/* === v1.8.4: Reklam bilgi mesajı body-level tooltip olarak üstte gösterilsin === */
#view-dashboard .dashboard-ad-row .ad-row-info::before,
#view-dashboard .dashboard-ad-row .ad-row-info::after{
  display:none !important;
  content:none !important;
}
#view-dashboard .dashboard-ad-row .ad-row-info{
  position:relative !important;
  z-index:10 !important;
}
.admin-ad-tooltip{
  position:fixed;
  left:0;
  top:0;
  width:320px;
  max-width:min(320px,78vw);
  padding:12px 14px;
  border-radius:12px;
  background:#17213a;
  color:#fff;
  box-shadow:0 16px 36px rgba(23,33,58,.26);
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  text-align:left;
  z-index:99999;
  pointer-events:none;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .14s ease,transform .14s ease;
}
.admin-ad-tooltip.is-visible{
  opacity:1;
  transform:translateY(0);
}
.admin-ad-tooltip::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-6px;
  width:12px;
  height:12px;
  background:#17213a;
  transform:translateX(-50%) rotate(45deg);
}

/* === v1.8.5: Ana Sayfa Bölümleri kutuları modern görsel tasarım === */
#view-theme .home-sections-card .featured-fixed-row,
#view-theme .home-sections-card .footer-top-fixed-row,
#view-theme .home-sections-card .interest-fixed-row,
#view-theme .home-sections-card .popular-fixed-row{
  border-radius:18px !important;
  padding:14px 16px !important;
  box-shadow:0 14px 34px rgba(24,34,68,.08) !important;
  border-width:1px !important;
}

#view-theme .home-sections-card .featured-categories-grid,
#view-theme .home-sections-card .footer-top-categories-grid,
#view-theme .home-sections-card .interest-categories-grid,
#view-theme .home-sections-card .popular-category-grid{
  gap:10px !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini,
#view-theme .home-sections-card .popular-category-grid .mini,
#view-theme .home-sections-card .category-cell .mini{
  height:46px !important;
  border-radius:14px !important;
  border:1px solid #dfe5f2 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,249,252,.98) 100%) !important;
  box-shadow:0 8px 18px rgba(17,24,39,.06) !important;
  padding-left:14px !important;
  padding-right:38px !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#1c2942 !important;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease !important;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,249,252,.98) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236a7285' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat, no-repeat !important;
  background-position:0 0, right 13px center !important;
  background-size:auto, 16px 16px !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:hover,
#view-theme .home-sections-card .footer-top-categories-grid .mini:hover,
#view-theme .home-sections-card .interest-categories-grid .mini:hover,
#view-theme .home-sections-card .popular-category-grid .mini:hover,
#view-theme .home-sections-card .category-cell .mini:hover{
  border-color:#cfd8ea !important;
  box-shadow:0 12px 24px rgba(17,24,39,.09) !important;
  transform:translateY(-1px) !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:focus,
#view-theme .home-sections-card .footer-top-categories-grid .mini:focus,
#view-theme .home-sections-card .interest-categories-grid .mini:focus,
#view-theme .home-sections-card .popular-category-grid .mini:focus,
#view-theme .home-sections-card .category-cell .mini:focus{
  border-color:#ff84ac !important;
  box-shadow:0 0 0 4px rgba(255,20,92,.12), 0 12px 24px rgba(17,24,39,.08) !important;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fff7fb 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff2b72' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  outline:none !important;
}

#view-theme .home-sections-card .featured-save-btn,
#view-theme .home-sections-card .footer-top-save-btn,
#view-theme .home-sections-card .interest-save-btn,
#view-theme .home-sections-card .popular-save-btn,
#view-theme .home-sections-card .section-save-btn{
  min-width:108px !important;
  height:46px !important;
  border-radius:14px !important;
  border:1px solid #ffc1d4 !important;
  background:linear-gradient(135deg, #fff5f8 0%, #ffe6ee 100%) !important;
  color:#ff246c !important;
  box-shadow:0 10px 22px rgba(255,20,92,.10) !important;
  font-size:14px !important;
  font-weight:800 !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease !important;
}

#view-theme .home-sections-card .featured-save-btn .icon,
#view-theme .home-sections-card .footer-top-save-btn .icon,
#view-theme .home-sections-card .interest-save-btn .icon,
#view-theme .home-sections-card .popular-save-btn .icon,
#view-theme .home-sections-card .section-save-btn .icon{
  width:18px !important;
  height:18px !important;
}

#view-theme .home-sections-card .featured-save-btn:hover,
#view-theme .home-sections-card .footer-top-save-btn:hover,
#view-theme .home-sections-card .interest-save-btn:hover,
#view-theme .home-sections-card .popular-save-btn:hover,
#view-theme .home-sections-card .section-save-btn:hover{
  transform:translateY(-1px) !important;
  border-color:#ff9ebb !important;
  background:linear-gradient(135deg, #fff0f5 0%, #ffdfe9 100%) !important;
  box-shadow:0 14px 26px rgba(255,20,92,.14) !important;
}

#view-theme .home-sections-card .featured-save-btn.has-changes,
#view-theme .home-sections-card .footer-top-save-btn.has-changes,
#view-theme .home-sections-card .interest-save-btn.has-changes,
#view-theme .home-sections-card .popular-save-btn.has-changes,
#view-theme .home-sections-card .section-save-btn.has-changes{
  border-color:#ff2b72 !important;
  background:linear-gradient(135deg, #ff4f87 0%, #ff1f69 100%) !important;
  color:#fff !important;
  box-shadow:0 16px 28px rgba(255,31,105,.22) !important;
}

/* === v1.8.6: Ana Sayfa Bölümleri kutuları daha kibar ve açılır menü hissi belirgin === */
#view-theme .home-sections-card .featured-fixed-row,
#view-theme .home-sections-card .footer-top-fixed-row,
#view-theme .home-sections-card .interest-fixed-row,
#view-theme .home-sections-card .popular-fixed-row{
  border-radius:14px !important;
  padding:12px 14px !important;
  box-shadow:0 8px 20px rgba(24,34,68,.05) !important;
}

#view-theme .home-sections-card .featured-categories-grid,
#view-theme .home-sections-card .footer-top-categories-grid,
#view-theme .home-sections-card .interest-categories-grid,
#view-theme .home-sections-card .popular-category-grid{
  gap:8px !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini,
#view-theme .home-sections-card .popular-category-grid .mini,
#view-theme .home-sections-card .category-cell .mini{
  height:40px !important;
  border-radius:10px !important;
  border:1px solid #d8dfeb !important;
  background-color:#fff !important;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235e6780' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-size:auto, 34px 100%, 14px 14px !important;
  background-position:0 0, right 0 top 0, right 10px center !important;
  box-shadow:0 2px 8px rgba(17,24,39,.04) !important;
  padding-left:12px !important;
  padding-right:34px !important;
  font-size:12px !important;
  font-weight:600 !important;
  color:#24324a !important;
  transform:none !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:hover,
#view-theme .home-sections-card .footer-top-categories-grid .mini:hover,
#view-theme .home-sections-card .interest-categories-grid .mini:hover,
#view-theme .home-sections-card .popular-category-grid .mini:hover,
#view-theme .home-sections-card .category-cell .mini:hover{
  border-color:#c8d2e2 !important;
  box-shadow:0 4px 12px rgba(17,24,39,.06) !important;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%),
    linear-gradient(180deg, #f4f7fb 0%, #e9eef6 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23535d77' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:focus,
#view-theme .home-sections-card .footer-top-categories-grid .mini:focus,
#view-theme .home-sections-card .interest-categories-grid .mini:focus,
#view-theme .home-sections-card .popular-category-grid .mini:focus,
#view-theme .home-sections-card .category-cell .mini:focus{
  border-color:#ff95b4 !important;
  box-shadow:0 0 0 3px rgba(255,20,92,.10) !important;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fffafc 100%),
    linear-gradient(180deg, #fff2f7 0%, #ffe7ef 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ff2b72' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  outline:none !important;
}

#view-theme .home-sections-card .featured-save-btn,
#view-theme .home-sections-card .footer-top-save-btn,
#view-theme .home-sections-card .interest-save-btn,
#view-theme .home-sections-card .popular-save-btn,
#view-theme .home-sections-card .section-save-btn{
  min-width:94px !important;
  height:40px !important;
  border-radius:10px !important;
  padding:0 12px !important;
  font-size:13px !important;
  box-shadow:0 6px 16px rgba(255,20,92,.08) !important;
}

#view-theme .home-sections-card .featured-save-btn .icon,
#view-theme .home-sections-card .footer-top-save-btn .icon,
#view-theme .home-sections-card .interest-save-btn .icon,
#view-theme .home-sections-card .popular-save-btn .icon,
#view-theme .home-sections-card .section-save-btn .icon{
  width:16px !important;
  height:16px !important;
}

/* === v1.8.7: Açılır menü oku belirgin, yükseklik -6px, yazı +1px === */
#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini,
#view-theme .home-sections-card .popular-category-grid .mini,
#view-theme .home-sections-card .category-cell .mini{
  height:34px !important;
  min-height:34px !important;
  font-size:13px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  padding-right:38px !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%234b5871' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg,#f5f7fb 0%,#edf1f7 100%),
    linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%) !important;
  background-repeat:no-repeat,no-repeat,no-repeat !important;
  background-position:right 9px center,right 0 top 0,0 0 !important;
  background-size:17px 17px,34px 100%,100% 100% !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:hover,
#view-theme .home-sections-card .footer-top-categories-grid .mini:hover,
#view-theme .home-sections-card .interest-categories-grid .mini:hover,
#view-theme .home-sections-card .popular-category-grid .mini:hover,
#view-theme .home-sections-card .category-cell .mini:hover{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff2b72' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg,#fff2f7 0%,#ffe8f0 100%),
    linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%) !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:focus,
#view-theme .home-sections-card .footer-top-categories-grid .mini:focus,
#view-theme .home-sections-card .interest-categories-grid .mini:focus,
#view-theme .home-sections-card .popular-category-grid .mini:focus,
#view-theme .home-sections-card .category-cell .mini:focus{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff145c' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg,#fff0f6 0%,#ffe2ec 100%),
    linear-gradient(180deg,#ffffff 0%,#fffafc 100%) !important;
}

/* === v1.8.7: Ana Sayfa Bölümleri +30px, Sosyal Hesap Ayarları -30px, ok daraltıldı === */
@media (min-width:1101px){
  #view-theme .stack{
    grid-template-columns:minmax(0,calc(50% + 15px)) minmax(0,calc(50% - 15px)) !important;
  }
}

#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini,
#view-theme .home-sections-card .popular-category-grid .mini,
#view-theme .home-sections-card .category-cell .mini{
  height:37px !important;
  min-height:37px !important;
  padding-left:12px !important;
  padding-right:30px !important;
  font-size:13px !important;
  font-weight:600 !important;
  border-radius:10px !important;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235e6780' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-size:auto, 28px 100%, 12px 12px !important;
  background-position:0 0, right 0 top 0, right 8px center !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:hover,
#view-theme .home-sections-card .footer-top-categories-grid .mini:hover,
#view-theme .home-sections-card .interest-categories-grid .mini:hover,
#view-theme .home-sections-card .popular-category-grid .mini:hover,
#view-theme .home-sections-card .category-cell .mini:hover{
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%),
    linear-gradient(180deg, #f4f7fb 0%, #e9eef6 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23535d77' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-size:auto, 28px 100%, 12px 12px !important;
  background-position:0 0, right 0 top 0, right 8px center !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:focus,
#view-theme .home-sections-card .footer-top-categories-grid .mini:focus,
#view-theme .home-sections-card .interest-categories-grid .mini:focus,
#view-theme .home-sections-card .popular-category-grid .mini:focus,
#view-theme .home-sections-card .category-cell .mini:focus{
  background-image:
    linear-gradient(180deg, #ffffff 0%, #fffafc 100%),
    linear-gradient(180deg, #fff2f7 0%, #ffe7ef 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ff2b72' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-size:auto, 28px 100%, 12px 12px !important;
  background-position:0 0, right 0 top 0, right 8px center !important;
}

/* === v1.8.8: Açılır menü oku geri getirildi ve kolon ölçüsü düzeltildi === */
@media (min-width:1101px){
  #view-theme .stack{
    grid-template-columns:
      minmax(0, calc(((100% - 18px) / 2) + 15px))
      minmax(0, calc(((100% - 18px) / 2) - 15px)) !important;
    gap:18px !important;
  }
}

#view-theme .home-sections-card .featured-categories-grid .mini,
#view-theme .home-sections-card .footer-top-categories-grid .mini,
#view-theme .home-sections-card .interest-categories-grid .mini,
#view-theme .home-sections-card .popular-category-grid .mini,
#view-theme .home-sections-card .category-cell .mini{
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  cursor:pointer !important;
  height:37px !important;
  min-height:37px !important;
  padding-left:12px !important;
  padding-right:30px !important;
  font-size:13px !important;
  font-weight:600 !important;
  border:1px solid #d8dfeb !important;
  border-radius:10px !important;
  background-color:#fff !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235e6780' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%) !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-position:right 8px center, right 0 top 0, 0 0 !important;
  background-size:12px 12px, 24px 100%, 100% 100% !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:hover,
#view-theme .home-sections-card .footer-top-categories-grid .mini:hover,
#view-theme .home-sections-card .interest-categories-grid .mini:hover,
#view-theme .home-sections-card .popular-category-grid .mini:hover,
#view-theme .home-sections-card .category-cell .mini:hover{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23535d77' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #f4f7fb 0%, #e9eef6 100%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-position:right 8px center, right 0 top 0, 0 0 !important;
  background-size:12px 12px, 24px 100%, 100% 100% !important;
}

#view-theme .home-sections-card .featured-categories-grid .mini:focus,
#view-theme .home-sections-card .footer-top-categories-grid .mini:focus,
#view-theme .home-sections-card .interest-categories-grid .mini:focus,
#view-theme .home-sections-card .popular-category-grid .mini:focus,
#view-theme .home-sections-card .category-cell .mini:focus{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ff2b72' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #fff2f7 0%, #ffe7ef 100%),
    linear-gradient(180deg, #ffffff 0%, #fffafc 100%) !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-position:right 8px center, right 0 top 0, 0 0 !important;
  background-size:12px 12px, 24px 100%, 100% 100% !important;
}


/* === v1.9.0: Ana Sayfa Bölümleri satır kutularının sağ-sol dış boşluğu 5px === */
#view-theme .home-sections-card .category-list{
  padding-left:5px !important;
  padding-right:5px !important;
}


/* === v1.9.3: Sosyal ayar görünürlük tikleri 2x2 düzen === */
#view-theme .social-list-card .social-top-settings{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
#view-theme .social-list-card .social-master-toggle{
  min-width:0;
  height:100%;
}
#view-theme .social-list-card .social-master-toggle .toggle-copy{
  min-width:0;
}
#view-theme .social-list-card .social-master-toggle .toggle-copy span{
  line-height:1.35;
}
@media (max-width:760px){
  #view-theme .social-list-card .social-top-settings{
    grid-template-columns:1fr !important;
  }
}


/* Theme logo manager */
.theme-logo-settings-card{margin-bottom:18px}
.theme-logo-manager{display:flex;align-items:center;gap:18px;padding:18px 20px 20px;flex-wrap:wrap}
.theme-logo-preview{width:220px;height:92px;border:1px solid #dfe5f1;border-radius:14px;background:#f8faff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:14px}
.theme-logo-preview img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.theme-logo-preview span{font-size:31px;font-weight:800;letter-spacing:-1.5px;color:#111827}
.theme-logo-preview span b{color:#ff145c}
.theme-logo-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.theme-logo-help{margin:0;color:#7a86a0;font-size:13px;flex-basis:100%;padding-left:238px}
@media (max-width:760px){.theme-logo-preview{width:100%}.theme-logo-actions{width:100%}.theme-logo-help{padding-left:0}}

/* === v1.9.4: Tema ayarları düzeni ve kompakt logo yöneticisi === */
#view-theme .theme-logo-settings-card{
  grid-column:1 / -1;
  margin:0 !important;
  min-width:0;
  overflow:hidden;
}
#view-theme .theme-logo-compact{
  min-height:92px;
  padding:14px 16px;
  display:grid;
  grid-template-columns:minmax(220px,.9fr) 190px auto minmax(170px,.7fr);
  align-items:center;
  gap:16px;
}
#view-theme .theme-logo-copy{min-width:0;display:grid;gap:5px;}
#view-theme .theme-logo-label{font-size:16px;font-weight:850;color:#111827;line-height:1.2;}
#view-theme .theme-logo-copy small,
#view-theme .theme-logo-help{color:#7a86a0;font-size:12px;line-height:1.45;}
#view-theme .theme-logo-preview{
  width:190px !important;
  height:60px !important;
  padding:8px 12px !important;
  border-radius:11px !important;
  background:linear-gradient(180deg,#fbfcff 0%,#f6f8fd 100%) !important;
}
#view-theme .theme-logo-preview span{font-size:24px !important;letter-spacing:-1px !important;}
#view-theme .theme-logo-actions{display:flex;gap:8px;align-items:center;flex-wrap:nowrap;}
#view-theme .theme-logo-actions .btn{min-height:40px;white-space:nowrap;}
#view-theme .theme-logo-remove{padding-inline:14px;}
#view-theme .theme-logo-help{margin:0 !important;padding:0 !important;flex-basis:auto !important;}

@media(max-width:1180px){
  #view-theme .theme-logo-compact{grid-template-columns:minmax(210px,1fr) 180px auto;}
  #view-theme .theme-logo-help{grid-column:1 / -1;margin-top:-4px !important;}
  #view-theme .theme-logo-preview{width:180px !important;}
}
@media(max-width:760px){
  #view-theme .theme-logo-compact{grid-template-columns:1fr;gap:11px;padding:14px;}
  #view-theme .theme-logo-preview{width:100% !important;height:64px !important;}
  #view-theme .theme-logo-actions{width:100%;display:grid;grid-template-columns:1fr auto;}
  #view-theme .theme-logo-actions .btn{width:100%;}
  #view-theme .theme-logo-help{grid-column:auto;margin:0 !important;}
}


/* === v1.9.5: Logo kutusu tam genişlik ve taşmasız yerleşim === */
#view-theme > .theme-logo-settings-card{
  width:100% !important;
  max-width:none !important;
  margin:0 0 18px !important;
  overflow:visible !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-compact{
  width:100%;
  min-width:0;
  min-height:96px;
  box-sizing:border-box;
  padding:16px 20px;
  grid-template-columns:minmax(250px,1.15fr) minmax(210px,260px) minmax(280px,auto) minmax(210px,.9fr) !important;
  gap:18px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-copy,
#view-theme > .theme-logo-settings-card .theme-logo-preview,
#view-theme > .theme-logo-settings-card .theme-logo-actions,
#view-theme > .theme-logo-settings-card .theme-logo-help{
  min-width:0;
}
#view-theme > .theme-logo-settings-card .theme-logo-preview{
  width:100% !important;
  max-width:260px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions{
  display:flex !important;
  width:auto !important;
  flex-wrap:wrap !important;
  justify-content:flex-start;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions .btn{
  width:auto !important;
  max-width:100%;
}
@media(max-width:1250px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:minmax(220px,1fr) minmax(190px,230px) minmax(260px,auto) !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-help{
    grid-column:1 / -1 !important;
    margin-top:-4px !important;
  }
}
@media(max-width:900px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:minmax(0,1fr) minmax(190px,230px) !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions,
  #view-theme > .theme-logo-settings-card .theme-logo-help{
    grid-column:1 / -1 !important;
  }
}
@media(max-width:620px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:1fr !important;
    gap:11px !important;
    padding:14px !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-preview{
    max-width:none !important;
    height:64px !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions,
  #view-theme > .theme-logo-settings-card .theme-logo-help{
    grid-column:auto !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    width:100% !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions .btn{
    width:100% !important;
  }
}


/* === v1.9.6: Logo kartı alt kartlarla aynı genişlikte + kompakt yerleşim === */
@media(min-width:1101px){
  #view-theme > .theme-logo-settings-card{
    width:calc(50% - 9px) !important;
    max-width:calc(50% - 9px) !important;
  }
}
#view-theme > .theme-logo-settings-card .theme-logo-compact{
  min-height:0 !important;
  padding:14px 16px !important;
  grid-template-columns:minmax(0,1fr) minmax(160px,210px) !important;
  gap:10px 14px !important;
  align-items:center !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-preview{
  width:100% !important;
  max-width:210px !important;
  height:58px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions{
  grid-column:2 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:7px !important;
  width:100% !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions .btn{
  min-width:0 !important;
  min-height:38px !important;
  padding:0 10px !important;
  font-size:11px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-help{
  grid-column:1 !important;
  grid-row:2 !important;
  align-self:center !important;
  margin:0 !important;
}
#view-theme .social-list-card .social-master-toggle{
  min-height:72px !important;
}
#view-theme .social-list-card .social-master-toggle .toggle-copy{
  display:flex !important;
  align-items:center !important;
}
#view-theme .social-list-card .social-master-toggle .toggle-copy strong{
  margin:0 !important;
  line-height:1.35 !important;
}
@media(max-width:1100px){
  #view-theme > .theme-logo-settings-card{
    width:100% !important;
    max-width:100% !important;
  }
}
@media(max-width:620px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:1fr !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions,
  #view-theme > .theme-logo-settings-card .theme-logo-help{
    grid-column:1 !important;
    grid-row:auto !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-preview{
    max-width:none !important;
  }
}


/* === v1.9.7: sosyal görünürlük kutuları ve logo alanı son düzen === */
#view-theme > .theme-logo-settings-card{
  width:100% !important;
  max-width:100% !important;
  margin:0 0 18px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-compact{
  display:grid !important;
  grid-template-columns:minmax(280px,1fr) minmax(180px,210px) auto !important;
  align-items:center !important;
  gap:16px !important;
  padding:18px 20px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-copy{
  display:grid !important;
  gap:6px !important;
  align-self:center !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-label{
  font-size:16px !important;
  line-height:1.2 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-copy small{
  display:block !important;
  margin:0 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-help{
  margin:10px 0 0 !important;
  padding:0 !important;
  font-size:12px !important;
  line-height:1.45 !important;
  color:#7a86a0 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-preview{
  width:100% !important;
  max-width:210px !important;
  height:78px !important;
  padding:10px 14px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions{
  grid-column:auto !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:8px !important;
  width:auto !important;
  justify-content:flex-start !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions .btn{
  width:auto !important;
  min-width:0 !important;
  min-height:42px !important;
  white-space:nowrap !important;
  font-size:12px !important;
  padding:0 14px !important;
}

#view-theme .social-list-card .card-body{
  padding:0 16px 16px !important;
  display:block !important;
}
#view-theme .social-list-card .social-top-settings{
  width:100% !important;
  margin:0 0 16px !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  box-sizing:border-box !important;
}
#view-theme .social-list-card .social-master-toggle{
  width:100% !important;
  min-height:72px !important;
  padding:18px 16px !important;
  border-radius:14px !important;
  box-sizing:border-box !important;
}
#view-theme .social-list-card .social-master-toggle .toggle-copy{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}
#view-theme .social-list-card .social-master-toggle .toggle-copy strong{
  display:block !important;
  margin:0 !important;
  font-size:16px !important;
  line-height:1.35 !important;
}
#view-theme .social-list-card .social-account-manager{
  width:100% !important;
  box-sizing:border-box !important;
}

@media (max-width:1100px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:minmax(0,1fr) minmax(180px,210px) !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions{
    grid-column:1 / -1 !important;
  }
}
@media (max-width:760px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-preview{
    max-width:none !important;
    height:72px !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions{
    width:100% !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions .btn{
    width:100% !important;
  }
  #view-theme .social-list-card .social-top-settings{
    grid-template-columns:1fr !important;
  }
}


/* === v1.9.8: logo kartını altındaki sol kartla birebir genişlikte hizala; sosyal tikleri tabloyla hizala === */
@media (min-width:1101px){
  #view-theme > .theme-logo-settings-card{
    width:calc(((100% - 18px) / 2) + 15px) !important;
    max-width:calc(((100% - 18px) / 2) + 15px) !important;
  }
}
#view-theme > .theme-logo-settings-card .theme-logo-compact{
  display:grid !important;
  grid-template-columns:minmax(205px,1fr) minmax(165px,190px) auto !important;
  align-items:center !important;
  column-gap:12px !important;
  row-gap:0 !important;
  min-height:104px !important;
  padding:14px 16px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-copy{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:4px !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-copy small{
  line-height:1.35 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-help{
  margin:8px 0 0 !important;
  padding:0 !important;
  line-height:1.35 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-preview{
  width:100% !important;
  max-width:190px !important;
  height:60px !important;
  margin:0 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions{
  grid-column:auto !important;
  grid-row:auto !important;
  width:auto !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  margin:0 !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-actions .btn{
  width:auto !important;
  min-width:0 !important;
  min-height:40px !important;
  padding:0 10px !important;
  font-size:11px !important;
  white-space:nowrap !important;
}
#view-theme > .theme-logo-settings-card .theme-logo-remove{
  padding-inline:10px !important;
}

#view-theme .social-list-card .social-list-body{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:16px !important;
  width:100% !important;
  padding:0 16px 16px !important;
  box-sizing:border-box !important;
}
#view-theme .social-list-card .social-top-settings,
#view-theme .social-list-card .social-account-manager{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  box-sizing:border-box !important;
}
#view-theme .social-list-card .social-top-settings{
  padding:0 !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
#view-theme .social-list-card .social-master-toggle{
  width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}

@media (max-width:1100px){
  #view-theme > .theme-logo-settings-card{
    width:100% !important;
    max-width:100% !important;
  }
}
@media (max-width:760px){
  #view-theme > .theme-logo-settings-card .theme-logo-compact{
    grid-template-columns:1fr !important;
    row-gap:11px !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-preview{
    max-width:none !important;
  }
  #view-theme > .theme-logo-settings-card .theme-logo-actions{
    width:100% !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
  }
  #view-theme .social-list-card .social-top-settings{
    grid-template-columns:1fr !important;
  }
}

/* === v1.9.9: Sosyal Hesap Ayarları üst hizası logo kartı ile aynı seviye === */
@media (min-width:1101px){
  #view-theme{
    display:grid !important;
    grid-template-columns:
      minmax(0,calc(((100% - 18px) / 2) + 15px))
      minmax(0,calc(((100% - 18px) / 2) - 15px)) !important;
    gap:18px !important;
    align-items:start !important;
  }

  #view-theme > .page-intro{
    grid-column:1 / -1 !important;
    grid-row:1 !important;
  }

  #view-theme > .theme-logo-settings-card{
    grid-column:1 !important;
    grid-row:2 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    align-self:start !important;
  }

  #view-theme > .section-layout,
  #view-theme > .section-layout > .stack{
    display:contents !important;
  }

  #view-theme .home-sections-card{
    grid-column:1 !important;
    grid-row:3 !important;
    width:100% !important;
    min-width:0 !important;
    height:100% !important;
    align-self:stretch !important;
  }

  #view-theme .social-list-card{
    grid-column:2 !important;
    grid-row:2 / span 2 !important;
    width:100% !important;
    min-width:0 !important;
    height:100% !important;
    margin:0 !important;
    align-self:stretch !important;
  }
}


/* === v1.9.8: logo bölümü ana sayfa bölümleri kartı ile birleştirildi === */
#view-theme .home-sections-with-logo{
  overflow:hidden;
}
#view-theme .home-sections-with-logo .theme-logo-inline-block{
  padding:18px 20px 16px;
  border-bottom:1px solid #e7ecf3;
  margin-bottom:4px;
}
#view-theme .home-sections-with-logo .theme-logo-compact{
  display:grid !important;
  grid-template-columns:minmax(240px,1fr) minmax(180px,210px) auto !important;
  gap:16px !important;
  align-items:center !important;
  padding:0 !important;
}
#view-theme .home-sections-with-logo .theme-logo-copy{
  min-width:0;
  display:grid;
  gap:6px;
}
#view-theme .home-sections-with-logo .theme-logo-label{
  font-size:16px;
  font-weight:850;
  color:#111827;
  line-height:1.2;
}
#view-theme .home-sections-with-logo .theme-logo-copy small,
#view-theme .home-sections-with-logo .theme-logo-help{
  margin:0;
  color:#7a86a0;
  font-size:12px;
  line-height:1.45;
}
#view-theme .home-sections-with-logo .theme-logo-preview{
  width:100% !important;
  max-width:210px !important;
  height:78px !important;
  padding:10px 14px !important;
}
#view-theme .home-sections-with-logo .theme-logo-actions{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
}
#view-theme .home-sections-with-logo .theme-logo-actions .btn{
  width:auto !important;
  min-width:0 !important;
  min-height:42px !important;
  padding:0 14px !important;
  font-size:12px !important;
  white-space:nowrap !important;
}
#view-theme .home-sections-with-logo .home-sections-head{
  padding-top:16px;
}
#view-theme .home-sections-with-logo .category-toolbar,
#view-theme .home-sections-with-logo .category-list{
  padding-left:20px;
  padding-right:20px;
}
#view-theme .home-sections-with-logo .category-head{
  padding-left:10px;
  padding-right:10px;
}

/* Eski ayrı logo kartını gizlemeden kalmaması için nötrleştir */
#view-theme > .theme-logo-settings-card{display:none !important;}

@media (max-width:1100px){
  #view-theme .home-sections-with-logo .theme-logo-compact{
    grid-template-columns:minmax(0,1fr) minmax(180px,210px) !important;
  }
  #view-theme .home-sections-with-logo .theme-logo-actions{
    grid-column:1 / -1;
  }
}
@media (max-width:760px){
  #view-theme .home-sections-with-logo .theme-logo-inline-block{
    padding:16px 16px 14px;
  }
  #view-theme .home-sections-with-logo .theme-logo-compact{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  #view-theme .home-sections-with-logo .theme-logo-preview{
    max-width:none !important;
    height:72px !important;
  }
  #view-theme .home-sections-with-logo .theme-logo-actions{
    width:100% !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
  }
  #view-theme .home-sections-with-logo .theme-logo-actions .btn{
    width:100% !important;
  }
  #view-theme .home-sections-with-logo .category-toolbar,
  #view-theme .home-sections-with-logo .category-list{
    padding-left:16px;
    padding-right:16px;
  }
}

/* === v1.10.0: Logo/Ana Sayfa kartı ile Sosyal Hesap kartını üstten eşitle === */
@media (min-width:1101px){
  #view-theme .home-sections-card.home-sections-with-logo{
    grid-column:1 !important;
    grid-row:2 !important;
    align-self:start !important;
    height:auto !important;
    margin:0 !important;
  }

  #view-theme .social-list-card{
    grid-column:2 !important;
    grid-row:2 !important;
    align-self:start !important;
    height:auto !important;
    margin:0 !important;
  }
}

/* Logo bölümü içindeki yazılar +2px */
#view-theme .home-sections-with-logo .theme-logo-label{
  font-size:18px !important;
}
#view-theme .home-sections-with-logo .theme-logo-copy small,
#view-theme .home-sections-with-logo .theme-logo-help{
  font-size:14px !important;
}
#view-theme .home-sections-with-logo .theme-logo-actions .btn{
  font-size:14px !important;
}
#view-theme .home-sections-with-logo .theme-logo-preview span{
  font-size:26px !important;
}


/* === v2.0.0: WordPress kullanıcı bilgisi entegrasyonu + ana sayfa açıklama kaldırma === */
.admin{
  text-decoration:none;
  color:inherit;
  transition:transform .18s ease, opacity .18s ease;
}
.admin:hover{
  transform:translateY(-1px);
  opacity:.96;
}
.avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}
#view-theme .home-sections-card .card-title p{
  display:none !important;
}


/* === Yeni eklenen ana sayfa bölümleri: dört kategori alanı === */
#sectionModal .new-section-title-field{grid-column:1 / -1;}
#view-theme .home-sections-card .section-categories-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
@media(max-width:760px){
  #sectionModal .new-section-title-field{grid-column:auto;}
  #view-theme .home-sections-card .section-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:520px){
  #view-theme .home-sections-card .section-categories-grid{grid-template-columns:1fr !important;}
}


/* === v2.0.1: Sosyal görünürlük anahtarları tek kutu içinde === */
#view-theme .social-list-card .social-top-settings{
  border:1px solid #e7ecf3 !important;
  border-radius:18px !important;
  background:#fff !important;
  padding:14px !important;
  gap:12px !important;
}
#view-theme .social-list-card .social-master-toggle{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  border-radius:0 !important;
  min-height:64px !important;
  padding:12px 10px !important;
}
#view-theme .social-list-card .social-master-toggle:hover{
  background:rgba(248,250,252,.9) !important;
}
@media (max-width:760px){
  #view-theme .social-list-card .social-top-settings{
    padding:12px !important;
    gap:8px !important;
  }
  #view-theme .social-list-card .social-master-toggle{
    min-height:58px !important;
    padding:10px 8px !important;
  }
}


/* === v2.0.2: Image advertisement destination link field === */
.ad-image-link-field{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.ad-image-link-field .input{
  width:100%;
}


/* === v2.0.3: New section modal category boxes match the title field === */
#sectionModal .new-section-simple-grid .field{
  display:grid;
  gap:8px;
}
#sectionModal .new-section-simple-grid .input,
#sectionModal .new-section-simple-grid .select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-color:#fff !important;
  border:1px solid #dfe5f0 !important;
  border-radius:14px !important;
  box-shadow:0 2px 10px rgba(17,24,39,.04) !important;
  color:#24324a !important;
  font-size:14px !important;
  font-weight:600 !important;
  height:44px !important;
  min-height:44px !important;
  padding:0 44px 0 14px !important;
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#sectionModal .new-section-simple-grid .select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23515d74' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:16px 16px;
}
#sectionModal .new-section-simple-grid .input:hover,
#sectionModal .new-section-simple-grid .select:hover{
  border-color:#cfd7e5 !important;
}
#sectionModal .new-section-simple-grid .input:focus,
#sectionModal .new-section-simple-grid .select:focus{
  border-color:rgba(255,20,92,.42) !important;
  box-shadow:0 0 0 4px rgba(255,20,92,.07) !important;
  outline:none !important;
}


/* === v2.1.5: Compact top navigation final +2px size pass === */
.main-nav > .nav-btn{
  font-size:16px !important;
}
.main-nav > .nav-btn .icon{
  height:20px !important;
  width:20px !important;
}
