/* =========================================================
   PBSTORE — Product Tech Sheet PDF
   CANONICAL_ID: 314933
   SCOPE: frontend
   LOCATION: head
   PRIORITY: 10
 *
 * v5
 * - slightly larger brand logo
 * - stronger brand card sizing
 * - text fallback kept visually centered
========================================================= */

.single-product .pbstore-techsheet-cta{
  margin:16px 0 12px;
  width:100%;
}

.single-product .pbstore-techsheet-btn{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 22px;
  border:1px solid rgba(17,40,74,.18);
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
  color:#11284a;
  font-size:16px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.01em;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(17,40,74,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
}

.single-product .pbstore-techsheet-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(17,40,74,.28);
  box-shadow:0 16px 30px rgba(17,40,74,.12);
}

.single-product .pbstore-techsheet-btn:disabled,
.single-product .pbstore-techsheet-btn.is-loading{
  opacity:.72;
  cursor:wait;
}

.single-product .pbstore-techsheet-btn__icon{
  font-size:18px;
  line-height:1;
}

.pbstore-techsheet-template{
  position:absolute !important;
  left:-99999px !important;
  top:0 !important;
  width:794px !important;
  max-width:794px !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:-1 !important;
  overflow:hidden !important;
}

.pbstore-techsheet-export-copy{
  position:fixed !important;
  left:-12000px !important;
  top:0 !important;
  width:794px !important;
  max-width:794px !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:none !important;
  z-index:-1 !important;
  background:#ffffff !important;
  overflow:visible !important;
}

.pbstore-techsheet-sheet{
  width:794px;
  min-height:1123px;
  padding:18px 22px 22px;
  background:#ffffff;
  color:#162739;
  font-family:"Plus Jakarta Sans","Inter",Arial,sans-serif;
  box-sizing:border-box;
}

.pbstore-techsheet-sheet *{
  box-sizing:border-box;
}

.pbstore-techsheet-sheet__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
}

.pbstore-techsheet-sheet__siteLogo{
  display:block;
  width:auto;
  max-width:180px;
  max-height:42px;
  object-fit:contain;
}

.pbstore-techsheet-sheet__siteName{
  font-size:20px;
  font-weight:800;
  color:#11284a;
}

.pbstore-techsheet-sheet__topbarText{
  font-size:10px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#6a7786;
}

.pbstore-techsheet-sheet__header{
  margin-bottom:12px;
}

.pbstore-techsheet-sheet__title{
  margin:0;
  font-size:24px;
  line-height:1.06;
  letter-spacing:-.04em;
  color:#0f2340;
}

.pbstore-techsheet-sheet__hero{
  display:grid;
  grid-template-columns:210px minmax(0,1fr) 144px;
  gap:14px;
  align-items:start;
  margin-bottom:14px;
}

.pbstore-techsheet-sheet__heroMedia{
  min-height:210px;
  border:1px solid #dbe2ea;
  border-radius:18px;
  background:#f7f9fb;
  overflow:hidden;
}

.pbstore-techsheet-sheet__mainImage{
  display:block;
  width:100%;
  height:210px;
  object-fit:contain;
  background:#ffffff;
}

.pbstore-techsheet-sheet__imageFallback{
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  text-align:center;
  color:#4f5f72;
  font-size:16px;
  font-weight:700;
}

.pbstore-techsheet-brandcard{
  display:flex;
  flex-direction:column;
  align-self:start;
  border:1px solid #dbe2ea;
  border-radius:18px;
  background:linear-gradient(180deg,#f8fafc 0%,#eef3f7 100%);
  overflow:hidden;
  min-height:178px;
}

.pbstore-techsheet-brandcard__brandbox{
  min-height:102px;
  padding:12px 10px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pbstore-techsheet-brandcard__logo{
  display:block;
  width:auto;
  max-width:124px;
  max-height:62px;
  object-fit:contain;
}

.pbstore-techsheet-brandcard__logo--svg{
  width:100%;
  max-width:124px;
  height:62px;
}

.pbstore-techsheet-brandcard__brandtext{
  text-align:center;
  font-size:18px;
  line-height:1.15;
  font-weight:800;
  color:#11284a;
  max-width:118px;
  margin:0 auto;
}

.pbstore-techsheet-brandcard__sku{
  padding:10px 10px 12px;
  border-top:1px solid #dbe2ea;
  text-align:center;
}

.pbstore-techsheet-brandcard__skuLabel{
  display:block;
  margin-bottom:5px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7a8796;
}

.pbstore-techsheet-brandcard__skuValue{
  display:block;
  font-size:18px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
  color:#11284a;
}

.pbstore-techsheet-block{
  margin-bottom:10px;
  padding:12px 14px;
  border:1px solid #dbe2ea;
  border-radius:16px;
  background:#f9fbfd;
}

.pbstore-techsheet-block--price{
  background:linear-gradient(180deg,#11284a 0%,#0b1b33 100%);
  border-color:rgba(17,40,74,.92);
  color:#ffffff;
}

.pbstore-techsheet-block__label{
  margin-bottom:7px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6a7786;
}

.pbstore-techsheet-block--price .pbstore-techsheet-block__label{
  color:rgba(255,255,255,.74);
}

.pbstore-techsheet-block__content{
  font-size:12px;
  line-height:1.5;
  color:#213446;
}

.pbstore-techsheet-block__content p,
.pbstore-techsheet-block__content ul,
.pbstore-techsheet-block__content ol{
  margin-top:0;
  margin-bottom:8px;
}

.pbstore-techsheet-block__content > *:last-child{
  margin-bottom:0 !important;
}

.pbstore-techsheet-block__price{
  font-size:24px;
  line-height:1.06;
  font-weight:800;
  letter-spacing:-.03em;
  color:#ffffff;
}

.pbstore-techsheet-block__price .amount,
.pbstore-techsheet-block__price .woocommerce-Price-amount{
  color:#ffffff !important;
}

.pbstore-techsheet-colors{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}

.pbstore-techsheet-colors.is-many{
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:7px;
}

.pbstore-techsheet-colors__item{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.pbstore-techsheet-colors__imageWrap{
  height:78px;
  border:1px solid #dbe2ea;
  border-radius:12px;
  overflow:hidden;
  background:#ffffff;
}

.pbstore-techsheet-colors__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#ffffff;
}

.pbstore-techsheet-colors__label{
  font-size:9px;
  line-height:1.25;
  color:#526274;
  word-break:break-word;
}

.pbstore-techsheet-block__content--table table{
  width:100%;
  border-collapse:collapse;
}

.pbstore-techsheet-block__content--table th,
.pbstore-techsheet-block__content--table td{
  padding:6px 8px;
  border:1px solid #dbe2ea;
  text-align:left;
  vertical-align:top;
  font-size:11px;
  line-height:1.35;
}

.pbstore-techsheet-block__content--table th{
  width:30%;
  font-weight:700;
  background:#f3f6f9;
  color:#1a2c40;
}

.pbstore-techsheet-block--avoid-break{
  break-inside:avoid;
  page-break-inside:avoid;
}
