/* JBA v16.20.67 - modern single-product information, tabs and semantic stone accordion */
.jba-v162067-product-info,
.jba-v162067-stone-section{
  width:100%;
  max-width:none;
  margin:22px 0 0!important;
  padding:0;
  clear:both;
  box-sizing:border-box;
  direction:rtl;
}

.jba-v162067-product-info>.panel-body{
  width:100%;
  margin:0;
  padding:28px!important;
  border:1px solid #e2e8f0;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  box-shadow:0 14px 42px rgba(8,47,73,.075);
  box-sizing:border-box;
}

.jba-v162067-section-heading,
.jba-v162067-stone-heading{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
  margin:0 0 22px;
  padding:0 0 18px;
  border-bottom:1px solid #e8edf3;
  text-align:right;
}
.jba-v162067-section-heading>span,
.jba-v162067-stone-heading>div>span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 12px;
  border:1px solid rgba(201,145,34,.2);
  border-radius:999px;
  background:#fff8e8;
  color:#a66e0a;
  font-size:11px;
  font-weight:800;
}
.jba-v162067-section-heading h2,
.jba-v162067-stone-heading h2{
  margin:0;
  color:#082f49;
  font-size:clamp(20px,2.2vw,28px);
  font-weight:900;
  line-height:1.55;
}
.jba-v162067-section-heading p,
.jba-v162067-stone-heading p{
  margin:0;
  color:#718096;
  font-size:12px;
  line-height:1.95;
}

.jba-v162067-info-tabs{
  width:100%;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:#fff;
  box-shadow:none;
}
.jba-v162067-info-tabs>.tab{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:9px;
  border:0;
  border-bottom:1px solid #e8edf3;
  background:#f5f8fb;
}
.jba-v162067-info-tabs>.tab button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:0;
  min-height:50px;
  padding:11px 14px;
  border:1px solid transparent;
  border-radius:14px;
  background:transparent;
  color:#5d6d7d;
  font:inherit;
  font-size:12px;
  font-weight:800;
  line-height:1.6;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.jba-v162067-info-tabs>.tab button:hover{
  border-color:#dbe5ee;
  background:#fff;
  color:#082f49;
  transform:translateY(-1px);
}
.jba-v162067-info-tabs>.tab button.active{
  border-color:#123e63;
  background:linear-gradient(135deg,#082f49,#164f7b);
  color:#fff;
  box-shadow:0 8px 20px rgba(8,47,73,.18);
}
.jba-v162067-tab-icon{
  display:grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:9px;
  background:rgba(8,47,73,.08);
  color:#b67b12;
  font-size:13px;
}
.jba-v162067-info-tabs>.tab button.active .jba-v162067-tab-icon{
  background:rgba(255,255,255,.14);
  color:#ffd47b;
}

.jba-v162067-info-tabs>.tabcontent{
  display:none;
  width:100%;
  min-height:160px;
  padding:26px!important;
  box-sizing:border-box;
  background:#fff;
  color:#334155;
  text-align:right;
}
.jba-v162067-info-tabs>.tabcontent.active{
  display:block;
}
.jba-v162067-info-tabs>.tabcontent[hidden]{
  display:none!important;
}

.jba-v162067-richtext{
  color:#3f4d5c;
  font-size:13px;
  line-height:2.25;
  text-align:justify;
  overflow-wrap:anywhere;
}
.jba-v162067-richtext p{
  margin:0 0 14px;
  color:inherit;
  line-height:inherit;
}
.jba-v162067-richtext p:last-child{margin-bottom:0}
.jba-v162067-richtext h2,
.jba-v162067-richtext h3,
.jba-v162067-richtext h4{
  margin:20px 0 10px;
  color:#082f49;
  font-weight:900;
  line-height:1.75;
}
.jba-v162067-richtext ul,
.jba-v162067-richtext ol{
  margin:12px 0;
  padding-right:22px;
}
.jba-v162067-richtext li{margin:7px 0}
.jba-v162067-richtext a{color:#0b6ea8;text-decoration:none}
.jba-v162067-richtext a:hover{text-decoration:underline}
.jba-v162067-richtext img{
  max-width:100%;
  height:auto;
  border-radius:14px;
}
.jba-v162067-richtext table{
  width:100%;
  max-width:100%;
  border-collapse:collapse;
  overflow:auto;
}
.jba-v162067-richtext table td,
.jba-v162067-richtext table th{
  padding:10px;
  border:1px solid #e2e8f0;
}

.jba-v162067-process-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.jba-v162067-process-card{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:13px;
  align-items:start;
  min-height:130px;
  padding:18px;
  border:1px solid #e4eaf0;
  border-radius:17px;
  background:linear-gradient(145deg,#fff,#f9fbfd);
  box-sizing:border-box;
}
.jba-v162067-process-number{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:#082f49;
  color:#f6c967;
  font-size:18px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(8,47,73,.16);
}
.jba-v162067-process-card h3{
  margin:0 0 7px;
  color:#102f4a;
  font-size:14px;
  font-weight:900;
  line-height:1.7;
}
.jba-v162067-process-card p{
  margin:0;
  color:#667788;
  font-size:11px;
  line-height:2;
}
.jba-v162067-process-card strong{color:#9a690f}
.jba-v162067-process-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-top:15px;
  padding:14px 18px;
  border:1px solid #f1dcaa;
  border-radius:15px;
  background:#fffaf0;
  color:#6c5525;
  font-size:11px;
  line-height:1.9;
}
.jba-v162067-process-note strong{color:#8a5c08;font-size:12px}

.jba-v162067-video-wrap{
  overflow:hidden;
  width:100%;
  border:1px solid #e1e7ed;
  border-radius:18px;
  background:#071d2d;
  box-shadow:0 12px 30px rgba(8,47,73,.12);
}
.jba-v162067-video-wrap video{
  display:block;
  width:100%!important;
  max-height:620px;
  background:#071d2d;
}

.jba-v162067-stone-section{
  padding:26px;
  border:1px solid #e2e8f0;
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  box-shadow:0 14px 42px rgba(8,47,73,.065);
}
.jba-v162067-stone-heading{
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.jba-v162067-stone-heading>div{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
  min-width:0;
}
.jba-v162067-stone-mark{
  display:grid;
  place-items:center;
  flex:0 0 54px;
  width:54px;
  height:54px;
  border:1px solid #eed9a7;
  border-radius:17px;
  background:#fff8e8;
  color:#b67b12;
  font-size:24px;
}
.jba-v162067-stone-accordion{
  display:grid;
  gap:12px;
}
.jba-v162067-info-card{
  width:100%;
  margin:0;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 4px 14px rgba(8,47,73,.035);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.jba-v162067-info-card:hover{
  border-color:#ccd9e4;
  box-shadow:0 9px 24px rgba(8,47,73,.07);
}
.jba-v162067-info-card[open]{
  border-color:#c8d8e5;
  box-shadow:0 10px 28px rgba(8,47,73,.075);
}
.jba-v162067-info-card>summary{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 36px;
  gap:14px;
  align-items:center;
  min-height:82px;
  padding:13px 16px;
  list-style:none;
  cursor:pointer;
  user-select:none;
  background:linear-gradient(135deg,#fff,#f8fafc);
  box-sizing:border-box;
}
.jba-v162067-info-card>summary::-webkit-details-marker{display:none}
.jba-v162067-info-card>summary:focus-visible{
  outline:3px solid rgba(11,110,168,.18);
  outline-offset:-3px;
}
.jba-v162067-info-card__icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  overflow:hidden;
  border:1px solid #e7d8b6;
  border-radius:16px;
  background:#fff8e8;
}
.jba-v162067-info-card__icon img{
  display:block;
  width:46px;
  height:46px;
  object-fit:contain;
  border:0;
  border-radius:10px;
  background:transparent;
}
.jba-v162067-info-card__title{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
  text-align:right;
}
.jba-v162067-info-card__title strong{
  color:#102f4a;
  font-size:14px;
  font-weight:900;
  line-height:1.7;
}
.jba-v162067-info-card__title small{
  color:#8290a0;
  font-size:10px;
  line-height:1.8;
}
.jba-v162067-info-card__chevron{
  position:relative;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:#edf4f8;
}
.jba-v162067-info-card__chevron:before,
.jba-v162067-info-card__chevron:after{
  content:"";
  position:absolute;
  width:9px;
  height:2px;
  border-radius:2px;
  background:#0b5f91;
  transition:transform .2s ease;
}
.jba-v162067-info-card__chevron:before{transform:translateX(3px) rotate(45deg)}
.jba-v162067-info-card__chevron:after{transform:translateX(-3px) rotate(-45deg)}
.jba-v162067-info-card[open] .jba-v162067-info-card__chevron:before{transform:translateX(3px) rotate(-45deg)}
.jba-v162067-info-card[open] .jba-v162067-info-card__chevron:after{transform:translateX(-3px) rotate(45deg)}
.jba-v162067-info-card__content{
  padding:20px 22px 23px;
  border-top:1px solid #e8edf3;
  background:#fff;
}

/* Neutralize legacy jewel-detail boxes only inside the redesigned section. */
.jba-v162067-product-info .row,
.jba-v162067-stone-section .row{
  margin-left:0;
  margin-right:0;
}

@media (max-width:900px){
  .jba-v162067-product-info>.panel-body,
  .jba-v162067-stone-section{padding:20px!important;border-radius:22px}
  .jba-v162067-process-grid{grid-template-columns:1fr}
}

@media (max-width:680px){
  .jba-v162067-product-info,
  .jba-v162067-stone-section{margin-top:14px!important}
  .jba-v162067-product-info>.panel-body,
  .jba-v162067-stone-section{
    padding:14px!important;
    border-radius:18px;
    box-shadow:0 7px 22px rgba(8,47,73,.055);
  }
  .jba-v162067-section-heading,
  .jba-v162067-stone-heading{margin-bottom:14px;padding-bottom:13px}
  .jba-v162067-section-heading h2,
  .jba-v162067-stone-heading h2{font-size:18px}
  .jba-v162067-section-heading p,
  .jba-v162067-stone-heading p{font-size:10px}
  .jba-v162067-info-tabs{border-radius:16px}
  .jba-v162067-info-tabs>.tab{
    grid-template-columns:1fr;
    gap:6px;
    padding:7px;
  }
  .jba-v162067-info-tabs>.tab button{
    justify-content:flex-start;
    min-height:44px;
    padding:8px 11px;
    border-radius:11px;
  }
  .jba-v162067-info-tabs>.tabcontent{padding:17px!important;min-height:120px}
  .jba-v162067-richtext{font-size:12px;line-height:2.15;text-align:right}
  .jba-v162067-process-card{grid-template-columns:40px minmax(0,1fr);min-height:0;padding:14px}
  .jba-v162067-process-number{width:40px;height:40px;border-radius:12px;font-size:15px}
  .jba-v162067-process-note{align-items:flex-start;flex-direction:column;gap:3px;padding:12px 14px}
  .jba-v162067-stone-heading{align-items:flex-start}
  .jba-v162067-stone-mark{flex-basis:42px;width:42px;height:42px;border-radius:13px;font-size:18px}
  .jba-v162067-info-card{border-radius:15px}
  .jba-v162067-info-card>summary{
    grid-template-columns:46px minmax(0,1fr) 30px;
    gap:10px;
    min-height:70px;
    padding:10px 11px;
  }
  .jba-v162067-info-card__icon{width:46px;height:46px;border-radius:13px}
  .jba-v162067-info-card__icon img{width:38px;height:38px}
  .jba-v162067-info-card__title strong{font-size:12px}
  .jba-v162067-info-card__title small{font-size:9px}
  .jba-v162067-info-card__chevron{width:30px;height:30px;border-radius:10px}
  .jba-v162067-info-card__content{padding:15px 14px 17px}
}

@media (max-width:390px){
  .jba-v162067-info-card__title small{display:none}
  .jba-v162067-stone-heading p{display:none}
}
