.twfb-detail-page {
  background: #f4f4f5;
}

.twfb-detail-page .page-heading h1 {
  max-width: 960px;
  font-size: clamp(1.6rem, 3.3vw, 2.55rem);
  line-height: 1.12;
}

.twfb-sheet {
  background: #ffffff;
  border: 1px solid #d8d8dc;
  border-radius: 14px;
  padding: clamp(18px, 2.6vw, 34px);
  color: #111111;
}

.twfb-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
  margin-bottom: 24px;
}

.twfb-intro__content h2 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2.8vw, 3rem);
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.twfb-intro__content p {
  margin-bottom: 16px;
  color: #1f1f1f;
  font-size: 1.35rem;
  line-height: 1.45;
}

.twfb-intro__media {
  border-radius: 12px;
  border: 1px solid #dbdbdf;
  background: #f0f0f2;
  overflow: hidden;
}

.twfb-intro__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.twfb-specs h3,
.twfb-lower h3 {
  font-size: clamp(1.08rem, 2.2vw, 1.9rem);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.twfb-specs {
  border-top: 1px solid #bababe;
  margin-top: 8px;
  padding-top: 8px;
}

.twfb-specs-table-wrap {
  border: 1px solid #a6a6aa;
  background: #d9d9de;
}

.twfb-specs-table {
  width: 100%;
  border-collapse: collapse;
}

.twfb-specs-table th,
.twfb-specs-table td {
  vertical-align: top;
  padding: 8px 22px;
  font-size: clamp(0.98rem, 1.3vw, 1.18rem);
  line-height: 1.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.twfb-specs-table tr:last-child th,
.twfb-specs-table tr:last-child td {
  border-bottom: 0;
}

.twfb-specs-table th {
  width: 43%;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-right: 1px solid #a9a9ad;
}

.twfb-lower {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #b8b8bd;
  border-top: 0;
}

.twfb-lower__col {
  padding: 12px 14px 10px;
}

.twfb-lower__col--left {
  border-right: 1px solid #b8b8bd;
}

.twfb-lower ul {
  padding-left: 20px;
  margin: 0 0 12px;
}

.twfb-lower li {
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.45;
  margin-bottom: 5px;
}

.twfb-lower p {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.45;
}

.twfb-compliance-note {
  border-bottom: 1px solid #b8b8bd;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.twfb-doc-meta {
  margin-top: 0;
}

.twfb-doc-meta table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a9a9ad;
  border-top: 0;
}

.twfb-doc-meta th,
.twfb-doc-meta td {
  border: 1px solid #a9a9ad;
  padding: 6px 12px;
  font-size: clamp(0.92rem, 1.15vw, 1.12rem);
  line-height: 1.35;
}

.twfb-doc-meta th {
  font-weight: 500;
  width: 22%;
}

.twfb-doc-meta td {
  width: 28%;
}

@media (max-width: 991px) {
  .twfb-intro {
    grid-template-columns: 1fr;
  }

  .twfb-lower {
    grid-template-columns: 1fr;
  }

  .twfb-lower__col--left {
    border-right: 0;
    border-bottom: 1px solid #b8b8bd;
  }

  .twfb-specs-table th,
  .twfb-specs-table td {
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .twfb-sheet {
    border-radius: 10px;
    padding: 14px;
  }

  .twfb-doc-meta th,
  .twfb-doc-meta td {
    display: block;
    width: 100%;
  }
}

.technoweld-fire-blanket-detail-page .twfb-row-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.technoweld-fire-blanket-detail-page .twfb-single-pill {
  grid-template-columns: 1fr;
}

.technoweld-fire-blanket-detail-page .twfb-icon-band {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.technoweld-fire-blanket-detail-page .twfb-icon-card {
  border: 1px solid rgba(193, 214, 236, 0.35);
  border-radius: 14px;
  padding: 22px 20px;
  background: rgba(10, 17, 27, 0.48);
}

.technoweld-fire-blanket-detail-page .twfb-icon-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.technoweld-fire-blanket-detail-page .twfb-icon-head .material-symbols-outlined {
  font-size: 26px;
  line-height: 1;
  color: #edf4ff;
}

.technoweld-fire-blanket-detail-page .twfb-icon-head h3 {
  margin: 0;
  color: #edf4ff;
  font-size: 24px;
  line-height: 1.2;
}

.technoweld-fire-blanket-detail-page .twfb-icon-card p {
  margin: 0;
  color: #d5e4fb;
  font-size: 17px;
  line-height: 1.5;
}

.technoweld-fire-blanket-detail-page .twfb-icon-card ul {
  margin: 0;
  padding-left: 18px;
}

.technoweld-fire-blanket-detail-page .twfb-icon-card li {
  margin-top: 7px;
  color: #d5e4fb;
  font-size: 17px;
  line-height: 1.42;
}

.technoweld-fire-blanket-detail-page .twfb-icon-card li:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .technoweld-fire-blanket-detail-page .twfb-row-specs {
    grid-template-columns: 1fr;
  }

  .technoweld-fire-blanket-detail-page .twfb-icon-band {
    grid-template-columns: 1fr;
  }
}
