:root{
  --wd-red:#ed1c24;
  --wd-red-dark:#c9151c;
  --wd-black:#111111;
  --wd-black-soft:#232323;
  --wd-text:#2b2b2b;
  --wd-muted:#717171;
  --wd-border:#e7e7e7;
  --wd-soft:#f7f7f7;
  --wd-white:#ffffff;
}

body.wdbt-archive-active,
body.wdbt-single-active{overflow-x:hidden}
body.wdbt-archive-active #secondary,
body.wdbt-archive-active .sidebar,
body.wdbt-archive-active .widget-area,
body.wdbt-single-active #secondary,
body.wdbt-single-active .sidebar,
body.wdbt-single-active .widget-area{display:none!important}

.wdbt-page,.wdbt-page *{box-sizing:border-box;font-family:inherit!important}
.wdbt-page{direction:rtl;width:100%;max-width:none!important;margin:0!important;color:var(--wd-text);background:var(--wd-white)}
.wdbt-page a{text-decoration:none}
.wdbt-shell{width:min(calc(100% - 40px),1180px);margin-inline:auto}

body.wdbt-archive-active #content,
body.wdbt-single-active #content,
body.wdbt-archive-active .site-content,
body.wdbt-single-active .site-content,
body.wdbt-archive-active .content-area,
body.wdbt-single-active .content-area,
body.wdbt-archive-active .site-main,
body.wdbt-single-active .site-main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

/* صفحة المدونة: لا يوجد هيدر مستقل. فقط عنوان داخل المحتوى أسفل هيدر الموقع الأصلي. */
.wdbt-archive-content{padding:56px 0 72px;background:#fff}
.wdbt-blog-intro{max-width:790px;margin:0 auto 38px;text-align:center}
.wdbt-blog-intro>span{display:inline-block;margin-bottom:10px;color:var(--wd-red);font-size:12px;font-weight:800;letter-spacing:1.6px}
.wdbt-blog-intro h1{margin:0 0 13px!important;color:var(--wd-black)!important;font-size:clamp(34px,5vw,54px)!important;font-weight:800!important;line-height:1.25!important}
.wdbt-description{color:var(--wd-muted);font-size:15px;line-height:2}
.wdbt-description p{margin:0!important;color:inherit!important}

.wdbt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.wdbt-card{height:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;margin:0!important;background:#fff;border:1px solid var(--wd-border);border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.wdbt-card:hover{transform:translateY(-5px);border-color:rgba(237,28,36,.34);box-shadow:0 16px 36px rgba(0,0,0,.10)}
.wdbt-card-image{position:relative;width:100%;height:auto;display:block;overflow:hidden;background:#efefef}
.wdbt-card-image img{position:static!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;margin:0!important;object-fit:contain!important;object-position:center!important;transition:none!important}
.wdbt-card:hover .wdbt-card-image img{transform:none!important}
.wdbt-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--wd-black),#3a3a3a)}
.wdbt-placeholder svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;opacity:.8}
.wdbt-category{position:absolute;right:14px;bottom:14px;z-index:2;padding:7px 12px;color:#fff;background:var(--wd-red);border-radius:999px;font-size:11px;font-weight:800}
.wdbt-card-body{padding:22px 21px 23px;display:flex;flex:1;flex-direction:column;text-align:right}
.wdbt-date{margin-bottom:9px;color:#999;font-size:11px}
.wdbt-card h2{margin:0 0 10px!important;color:var(--wd-black)!important;font-size:20px!important;font-weight:800!important;line-height:1.65!important}
.wdbt-card h2 a{color:inherit!important}
.wdbt-card h2 a:hover{color:var(--wd-red)!important}
.wdbt-excerpt{margin-bottom:18px;color:var(--wd-muted);font-size:13px;line-height:1.95;flex:1;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.wdbt-excerpt p{margin:0!important;color:inherit!important}
.wdbt-read{min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;color:#fff!important;background:var(--wd-black);border:1px solid var(--wd-black);border-radius:9px;font-size:12px;font-weight:800;transition:.2s ease}
.wdbt-read:hover{background:var(--wd-red);border-color:var(--wd-red);color:#fff!important}

.wdbt-pagination{margin-top:38px;position:relative;z-index:3}
.wdbt-pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.wdbt-pagination .page-numbers{min-width:43px;height:43px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;color:var(--wd-black)!important;background:#fff;border:1px solid var(--wd-border);border-radius:10px;font-size:13px;font-weight:800}
.wdbt-pagination .current,.wdbt-pagination .page-numbers:hover{color:#fff!important;background:var(--wd-red);border-color:var(--wd-red)}
.wdbt-empty{padding:55px 25px;text-align:center;background:var(--wd-soft);border:1px solid var(--wd-border);border-radius:18px}

/* المقال المنفرد */
.wdbt-single-page{padding:48px 0 72px;background:#fff}
.wdbt-single-shell{width:min(calc(100% - 40px),1180px)!important;max-width:1180px!important}
.wdbt-single-card{overflow:hidden;margin:0!important;background:#fff;border:1px solid var(--wd-border);border-radius:20px;box-shadow:0 12px 38px rgba(0,0,0,.07)}
.wdbt-single-featured{width:100%;height:auto;margin:0!important;overflow:hidden;background:#111;line-height:0}
.wdbt-single-featured img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;margin:0 auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}
.wdbt-single-header{padding:38px 48px 32px;text-align:center;border-bottom:1px solid var(--wd-border);background:#fff}
.wdbt-single-category{margin-bottom:14px;padding:7px 13px;display:inline-flex;color:#fff!important;background:var(--wd-red);border-radius:999px;font-size:11px;font-weight:800}
.wdbt-single-header h1{max-width:980px;margin:0 auto!important;color:var(--wd-black)!important;font-size:clamp(31px,4.3vw,54px)!important;font-weight:850!important;line-height:1.45!important}
.wdbt-content{max-width:980px;margin:auto;padding:46px 38px 40px;color:var(--wd-text);font-size:17px;line-height:2.12}
.wdbt-content>*:first-child{margin-top:0!important}
.wdbt-content p{margin:0 0 22px!important;color:#4f4f4f!important;font-size:17px!important;line-height:2.12!important}
.wdbt-content h2{margin:42px 0 20px!important;padding:0 15px 0 0!important;color:var(--wd-black)!important;border-right:4px solid var(--wd-red);font-size:29px!important;font-weight:850!important;line-height:1.6!important}
.wdbt-content h3{margin:32px 0 16px!important;color:var(--wd-black)!important;font-size:23px!important;font-weight:800!important;line-height:1.65!important}
.wdbt-content h4{margin:27px 0 14px!important;color:var(--wd-black-soft)!important;font-size:19px!important;font-weight:800!important}
.wdbt-content a{color:var(--wd-red)!important;text-decoration:underline;text-underline-offset:3px}
.wdbt-content img{display:block;max-width:100%!important;height:auto!important;margin:28px auto!important;border-radius:12px}
.wdbt-content figure,.wdbt-content .wp-block-image{margin:28px auto!important;text-align:center}
.wdbt-content figure img,.wdbt-content .wp-block-image img{margin:0 auto!important}
.wdbt-content ul,.wdbt-content ol{margin:22px 0 30px!important;padding:22px 44px 22px 20px!important;color:#4f4f4f;background:var(--wd-soft);border:1px solid var(--wd-border);border-radius:14px}
.wdbt-content li{margin-bottom:9px;line-height:2}
.wdbt-content blockquote{margin:30px 0!important;padding:24px 27px!important;color:#fff!important;background:var(--wd-black);border:0!important;border-right:5px solid var(--wd-red)!important;border-radius:14px}
.wdbt-content blockquote p{margin:0!important;color:#fff!important}

/* الجداول */
.wdbt-table-scroll,.wdbt-content .wp-block-table{display:block!important;width:100%!important;max-width:100%!important;margin:28px 0!important;overflow-x:auto!important;overflow-y:hidden!important;border:1px solid var(--wd-border);border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04);-webkit-overflow-scrolling:touch}
.wdbt-table-scroll table,.wdbt-content .wp-block-table table{width:100%!important;min-width:100%!important;margin:0!important;border:0!important;border-collapse:collapse!important}
.wdbt-table-wide table{width:max-content!important;min-width:760px!important}
.wdbt-content th,.wdbt-content .wdbt-table-head-cell{padding:15px 14px!important;color:#fff!important;background:var(--wd-black)!important;border:1px solid #343434!important;text-align:center!important;font-weight:800!important}
.wdbt-content td{padding:13px!important;text-align:center!important;border:1px solid var(--wd-border)!important;color:#4d4d4d!important}

/* CTA داخل المقال */
.wdbt-inline-cta{position:relative;overflow:hidden;margin:36px 0!important;padding:28px;border:1px solid #2a2a2a;border-radius:18px;background:var(--wd-black);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.13);opacity:1;transform:none}
.wdbt-inline-cta:before{content:"";position:absolute;top:0;right:0;width:6px;height:100%;background:var(--wd-red)}
.wdbt-content .wdbt-inline-cta__title,.wdbt-inline-cta__title{margin:0 0 8px!important;padding:0!important;border:0!important;color:#fff!important;font-size:26px!important;font-weight:850!important;line-height:1.55!important}
.wdbt-content .wdbt-inline-cta__description,.wdbt-inline-cta__description{margin:0!important;color:#d8d8d8!important;font-size:14px!important;line-height:1.95!important}
.wdbt-inline-cta__actions{margin-top:20px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.wdbt-content .wdbt-inline-cta__button,.wdbt-inline-cta__button{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;text-decoration:none!important;font-size:12px;font-weight:800;transition:.2s ease}
.wdbt-inline-cta__button--whatsapp{color:#fff!important;background:var(--wd-red)!important;border:1px solid var(--wd-red)!important}
.wdbt-inline-cta__button--call{color:var(--wd-black)!important;background:#fff!important;border:1px solid #fff!important}
.wdbt-inline-cta__button--services{color:#fff!important;background:transparent!important;border:1px solid #555!important}
.wdbt-inline-cta__button:hover{transform:translateY(-1px);filter:brightness(.95)}
.wdbt-inline-cta__icon{width:18px;height:18px;flex:0 0 auto}
.wdbt-content .wdbt-inline-cta__note,.wdbt-inline-cta__note{margin:14px 0 0!important;color:#aaa!important;font-size:11px!important;line-height:1.8!important}

.wdbt-single-footer{max-width:980px;margin:auto;padding:0 38px 38px}
.wdbt-share{padding:24px 0;text-align:center;border-top:1px solid var(--wd-border)}
.wdbt-share strong{display:block;margin-bottom:12px;color:var(--wd-black)}
.wdbt-share>div{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.wdbt-share a{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;color:#fff!important;background:var(--wd-black);border-radius:8px;font-size:12px;font-weight:800}
.wdbt-share a:hover{background:var(--wd-red)}
.wdbt-cta{padding:26px 27px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff;background:var(--wd-black);border-radius:16px;border-right:5px solid var(--wd-red)}
.wdbt-cta h2{margin:0 0 6px!important;color:#fff!important;font-size:23px!important;font-weight:850!important}
.wdbt-cta p{margin:0!important;color:#cfcfcf!important;font-size:13px!important;line-height:1.9!important}
.wdbt-cta>a{min-height:47px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff!important;background:var(--wd-red);border-radius:9px;font-size:12px;font-weight:850}
.wdbt-cta>a:hover{background:var(--wd-red-dark)}

.wdbt-post-nav{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wdbt-post-nav a{min-height:105px;padding:19px;display:flex;flex-direction:column;justify-content:center;color:#fff!important;background:var(--wd-black);border-radius:14px;border-top:3px solid var(--wd-red)}
.wdbt-post-nav span{margin-bottom:5px;color:#bdbdbd;font-size:10px}
.wdbt-post-nav strong{color:#fff;font-size:15px;line-height:1.7}

.wdbt-related{margin-top:52px}
.wdbt-section-title{margin-bottom:22px;text-align:center}
.wdbt-section-title span{display:block;margin-bottom:5px;color:var(--wd-red);font-size:11px;font-weight:800;letter-spacing:.5px}
.wdbt-section-title h2{margin:0!important;color:var(--wd-black)!important;font-size:31px!important;font-weight:850!important}
.wdbt-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wdbt-related-card{overflow:hidden;margin:0!important;background:#fff;border:1px solid var(--wd-border);border-radius:16px;box-shadow:0 9px 28px rgba(0,0,0,.06)}
.wdbt-related-image{width:100%;height:auto;display:block;overflow:hidden;background:#111;line-height:0}
.wdbt-related-image img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important}
.wdbt-related-card>div{padding:16px}
.wdbt-related-card time{color:#999;font-size:10px}
.wdbt-related-card h3{margin:7px 0 0!important;color:var(--wd-black)!important;font-size:17px!important;font-weight:800!important;line-height:1.65!important}
.wdbt-related-card h3 a{color:inherit!important}

@media(max-width:960px){
  .wdbt-grid,.wdbt-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wdbt-cta{flex-direction:column;text-align:center}
}

@media(max-width:640px){
  .wdbt-shell,.wdbt-single-shell{width:calc(100% - 22px)!important}
  .wdbt-archive-content{padding:34px 0 48px}
  .wdbt-blog-intro{margin-bottom:26px}
  .wdbt-blog-intro h1{font-size:34px!important}
  .wdbt-description{font-size:13px}
  .wdbt-grid,.wdbt-related-grid{grid-template-columns:1fr;gap:16px}
  .wdbt-card-body{padding:18px 17px 19px}
  .wdbt-card h2{font-size:18px!important}
  .wdbt-read{width:100%}

  .wdbt-single-page{padding:26px 0 48px}
  .wdbt-single-card{border-radius:16px}
  .wdbt-single-featured img{height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important}
  .wdbt-single-header{padding:27px 15px 24px}
  .wdbt-single-header h1{font-size:29px!important;line-height:1.55!important}
  .wdbt-content{padding:31px 15px 27px;font-size:15px;overflow:hidden}
  .wdbt-content p{font-size:15px!important;line-height:2!important}
  .wdbt-content h2{margin-top:34px!important;padding-right:11px!important;font-size:22px!important}
  .wdbt-content h3{font-size:19px!important}
  .wdbt-content h4{font-size:17px!important}
  .wdbt-content ul,.wdbt-content ol{padding:18px 34px 18px 13px!important}
  /* Mobile tables: show the full table inside the screen with no horizontal scrolling. */
  .wdbt-table-scroll,.wdbt-content .wp-block-table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
  }
  .wdbt-table-scroll table,
  .wdbt-content .wp-block-table table,
  .wdbt-table-wide table{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    table-layout:fixed!important;
    font-size:clamp(8px,2.45vw,11px)!important;
  }
  .wdbt-content th,
  .wdbt-content td,
  .wdbt-content .wdbt-table-head-cell{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    padding:7px 4px!important;
    font-size:clamp(8px,2.45vw,11px)!important;
    line-height:1.45!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    hyphens:auto!important;
    vertical-align:middle!important;
  }
  .wdbt-content th *,
  .wdbt-content td *{
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .wdbt-content table col,
  .wdbt-content table colgroup{
    width:auto!important;
    max-width:100%!important;
  }
  .wdbt-table-compact table{font-size:clamp(7px,2.15vw,9px)!important}
  .wdbt-table-compact th,
  .wdbt-table-compact td{padding:6px 2px!important;font-size:clamp(7px,2.15vw,9px)!important;line-height:1.35!important}

  .wdbt-inline-cta{padding:22px 16px;margin:30px 0!important;border-radius:15px}
  .wdbt-content .wdbt-inline-cta__title,.wdbt-inline-cta__title{font-size:21px!important}
  .wdbt-inline-cta__actions{display:grid;grid-template-columns:1fr;gap:8px}
  .wdbt-content .wdbt-inline-cta__button,.wdbt-inline-cta__button{width:100%}

  .wdbt-single-footer{padding:0 15px 24px}
  .wdbt-cta{padding:22px 16px}
  .wdbt-cta>a{width:100%}
  .wdbt-post-nav{grid-template-columns:1fr}
}

.wdbt-archive-page{min-height:50vh}
.wdbt-inline-cta__intro{position:relative;z-index:1}
.wdbt-page-links{margin-top:28px;padding:15px;background:var(--wd-soft);border:1px solid var(--wd-border);border-radius:10px}


/* English / LTR support */
.wdbt-page[dir="ltr"]{direction:ltr}
.wdbt-page[dir="ltr"] .wdbt-card-body{text-align:left}
.wdbt-page[dir="ltr"] .wdbt-category{left:14px;right:auto}
.wdbt-page[dir="ltr"] .wdbt-content h2{padding:0 0 0 15px!important;border-right:0!important;border-left:4px solid var(--wd-red)}
.wdbt-page[dir="ltr"] .wdbt-content ul,
.wdbt-page[dir="ltr"] .wdbt-content ol{padding:22px 20px 22px 44px!important}
.wdbt-page[dir="ltr"] .wdbt-content blockquote{border-right:0!important;border-left:5px solid var(--wd-red)!important}
.wdbt-page[dir="ltr"] .wdbt-inline-cta:before{right:auto;left:0}
.wdbt-page[dir="ltr"] .wdbt-cta{border-right:0;border-left:5px solid var(--wd-red)}
.wdbt-page[dir="ltr"] .wdbt-post-nav,
.wdbt-page[dir="ltr"] .wdbt-related-card,
.wdbt-page[dir="ltr"] .wdbt-content{text-align:left}

@media(max-width:640px){
  .wdbt-page[dir="ltr"] .wdbt-content h2{padding-right:0!important;padding-left:11px!important}
  .wdbt-page[dir="ltr"] .wdbt-content ul,
  .wdbt-page[dir="ltr"] .wdbt-content ol{padding:18px 13px 18px 34px!important}
}

/* CTA visibility + SVG buttons improvements (v6.5) */
.wdbt-content .wdbt-inline-cta__description,.wdbt-inline-cta__description{color:#f0f0f0!important}
.wdbt-content .wdbt-inline-cta__note,.wdbt-inline-cta__note{color:#d7d7d7!important}
.wdbt-inline-cta__button--services{background:#1a1a1a!important;border-color:#676767!important}
.wdbt-inline-cta__button--services:hover{background:#2a2a2a!important;border-color:#9a9a9a!important}

.wdbt-cta{padding:28px 28px!important;align-items:flex-start!important;gap:22px!important}
.wdbt-cta__content{flex:1 1 auto}
.wdbt-cta h2{margin:0 0 8px!important;color:#fff!important;font-size:24px!important;font-weight:850!important;line-height:1.55!important}
.wdbt-cta p{margin:0!important;color:#f0f0f0!important;font-size:14px!important;line-height:1.95!important}
.wdbt-cta__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important;flex:0 0 auto}
.wdbt-cta__btn{min-height:48px!important;padding:0 17px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:10px!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important;transition:.2s ease!important}
.wdbt-cta__btn:hover{transform:translateY(-1px)!important;filter:brightness(.97)!important}
.wdbt-cta__btn--whatsapp{color:#fff!important;background:var(--wd-red)!important;border:1px solid var(--wd-red)!important}
.wdbt-cta__btn--call{color:var(--wd-black)!important;background:#fff!important;border:1px solid #fff!important}
.wdbt-cta__btn--services{color:#fff!important;background:#1b1b1b!important;border:1px solid #696969!important}
.wdbt-cta__icon{width:18px!important;height:18px!important;flex:0 0 auto!important}

@media(max-width:960px){
  .wdbt-cta{flex-direction:column!important;text-align:center!important;align-items:center!important}
  .wdbt-cta__actions{justify-content:center!important;width:100%!important}
}
@media(max-width:640px){
  .wdbt-cta__actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .wdbt-cta__btn{width:100%!important}
}

.wdbt-page[dir="ltr"] .wdbt-cta__actions{justify-content:flex-start!important}
.wdbt-page[dir="ltr"] .wdbt-cta__content,.wdbt-page[dir="ltr"] .wdbt-cta{text-align:left!important}

/* ===== WD CTA hard contrast fix v6.8 =====
   Theme article-link rules were overriding the button text color.
   Keep every CTA label/icon fully visible in Arabic and English.
*/
.wdbt-content a.wdbt-inline-cta__button,
.wdbt-inline-cta a.wdbt-inline-cta__button{
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
  white-space:nowrap!important;
}
.wdbt-content a.wdbt-inline-cta__button span,
.wdbt-inline-cta a.wdbt-inline-cta__button span{
  display:inline-block!important;
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
}

/* WhatsApp: WD red + white text/icon */
.wdbt-content a.wdbt-inline-cta__button--whatsapp,
.wdbt-inline-cta a.wdbt-inline-cta__button--whatsapp,
.wdbt-content a.wdbt-inline-cta__button--whatsapp span,
.wdbt-inline-cta a.wdbt-inline-cta__button--whatsapp span,
.wdbt-content a.wdbt-inline-cta__button--whatsapp svg,
.wdbt-inline-cta a.wdbt-inline-cta__button--whatsapp svg{
  color:#fff!important;
}
.wdbt-content a.wdbt-inline-cta__button--whatsapp,
.wdbt-inline-cta a.wdbt-inline-cta__button--whatsapp{
  background:var(--wd-red)!important;
  border-color:var(--wd-red)!important;
}

/* Call: white button + WD red text/icon */
.wdbt-content a.wdbt-inline-cta__button--call,
.wdbt-inline-cta a.wdbt-inline-cta__button--call,
.wdbt-content a.wdbt-inline-cta__button--call span,
.wdbt-inline-cta a.wdbt-inline-cta__button--call span,
.wdbt-content a.wdbt-inline-cta__button--call svg,
.wdbt-inline-cta a.wdbt-inline-cta__button--call svg{
  color:var(--wd-red)!important;
}
.wdbt-content a.wdbt-inline-cta__button--call,
.wdbt-inline-cta a.wdbt-inline-cta__button--call{
  background:#fff!important;
  border-color:#fff!important;
}

/* Services: dark button + white label + red SVG icon */
.wdbt-content a.wdbt-inline-cta__button--services,
.wdbt-inline-cta a.wdbt-inline-cta__button--services,
.wdbt-content a.wdbt-inline-cta__button--services span,
.wdbt-inline-cta a.wdbt-inline-cta__button--services span{
  color:#fff!important;
}
.wdbt-content a.wdbt-inline-cta__button--services svg,
.wdbt-inline-cta a.wdbt-inline-cta__button--services svg{
  color:var(--wd-red)!important;
}
.wdbt-content a.wdbt-inline-cta__button--services,
.wdbt-inline-cta a.wdbt-inline-cta__button--services{
  background:#191919!important;
  border-color:#5b5b5b!important;
}
.wdbt-inline-cta__button svg{display:block!important;opacity:1!important;visibility:visible!important}

/* ===== CTA final contrast lock v7.0 ===== */
.wdbt-inline-cta .wdbt-inline-cta__button,
.wdbt-inline-cta .wdbt-inline-cta__button span{
  opacity:1!important;
  visibility:visible!important;
  font-size:12px!important;
  line-height:1.2!important;
  text-shadow:none!important;
  mix-blend-mode:normal!important;
}
.wdbt-inline-cta .wdbt-inline-cta__button--whatsapp,
.wdbt-inline-cta .wdbt-inline-cta__button--whatsapp span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.wdbt-inline-cta .wdbt-inline-cta__button--whatsapp svg{color:#fff!important;stroke:currentColor!important;fill:currentColor!important}
.wdbt-inline-cta .wdbt-inline-cta__button--call,
.wdbt-inline-cta .wdbt-inline-cta__button--call span{
  color:var(--wd-red)!important;
  -webkit-text-fill-color:var(--wd-red)!important;
}
.wdbt-inline-cta .wdbt-inline-cta__button--services,
.wdbt-inline-cta .wdbt-inline-cta__button--services span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* v7.5 — related article cards inside single posts: CSS only, no global scanner */
.wdbt-related-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  overflow:hidden!important;
  margin:0!important;
  background:#111!important;
  border:1px solid #2b2b2b!important;
  border-radius:18px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.14)!important;
}
.wdbt-related-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  overflow:hidden!important;
  background:#0b0b0b!important;
  line-height:0!important;
}
.wdbt-related-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center!important;
}
.wdbt-related-card>div{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  padding:18px!important;
  background:#111!important;
}
.wdbt-related-card time{color:#ff6268!important;font-size:10px!important}
.wdbt-related-card h3{
  margin:8px 0 0!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:800!important;
  line-height:1.65!important;
}
.wdbt-related-card h3 a{color:#fff!important;text-decoration:none!important}
.wdbt-related-card h3 a:hover{color:#ed1c24!important}


/* ===== v7.6.1 — universal article tables + compact natural lists ===== */
/*
 * Table headings: keep WD black header and force ALL header content to white.
 * This also covers old/future articles whose first row uses <td> instead of <th>,
 * plus headings containing links, strong, span, p, etc.
 */
.wdbt-content table thead th,
.wdbt-content table th,
.wdbt-content table .wdbt-table-head-cell,
.wdbt-content table .wdbt-table-head-row > th,
.wdbt-content table .wdbt-table-head-row > td{
  background:var(--wd-black)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-align:center!important;
  vertical-align:middle!important;
  font-weight:800!important;
}
.wdbt-content table thead th *,
.wdbt-content table th *,
.wdbt-content table .wdbt-table-head-cell *,
.wdbt-content table .wdbt-table-head-row > th *,
.wdbt-content table .wdbt-table-head-row > td *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  opacity:1!important;
}
.wdbt-content table .wdbt-table-head-row > th a,
.wdbt-content table .wdbt-table-head-row > td a,
.wdbt-content table th a{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/*
 * Article lists: keep bullets/numbers beside the normal article text.
 * No centering and no narrow list box. Logical spacing works for RTL and LTR.
 */
.wdbt-content ul,
.wdbt-content ol,
.wdbt-content .wp-block-list{
  width:auto!important;
  max-width:none!important;
  margin:10px 0 16px!important;
  padding-block:0!important;
  padding-inline-start:28px!important;
  padding-inline-end:0!important;
  text-align:start!important;
  list-style-position:outside!important;
  border-radius:0!important;
}
.wdbt-content ul > li,
.wdbt-content ol > li,
.wdbt-content .wp-block-list > li{
  margin:0 0 5px!important;
  padding:0!important;
  text-align:start!important;
  line-height:1.75!important;
  font-size:15px!important;
}
.wdbt-content ul > li:last-child,
.wdbt-content ol > li:last-child,
.wdbt-content .wp-block-list > li:last-child{
  margin-bottom:0!important;
}
.wdbt-content ul > li::marker,
.wdbt-content ol > li::marker,
.wdbt-content .wp-block-list > li::marker{
  color:var(--wd-black)!important;
  font-weight:800!important;
}
.wdbt-content ul > li p,
.wdbt-content ol > li p,
.wdbt-content .wp-block-list > li p{
  display:inline!important;
  margin:0!important;
  font-size:inherit!important;
  line-height:inherit!important;
  text-align:inherit!important;
}

@media(max-width:640px){
  .wdbt-content ul,
  .wdbt-content ol,
  .wdbt-content .wp-block-list{
    margin:8px 0 14px!important;
    padding-inline-start:24px!important;
    padding-inline-end:0!important;
  }
  .wdbt-content ul > li,
  .wdbt-content ol > li,
  .wdbt-content .wp-block-list > li{
    margin-bottom:4px!important;
    font-size:14px!important;
    line-height:1.65!important;
  }
  .wdbt-content table thead th,
  .wdbt-content table th,
  .wdbt-content table .wdbt-table-head-cell,
  .wdbt-content table .wdbt-table-head-row > th,
  .wdbt-content table .wdbt-table-head-row > td{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
}


/* ===== v7.7.0 — keep bullets/numbers on the same line as the text ===== */
/*
 * Some article content/plugins render list items in a way that makes the marker
 * appear above the text, especially in RTL. Force a natural list-item flow so
 * the bullet/number stays beside the line of text on mobile and desktop.
 */
.wdbt-content ul,
.wdbt-content ol,
.wdbt-content .wp-block-list{
  list-style-position:inside!important;
  padding-inline-start:0!important;
  padding-inline-end:0!important;
}
.wdbt-content ul > li,
.wdbt-content ol > li,
.wdbt-content .wp-block-list > li{
  display:list-item!important;
  list-style-position:inside!important;
  text-indent:0!important;
  margin-inline:0!important;
  white-space:normal!important;
}
.wdbt-content ul > li > p,
.wdbt-content ol > li > p,
.wdbt-content .wp-block-list > li > p,
.wdbt-content ul > li > strong,
.wdbt-content ol > li > strong,
.wdbt-content .wp-block-list > li > strong,
.wdbt-content ul > li > span,
.wdbt-content ol > li > span,
.wdbt-content .wp-block-list > li > span,
.wdbt-content ul > li > a,
.wdbt-content ol > li > a,
.wdbt-content .wp-block-list > li > a{
  display:inline!important;
}
@media(max-width:640px){
  .wdbt-content ul,
  .wdbt-content ol,
  .wdbt-content .wp-block-list{
    list-style-position:inside!important;
    padding-inline-start:0!important;
    padding-inline-end:0!important;
  }
}
