/* DR Bangladesh modular stylesheet. */

/* Source module: 404.php */
body.error404 .drb-shell{
  max-width: 860px;
  margin: 0 auto;
  padding: 0 14px;
  box-sizing: border-box;
}


body.error404 .drb-pagebox{
  margin: 12px auto;
  padding: 18px;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17,24,39,.03);
}
@media(max-width:640px){ body.error404 .drb-pagebox{ padding:14px } }

body.error404 .drb-title{
  margin: 10px 0 14px;
  font-size: 28px;
  font-weight: 800;
  color: #1f3f6e;
  text-align: center;
  line-height: 1.2;
}

body.error404 .drb-search404{ display:flex; gap:10px; margin:10px 0 18px; }
body.error404 .drb-search404 .drb-input{
  flex:1; padding:10px;
  border:1px solid #d8e3f3; border-radius:8px; background:#f8fbff;
}
body.error404 .drb-search404 .drb-btn{
  padding:10px 14px; border:1px solid #1e5a98;
  background:#2d6fb7; color:#fff; border-radius:8px; font-weight:600;
}

body.error404 .drb-links404{ display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin:6px 0 12px; }
body.error404 .drb-chip{
  display:inline-block; padding:10px 12px; border:1px solid #d7e3ef;
  border-radius:10px; background:#f7fbff; text-decoration:none; color:#0a3d62;
}
body.error404 .drb-chip:hover{ background:#eef6ff; }

body.error404 .drb-sub{ margin:12px 0 6px; font-size:16px; text-align:center; }
body.error404 .drb-cat404{
  list-style:none; margin:0; padding:0;
  display:flex; gap:12px; flex-wrap:wrap; justify-content:center;
}
body.error404 .drb-cat404 li{
  background:#f7fbff; border:1px solid #e5effa; border-radius:8px; padding:6px 10px;
}
body.error404 .drb-cat404 .drb-count{ color:#6b7280; font-size:12px; margin-left:6px; }

@media (max-width:560px){ body.error404 .drb-search404{ flex-direction:column; } }

/* Source module: archive.php */
.drb-archive{ padding-top:8px; }

  .drb-archive .drb-arch-box{
    max-width:860px;
    margin:16px auto;
    padding:24px 18px;
    background:transparent;
    border-radius:14px;
    position:relative;
    overflow:hidden;
  }
  .drb-archive .drb-arch-box::after{
    content:"";
    position:absolute;
    inset:12px;
    background:#fff;
    border-radius:10px;
    z-index:0;
  }
  .drb-archive .drb-arch-box::before{
    content:"";
    position:absolute;
    inset:12px;
    border:1px solid #dbe7f5;
    border-radius:10px;
    pointer-events:none;
    z-index:1;
  }
  .drb-archive .drb-arch-box > *{
    position:relative;
    z-index:2;
  }

  
  .drb-archive .page-title{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:#1f3f6e;
    text-align:center;
  }

  
  .drb-archive .drb-title-list{
    margin:0;
    padding:0;
    list-style:none;
  }
  .drb-archive .drb-title-item{
    margin:12px 0;
    line-height:1.8;
  }
  .drb-archive .drb-title-link{
    font-weight:800;
    color:#143b6b;
    text-decoration:none;
  }
  .drb-archive .drb-title-link:hover{
    text-decoration:underline;
  }

  
  .drb-archive .navigation.posts-navigation{
    max-width:860px;
    margin:16px auto 24px;
    padding:20px 16px;
    background:transparent;
    border-radius:14px;
    position:relative;
    overflow:hidden;
  }
  .drb-archive .navigation.posts-navigation::after{
    content:"";
    position:absolute;
    inset:12px;
    background:#fff;
    border-radius:10px;
  }
  .drb-archive .navigation.posts-navigation::before{
    content:"";
    position:absolute;
    inset:12px;
    border:1px solid #dbe7f5;
    border-radius:10px;
    pointer-events:none;
    z-index:1;
  }
  .drb-archive .navigation.posts-navigation .nav-links{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
  }

/* Source module: page-all-articles.php */
body.page-template-page-all-articles .drb-archive{ padding-top:8px; }

  body.page-template-page-all-articles .drb-arch-box{
    max-width:860px;
    margin:16px auto;
    padding:24px 18px;
    background:transparent;
    border-radius:14px;
    position:relative;
    overflow:hidden;
  }
  body.page-template-page-all-articles .drb-arch-box::after{ content:""; position:absolute; inset:12px; background:#fff; border-radius:10px; z-index:0; }
  body.page-template-page-all-articles .drb-arch-box::before{ content:""; position:absolute; inset:12px; border:1px solid #dbe7f5; border-radius:10px; pointer-events:none; z-index:1; }
  body.page-template-page-all-articles .drb-arch-box > *{ position:relative; z-index:2; }

  body.page-template-page-all-articles .page-title{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:#1f3f6e;
    text-align:center;
  }

  body.page-template-page-all-articles .drb-cat-title{
    margin:0 0 12px;
    font-size:20px;
    font-weight:900;
    color:#0f172a;
  }

  body.page-template-page-all-articles .drb-title-list{
    margin:0;
    padding:0;
    list-style:none;
  }
  body.page-template-page-all-articles .drb-title-item{
    margin:10px 0;
    line-height:1.8;
  }
  body.page-template-page-all-articles .drb-title-link{
    font-weight:800;
    color:#143b6b;
    text-decoration:none;
  }
  body.page-template-page-all-articles .drb-title-link:hover{ text-decoration:underline; }

  body.page-template-page-all-articles .drb-cat-more{
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid #e2e8f0;
  }
  body.page-template-page-all-articles .drb-more-link{
    font-weight:900;
    color:#0f766e;
    text-decoration:none;
  }
  body.page-template-page-all-articles .drb-more-link:hover{ text-decoration:underline; }

/* Source module: page.php */




:root{
  --page-outer-margin: 40px;
  --page-padding-x: 24px;
  --page-padding-y: 28px;
  --inset-gap: 12px;
  --title-pad-y: 18px;
  --title-pad-x: 20px;
  --content-pad: 20px;

  
  --th-bg:       #eaf2ff;  
  --th-text:     #153a6b;  
  --th-border:   #cfe0ff;  
  --th-row-bg:   #f6f9ff;  
  --th-row-text: #173a6a;  
}


body.page :where(html):lang(bn), body.page :where(body):lang(bn), body.page .drb-pagebox :where(:lang(bn)){
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-feature-settings: "kern","liga","clig","locl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page .drb-title:lang(bn), body.page .drb-content :where(h1:lang(bn), body.page h2:lang(bn), body.page h3:lang(bn), body.page h4:lang(bn), body.page h5:lang(bn), body.page h6:lang(bn)){
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}


body.page .drb-pagebox{
  max-width: 860px;
  margin: var(--page-outer-margin) auto;
  padding: var(--page-padding-y) var(--page-padding-x);
  background: transparent;
  border-radius: 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
body.page .drb-pagebox::after, body.page .drb-pagebox::before{
  content: "";
  position: absolute;
  inset: var(--inset-gap);
  border-radius: 10px;
  pointer-events: none;
}
body.page .drb-pagebox::after{ background: #fff; z-index: 0; }
body.page .drb-pagebox::before{ border: 1px solid #dbe7f5; z-index: 1; }
body.page .drb-pagebox > *{ position: relative; z-index: 2; }


body.page .drb-head{
  padding: var(--title-pad-y) var(--title-pad-x);
  border-bottom: 1px solid #e7eef9;
  background: #f8fbff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body.page .drb-title{
  margin: 0; font-size: 22px; line-height: 1.25; font-weight: 800; color: #1f3f6e;
}


body.page .drb-content{
  padding: var(--content-pad);
  line-height: 1.7;
}
body.page .drb-content::after{ content:""; display: table; clear: both; }

body.page .drb-content :where(p, body.page li, body.page blockquote, body.page dd, body.page dt, body.page figcaption){
  overflow-wrap: anywhere; word-break: normal;
}
body.page .drb-content img{ max-width:100%; height:auto; display:block; }
body.page .drb-content pre{ max-width:100%; overflow:auto; }
body.page .drb-content code{ word-break: break-word; }
body.page .drb-content :where(.alignwide, body.page .alignfull){ width:100%!important; max-width:100%!important; margin:0!important; }


body.page .drb-sectionhead{
  margin: 24px 0 14px;
  padding: 5px 18px;
  background: #f7fbff;
  border: 1px solid #dbe7f5;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(31,63,110,.04);
  position: relative; z-index: 2;
}
body.page .drb-sectionhead::before{
  content: ""; position: absolute; left: 0; top: 10px; bottom: 10px;
  width: 4px; border-radius: 4px; background: #4c89ff; pointer-events: none;
}
body.page .drb-sectionhead > h1, body.page .drb-sectionhead > h2{
  margin: 0; color:#173a6a; line-height:1.25; scroll-margin-top: 90px;
}
body.page .drb-sectionhead > h1{ font-size: 20px; font-weight: 800; }
body.page .drb-sectionhead > h2{ font-size: 18px; font-weight: 700; }


body.page .drb-content h3{
  margin-top:22px; margin-bottom:14px; padding-bottom:10px;
  position:relative; line-height:1.3; font-weight:700;
}
body.page .drb-content h3::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:2px;
  background: linear-gradient(to right, #4c89ff, #dbe7f5); opacity:.9; pointer-events:none;
}
body.page .drb-content h3.no-underline::after{ display:none; }


body.page .drb-tablewrap{
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 16px 0;
  border: 1px solid #e7eef9;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(31,63,110,.04);
}
body.page .drb-tablewrap::-webkit-scrollbar{ height: 10px; }
body.page .drb-tablewrap::-webkit-scrollbar-thumb{ background: #dbe7f5; border-radius: 8px; }

body.page .drb-table{
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  font-variant-numeric: tabular-nums;
}
body.page .drb-table caption{
  caption-side: top;
  padding: 12px 14px;
  font-weight: 600;
  background: #f8fbff;
  border-bottom: 1px solid #e7eef9;
}


body.page .drb-table thead th{
  text-align: left;
  background: var(--th-bg);
  color: var(--th-text);
  border-bottom: 1px solid var(--th-border);
  padding: 10px 12px;
  white-space: nowrap;
}


body.page .drb-table tbody th{
  background: var(--th-row-bg);
  color: var(--th-row-text);
  font-weight: 700;
  padding: 10px 12px;
  border-bottom: 1px solid #eef3fb;
  text-align: left;
  white-space: nowrap;
}


body.page .drb-table tbody td{
  padding: 10px 12px;
  border-bottom: 1px solid #eef3fb;
  vertical-align: top;
}


body.page .drb-table tbody tr:nth-child(odd) td{ background: #fcfdff; }
body.page .drb-table tbody tr:hover td{ background: #f7fbff; }


body.page .drb-table :is(td.is-num, body.page th.is-num){ text-align: right; }


body.page .drb-table.drb-table--sticky thead th{
  position: sticky; top: 0; z-index: 3; box-shadow: 0 1px 0 #e3ecfb;
}


body.page .drb-table a{ color: inherit; text-decoration: underline; }


@media (max-width: 600px){
  body.page :root{
    --page-outer-margin: 28px;
    --page-padding-x: 16px;
    --page-padding-y: 22px;
    --inset-gap: 8px;
    --title-pad-y: 14px;
    --title-pad-x: 16px;
    --content-pad: 16px;
  }
  body.page .drb-title{ font-size: 24px; }
  body.page .drb-sectionhead{ margin: 18px 0 12px; padding: 14px 14px; }
  body.page .drb-sectionhead::before{ top: 8px; bottom: 8px; }
  body.page .drb-sectionhead > h1{ font-size: 22px; }
  body.page .drb-sectionhead > h2{ font-size: 20px; }
}

/* Source module: single.php */
.drb-single article{
    max-width:860px; margin:24px auto; padding:28px 22px;
    background:transparent; border-radius:14px; position:relative; overflow:hidden;
  }
  .drb-single article::after{ content:""; position:absolute; inset:12px; background:#fff; border-radius:10px; z-index:0; }
  .drb-single article::before{ content:""; position:absolute; inset:12px; border:1px solid #dbe7f5; border-radius:10px; pointer-events:none; z-index:1; }
  .drb-single article > *{ position:relative; z-index:2; }

  
  .drb-single .drb-single-thumb{ margin:0 0 18px; border-radius:10px; overflow:hidden; }
  .drb-single .drb-single-thumb img{ display:block; width:100%; height:auto; object-fit:cover; }

  
  .drb-single .entry-title{ margin:0 0 16px; font-size:28px; font-weight:800; color:#1f3f6e; }
  .drb-single .entry-content{ line-height:1.7; }
  .drb-single .entry-content img, .drb-single .entry-content table{ max-width:100%; height:auto; }

  
  .drb-single .drb-share{
    margin:22px 0 0;
    padding-top:16px;
    border-top:1px solid #e2e8f0;
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
  }
  .drb-single .drb-share-label{
    font-weight:800;
    color:#143b6b;
    margin-right:6px;
  }
  .drb-single .drb-share-link{
    text-decoration:none;
    font-weight:800;
    background:transparent;
    border:none;
    padding:0;
    line-height:1.7;
  }
  .drb-single .drb-share-link:hover{ text-decoration:underline; }

  .drb-single .drb-share-link.fb{ color:#1877f2; }  
  .drb-single .drb-share-link.tw{ color:#000000; }  
  .drb-single .drb-share-link.wa{ color:#25d366; }  
  .drb-single .drb-share-link.tg{ color:#229ed9; }  

  
  .drb-single .drb-related-titles{
    max-width:860px; margin:16px auto 24px; padding:24px 18px;
    background:transparent; border-radius:14px; position:relative; overflow:hidden;
  }
  .drb-single .drb-related-titles::after{ content:""; position:absolute; inset:12px; background:#fff; border-radius:10px; }
  .drb-single .drb-related-titles::before{ content:""; position:absolute; inset:12px; border:1px solid #dbe7f5; border-radius:10px; pointer-events:none; }
  .drb-single .drb-related-titles > *{ position:relative; z-index:2; }

  .drb-single .drb-related-title{ margin:0 0 12px; font-size:22px; font-weight:800; color:#143b6b; }

  .drb-single .drb-related-list{ margin:0; padding:0 0 0 18px; }
  .drb-single .drb-related-item{ margin:8px 0; line-height:1.6; }
  .drb-single .drb-related-item a{ color:#143b6b; text-decoration:none; font-weight:800; }
  .drb-single .drb-related-item a:hover{ text-decoration:underline; }

  
  @media (max-width:600px){
    .drb-single article{ padding:22px 16px; }
    .drb-single article::before, .drb-single article::after{ inset:8px; }
    .drb-single .drb-related-titles{ padding:18px 14px; }
    .drb-single .drb-related-titles::before, .drb-single .drb-related-titles::after{ inset:8px; }
  }
	  
	  

.drb-single .drb-share-top{
  margin:14px 0 18px;
  padding-top:0;
  border-top:0;
  border-bottom:1px solid #e2e8f0;
  padding-bottom:12px;
}


.drb-single .drb-tags{
  margin:18px 0 0;
  padding-top:14px;
  border-top:1px solid #e2e8f0;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.drb-single .drb-tags-label{
  font-weight:800;
  color:#143b6b;
}
.drb-single .drb-tags-list{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.drb-single .drb-tag{
  display:inline-block;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:#143b6b;
}
.drb-single .drb-tag:hover{ text-decoration:underline; }
