.ih-shell {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  min-height: 100vh;
}

.ih-shell h1,
.ih-shell h2,
.ih-shell h3,
.ih-shell h4,
.ih-shell h5,
.ih-shell h6,
.ih-shell .btn,
.ih-shell input,
.ih-shell select,
.ih-shell textarea {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.ih-nav {
  background: rgba(0, 57, 35, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 10px 32px rgba(0, 41, 25, .16);
}

.ih-nav .navbar-collapse {
  gap: 12px;
}

.ih-nav .navbar-nav {
  align-items: center;
  gap: 2px;
}

.ih-brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.ih-brand-mark {
  align-items: center;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ih-brand-logo {
  height: 36px;
  max-width: 150px;
  object-fit: contain;
}

.ih-nav .navbar-brand {
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
}

.ih-nav .nav-link {
  color: rgba(255, 255, 255, .86);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.15;
  padding: .55rem .55rem !important;
  white-space: nowrap;
}

.ih-nav .nav-link:hover,
.ih-nav .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-radius: 9px;
}

.ih-nav-complaint {
  background: #c92a2a;
  border-color: #c92a2a;
  box-shadow: 0 8px 20px rgba(201, 42, 42, .22);
  font-weight: 700;
  line-height: 1.15;
  padding: .62rem .8rem;
  white-space: nowrap;
}

.ih-card {
  border: 1px solid #e6dfd3;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(21, 45, 35, .08);
}

.ih-muted {
  color: #5c6b63;
}

.ih-status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 7px;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
  padding: .5rem .78rem;
}

.ih-status i {
  font-size: 1rem;
}

.ih-verify-pill {
  align-items: center;
  color: #005b32;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  gap: 7px;
  line-height: 1;
  white-space: nowrap;
}

.ih-verify-pill i {
  color: #006939;
  font-size: 1.05rem;
}

.ih-home-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(221, 173, 83, .18), transparent 30%),
    linear-gradient(135deg, #083120 0%, #006939 56%, #0a7a49 100%);
  color: #fff;
  overflow: hidden;
}

.ih-home-hero h1 {
  color: #fff;
  letter-spacing: 0;
}

.ih-home-hero .lead {
  color: rgba(255, 255, 255, .86);
}

.ih-home-hero .form-control {
  border: 0;
  box-shadow: 0 16px 34px rgba(0, 44, 27, .16);
}

.ih-page-hero {
  background:
    radial-gradient(circle at 90% 12%, rgba(221, 173, 83, .14), transparent 28%),
    linear-gradient(135deg, #083120 0%, #006939 100%);
  color: #fff;
}

.ih-page-hero h1,
.ih-page-hero h2,
.ih-page-hero .h1,
.ih-page-hero .h2 {
  color: #fff;
}

.ih-home-stats {
  position: relative;
}

.ih-stat-card {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(0, 44, 27, .16);
  color: #17231d;
  display: grid;
  gap: 14px;
  grid-template-columns: 46px 1fr;
  min-height: 116px;
  padding: 18px;
}

.ih-stat-card i {
  align-items: center;
  background: #e8f6ee;
  border-radius: 13px;
  color: #006939;
  display: flex;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.ih-stat-card .fs-3 {
  color: #006939;
  line-height: 1;
}

.ih-stat-card div div:last-child {
  color: #5c6b63;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.25;
}

.ih-page-head {
  align-items: center;
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 20px;
}

.ih-page-head strong {
  align-items: center;
  background: #e8f6ee;
  border-radius: 999px;
  color: #006939;
  display: inline-flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 12px;
}

.ih-shop-filter {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  padding: 18px;
}

.ih-filter-group {
  border-bottom: 1px solid #f0eadf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.ih-filter-group:last-of-type {
  border-bottom: 0;
}

.ih-filter-label,
.ih-shop-filter .form-label {
  color: #26352e;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ih-check {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin: 2px 0;
  padding: 9px 8px;
  transition: background .15s ease, color .15s ease;
}

.ih-check:hover {
  background: #f4f8f5;
}

.ih-check input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.ih-check span {
  align-items: center;
  color: #3f4f47;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.25;
}

.ih-check span::before {
  align-items: center;
  border: 2px solid #cfd8d2;
  border-radius: 6px;
  color: #fff;
  content: "";
  display: inline-flex;
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.ih-check input:checked + span {
  color: #006939;
  font-weight: 700;
}

.ih-check input:checked + span::before {
  background: #006939;
  border-color: #006939;
  content: "\f26e";
}

.ih-filter-scroll {
  padding-right: 4px;
}

.ih-shop-filter .form-range {
  accent-color: #006939;
}

.ih-shop-filter .form-range::-webkit-slider-thumb {
  background: #006939;
}

.ih-shop-filter .form-range::-moz-range-thumb {
  background: #006939;
  border-color: #006939;
}

.ih-product-thumb,
.ih-market-thumb {
  background: #f8f5ed;
  border-bottom: 1px solid #e6dfd3;
  border-radius: 14px 14px 0 0;
  height: 156px;
  overflow: hidden;
}

.ih-product-thumb img,
.ih-market-thumb img,
.ih-company-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ih-thumb-placeholder,
.ih-company-thumb,
.ih-ecode-visual {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ih-thumb-placeholder {
  background:
    radial-gradient(circle at 70% 20%, rgba(0, 105, 57, .16), transparent 30%),
    linear-gradient(135deg, #f8f5ed, #e8f6ee);
  color: #006939;
  font-size: 42px;
  height: 100%;
  width: 100%;
}

.ih-company-thumb {
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  color: #006939;
  font-size: 36px;
  height: 112px;
  margin-bottom: 14px;
  overflow: hidden;
}

.ih-company-thumb img {
  object-fit: contain;
  padding: 18px;
}

.ih-ecode-visual {
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  color: #006939;
  flex-direction: column;
  gap: 8px;
  height: 112px;
  margin-bottom: 14px;
}

.ih-ecode-visual i {
  font-size: 30px;
}

.ih-ecode-visual span {
  color: #17231d;
  font-family: monospace;
  font-size: 20px;
  font-weight: 700;
}

.ih-price-limit {
  align-items: center;
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  color: #506158;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  min-height: 38px;
}

.ih-price-line {
  align-items: center;
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  color: #17231d;
  display: flex;
  gap: 10px;
  padding: 11px 12px;
}

.ih-price-line i {
  color: #006939;
}

.ih-price-line strong {
  font-size: 18px;
  line-height: 1.1;
}

.ih-service-card-active {
  border-color: rgba(0, 105, 57, .35) !important;
  box-shadow: 0 12px 30px rgba(0, 105, 57, .1);
}

.ih-chain {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  position: relative;
}

.ih-chain-item {
  display: grid;
  gap: 12px;
  grid-template-columns: 38px 1fr;
  min-width: 0;
  position: relative;
}

.ih-chain-item::before {
  background: #dbe8df;
  bottom: -14px;
  content: "";
  left: 18px;
  position: absolute;
  top: 42px;
  width: 2px;
}

.ih-chain-item:last-child::before {
  display: none;
}

.ih-chain-marker {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin-top: 4px;
  position: relative;
  width: 38px;
  z-index: 1;
}

.ih-chain-card {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(21, 45, 35, .05);
  min-width: 0;
  padding: 14px 16px;
}

.ih-chain-card .badge {
  border-radius: 999px;
  font-size: .8rem;
  padding: .38rem .62rem;
}

.ih-chain-card p {
  line-height: 1.55;
  margin-bottom: .75rem;
}

.ih-chain-meta {
  display: grid;
  gap: 6px;
}

.ih-chain-item--passed .ih-chain-marker {
  background: #006939;
}

.ih-chain-item--passed .ih-chain-card {
  border-color: rgba(0, 105, 57, .25);
}

.ih-chain-item--warning .ih-chain-marker {
  background: #f59f00;
}

.ih-chain-item--warning .ih-chain-card {
  border-color: rgba(245, 159, 0, .35);
}

.ih-chain-item--failed .ih-chain-marker {
  background: #dc3545;
}

.ih-chain-item--failed .ih-chain-card {
  border-color: rgba(220, 53, 69, .3);
}

.ih-chain-item--pending .ih-chain-marker {
  background: #6c757d;
}

.ih-banner {
  align-items: center;
  background: #fff;
  border: 1px solid #e6dfd3;
  border-left: 6px solid #006939;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(21, 45, 35, .08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px;
}

.ih-news-card,
.ih-ecode-card,
.ih-mini-ecode {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  height: 100%;
  padding: 18px;
}

.ih-news-card p {
  color: #66756d;
  margin: 0;
}

.ih-news-card {
  display: block;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ih-news-card:hover {
  border-color: rgba(0, 105, 57, .35);
  box-shadow: 0 12px 30px rgba(21, 45, 35, .1);
  transform: translateY(-1px);
}

.ih-news-hero {
  background: #006939;
  color: #fff;
}

.ih-news-hero p {
  color: rgba(255, 255, 255, .74);
  max-width: 760px;
}

.ih-news-icon {
  align-items: center;
  background: #e7f6ee;
  border-radius: 10px;
  color: #006939;
  display: flex;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  margin-bottom: 14px;
  width: 42px;
}

.ih-article {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  margin: 0 auto;
  max-width: 860px;
  padding: 28px;
}

.ih-article h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 14px;
}

.ih-article-body {
  color: #33443b;
  line-height: 1.8;
}

.ih-partners {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.ih-partners span {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  color: #006939;
  font-weight: 700;
  padding: 18px;
  text-align: center;
}

.ih-ecode-card--halal {
  border-top: 4px solid #006939;
}

.ih-ecode-card--haram {
  border-top: 4px solid #dc3545;
}

.ih-ecode-card--doubtful {
  border-top: 4px solid #f59f00;
}

.ih-reason {
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  color: #3d4a43;
  font-size: 14px;
  line-height: 1.55;
  padding: 12px 14px;
}

.ih-mini-ecode {
  height: auto;
  width: 100%;
}

.ih-ecode-link {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ih-ecode-link:hover {
  border-color: rgba(0, 105, 57, .35);
  box-shadow: 0 12px 30px rgba(21, 45, 35, .1);
  color: inherit;
  transform: translateY(-1px);
}

.ih-ecode-chip {
  border: 1px solid #d9d2c7;
  border-radius: 999px;
  color: #26352e;
  font-family: monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 9px;
  text-decoration: none;
}

.ih-ecode-chip:hover {
  color: #006939;
}

.ih-ecode-chip--halal {
  background: #e8f6ee;
  border-color: rgba(0, 105, 57, .35);
}

.ih-ecode-chip--haram {
  background: #f8d7da;
  border-color: rgba(220, 53, 69, .35);
}

.ih-ecode-chip--doubtful {
  background: #fff3cd;
  border-color: rgba(245, 159, 0, .45);
}

.ih-chain-ecodes {
  border-top: 1px solid #eee7dc;
  padding-top: 12px;
}

.ih-text-preline {
  line-height: 1.7;
  white-space: pre-line;
}

.ih-company-card,
.ih-service-card {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  display: block;
  height: 100%;
  padding: 18px;
}

.ih-registry-hero {
  background: #006939;
  color: #fff;
}

.ih-registry-hero p {
  color: rgba(255, 255, 255, .74);
  max-width: 760px;
}

.ih-registry-stat,
.ih-hero-metric {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  min-height: 96px;
  padding: 16px;
}

.ih-registry-stat strong,
.ih-hero-metric strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.ih-registry-stat span,
.ih-hero-metric span {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-size: 13px;
  margin-top: 8px;
}

.ih-filter-panel {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .05);
  padding: 14px;
}

.ih-company-card {
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ih-company-card:hover {
  border-color: rgba(0, 105, 57, .35);
  box-shadow: 0 12px 30px rgba(21, 45, 35, .1);
  transform: translateY(-1px);
}

.ih-company-services {
  background: #f8f5ed;
  border-radius: 8px;
  color: #56635c;
  font-size: 13px;
  line-height: 1.45;
  padding: 10px 12px;
}

.ih-card-link {
  align-items: center;
  color: #006939;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
}

.ih-company-profile-main,
.ih-trust-card {
  border-radius: 14px;
  height: 100%;
  padding: 24px;
}

.ih-company-profile-main {
  background: #006939;
  color: #fff;
}

.ih-company-profile-main p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.ih-trust-card {
  background: #fff;
  border: 1px solid #e6dfd3;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
}

.ih-trust-item {
  align-items: flex-start;
  border-top: 1px solid #eee7dc;
  display: grid;
  gap: 10px;
  grid-template-columns: 28px 1fr;
  padding: 13px 0;
}

.ih-trust-item i {
  color: #006939;
  font-size: 20px;
}

.ih-audit-note {
  background: #fff9e8;
  border: 1px solid #f0dfb2;
  border-radius: 10px;
  color: #604815;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 14px;
}

.ih-faq-card {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  height: 100%;
  padding: 20px;
}

.ih-faq-card h2 {
  color: #006939;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 8px 0 14px;
}

.ih-chain-mini {
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
  padding: 14px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.ih-chain-mini:hover {
  border-color: rgba(0, 105, 57, .35);
  box-shadow: 0 8px 22px rgba(21, 45, 35, .08);
}

.ih-linked-product,
.ih-listing-mini {
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
  padding: 14px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ih-linked-product:hover,
.ih-listing-mini:hover {
  border-color: rgba(0, 105, 57, .35);
  box-shadow: 0 8px 22px rgba(21, 45, 35, .08);
  transform: translateY(-1px);
}

.ih-product-company {
  align-items: center;
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px;
}

.ih-product-qr {
  align-items: center;
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  display: grid;
  gap: 14px;
  grid-template-columns: 92px 1fr;
  padding: 12px;
}

.ih-product-qr img {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 8px;
  height: 92px;
  padding: 6px;
  width: 92px;
}

.ih-product-label {
  background: #fff;
  border: 1px solid #d8d0c4;
  border-radius: 10px;
  box-shadow: 0 14px 40px rgba(21, 45, 35, .1);
  margin: 0 auto;
  max-width: 760px;
  padding: 28px;
}

.ih-product-label-head {
  align-items: flex-start;
  border-bottom: 1px solid #e6dfd3;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 18px;
}

.ih-product-label-brand {
  color: #006939;
  font-size: 30px;
  font-weight: 700;
}

.ih-product-label-main {
  display: grid;
  gap: 24px;
  grid-template-columns: 190px 1fr;
  padding-top: 24px;
}

.ih-product-label-main h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ih-product-label-qr img {
  border: 1px solid #e6dfd3;
  border-radius: 8px;
  height: 190px;
  padding: 10px;
  width: 190px;
}

.ih-product-label-row {
  border-top: 1px solid #eee7dc;
  display: grid;
  gap: 8px;
  grid-template-columns: 150px 1fr;
  padding: 10px 0;
}

.ih-product-label-row span {
  color: #66756d;
}

.ih-product-label-row strong {
  overflow-wrap: anywhere;
}

.ih-map-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-map-metrics div {
  background: #f8f5ed;
  border: 1px solid #e6dfd3;
  border-radius: 10px;
  padding: 14px;
}

.ih-map-metrics strong {
  color: #006939;
  display: block;
  font-size: 28px;
  line-height: 1;
}

.ih-map-metrics span {
  color: #66756d;
  display: block;
  font-size: 13px;
  margin-top: 6px;
}

.ih-verification-map {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ih-map-node {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  color: #26352e;
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr;
  min-height: 190px;
  padding: 16px;
  position: relative;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ih-map-node::after {
  background: #d8d0c4;
  content: "";
  height: 2px;
  left: calc(100% + 1px);
  position: absolute;
  top: 36px;
  width: 12px;
}

.ih-map-node:last-child::after {
  display: none;
}

.ih-map-node:hover {
  color: #26352e;
  transform: translateY(-1px);
}

.ih-map-node-icon {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ih-map-node h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.ih-map-node p {
  color: #66756d;
  font-size: 13px;
  line-height: 1.45;
  margin: 8px 0 0;
}

.ih-map-dot {
  border-radius: 999px;
  display: block;
  flex: 0 0 auto;
  height: 10px;
  margin-top: 4px;
  width: 10px;
}

.ih-map-link {
  color: #006939;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}

.ih-map-node--passed {
  border-color: rgba(0, 105, 57, .28);
}

.ih-map-node--passed .ih-map-node-icon,
.ih-map-node--passed .ih-map-dot {
  background: #006939;
}

.ih-map-node--passed:hover {
  box-shadow: 0 12px 30px rgba(0, 105, 57, .12);
}

.ih-map-node--warning {
  border-color: rgba(245, 159, 0, .38);
}

.ih-map-node--warning .ih-map-node-icon,
.ih-map-node--warning .ih-map-dot {
  background: #f59f00;
}

.ih-map-node--warning:hover {
  box-shadow: 0 12px 30px rgba(245, 159, 0, .12);
}

.ih-map-node--failed {
  border-color: rgba(220, 53, 69, .35);
}

.ih-map-node--failed .ih-map-node-icon,
.ih-map-node--failed .ih-map-dot {
  background: #dc3545;
}

.ih-map-node--failed:hover {
  box-shadow: 0 12px 30px rgba(220, 53, 69, .12);
}

.ih-market-hero {
  background: #006939;
  color: #fff;
}

.ih-market-hero p {
  color: rgba(255, 255, 255, .74);
}

.ih-market-card {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  height: 100%;
  padding: 18px;
}

.ih-market-card .ih-market-thumb {
  border-radius: 12px 12px 0 0;
  margin: -18px -18px 16px;
}

.ih-market-card p {
  color: #66756d;
}

.ih-market-meta {
  color: #4e5c55;
  display: grid;
  font-size: 14px;
  gap: 7px;
}

.ih-market-company {
  align-items: center;
  color: #006939;
  display: flex;
  font-weight: 700;
  gap: 8px;
  margin-top: 12px;
  text-decoration: none;
}

.ih-services-hero {
  background: #006939;
  color: #fff;
}

.ih-services-hero p {
  color: rgba(255, 255, 255, .76);
}

.ih-service-strip {
  display: grid;
  gap: 10px;
}

.ih-service-strip span {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  font-weight: 700;
  padding: 14px 16px;
}

.ih-service-card i,
.ih-success-icon {
  align-items: center;
  background: #e7f6ee;
  border-radius: 10px;
  color: #006939;
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  margin-bottom: 14px;
  width: 44px;
}

.ih-service-card h2 {
  font-size: 18px;
  font-weight: 700;
}

.ih-service-card p {
  color: #66756d;
  margin: 0;
}

.ih-audience-card,
.ih-process-panel,
.ih-home-services {
  background: #fff;
  border: 1px solid #e6dfd3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(21, 45, 35, .06);
  height: 100%;
  padding: 20px;
}

.ih-home-services {
  background: #f8f5ed;
}

.ih-home-services p,
.ih-audience-card p,
.ih-process-step p {
  color: #66756d;
}

.ih-audience-icon {
  align-items: center;
  background: #e7f6ee;
  border-radius: 10px;
  color: #006939;
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  margin-bottom: 14px;
  width: 44px;
}

.ih-audience-card h2 {
  font-size: 18px;
  font-weight: 700;
}

.ih-process-step {
  border-top: 1px solid #eee7dc;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr;
  padding: 14px 0;
}

.ih-process-step span {
  align-items: center;
  background: #006939;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ih-process-step p {
  font-size: 14px;
  margin: 4px 0 0;
}

.ih-success-icon {
  border-radius: 999px;
  font-size: 28px;
  height: 58px;
  margin: 0 auto;
  width: 58px;
}

.ih-certificate {
  background: #fff;
  border: 1px solid #ded6c8;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(21, 45, 35, .1);
  color: #18251f;
  margin: 0 auto;
  max-width: 980px;
  padding: 34px;
}

.ih-certificate-header,
.ih-certificate-footer {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.ih-certificate-brand {
  color: #006939;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
}

.ih-certificate-qr {
  border: 1px solid #ded6c8;
  border-radius: 8px;
  height: 132px;
  padding: 8px;
  width: 132px;
}

.ih-certificate-title {
  border-bottom: 2px solid #006939;
  border-top: 2px solid #006939;
  margin: 28px 0;
  padding: 24px 0;
}

.ih-certificate-title h1 {
  font-size: 38px;
  font-weight: 700;
  margin: 4px 0 12px;
}

.ih-cert-block {
  border: 1px solid #e6dfd3;
  border-radius: 8px;
  height: 100%;
  padding: 18px;
}

.ih-cert-block h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.ih-certificate-footer {
  border-top: 1px solid #e6dfd3;
  color: #66756d;
  font-size: 13px;
  margin-top: 28px;
  padding-top: 18px;
}

@media print {
  body {
    background: #fff !important;
  }

  .ih-print-hide,
  .navbar,
  footer {
    display: none !important;
  }

  .ih-cert-page {
    padding: 0 !important;
  }

  .ih-cert-page .container {
    max-width: none !important;
    padding: 0 !important;
  }

  .ih-certificate {
    border: 0;
    box-shadow: none;
    max-width: none;
    padding: 24px;
  }

  .ih-product-label {
    border: 0;
    box-shadow: none;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .ih-nav .navbar-nav {
    align-items: stretch;
    padding-top: 12px;
  }

  .ih-nav .nav-link,
  .ih-nav-complaint {
    white-space: normal;
  }

  .ih-shop-filter {
    position: static;
  }

  .ih-verification-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-map-node::after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .ih-nav .navbar-brand {
    font-size: 1.05rem;
  }

  .ih-nav .nav-link {
    font-size: .86rem;
    padding-left: .42rem !important;
    padding-right: .42rem !important;
  }

  .ih-nav-complaint {
    font-size: .84rem;
    padding-left: .66rem;
    padding-right: .66rem;
  }
}

@media (max-width: 575px) {
  .ih-chain {
    grid-template-columns: 1fr;
  }

  .ih-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .ih-product-company {
    align-items: stretch;
    flex-direction: column;
  }

  .ih-product-qr,
  .ih-product-label-main,
  .ih-product-label-row {
    grid-template-columns: 1fr;
  }

  .ih-map-metrics,
  .ih-verification-map {
    grid-template-columns: 1fr;
  }

  .ih-map-node {
    min-height: auto;
  }

  .ih-map-node::after {
    display: none;
  }
}

/* Premium registry redesign layer inspired by the new dashboard design pack. */
:root {
  --ih-primary: #006939;
  --ih-primary-dark: #073b29;
  --ih-primary-soft: #e8f4ee;
  --ih-gold: #c89b3c;
  --ih-gold-soft: #fff7df;
  --ih-danger: #c92a2a;
  --ih-warning: #d58a00;
  --ih-ink: #17231d;
  --ih-muted-2: #66756d;
  --ih-line: #e7ecdf;
  --ih-page: #f5f7f1;
  --ih-card-bg: rgba(255, 255, 255, .94);
  --ih-radius: 18px;
  --ih-radius-sm: 12px;
  --ih-shadow-sm: 0 8px 22px rgba(18, 54, 39, .07);
  --ih-shadow: 0 18px 48px rgba(18, 54, 39, .12);
}

body {
  background:
    radial-gradient(circle at 8% 3%, rgba(200, 155, 60, .14), transparent 28%),
    linear-gradient(180deg, #fbfcf8 0%, var(--ih-page) 42%, #fff 100%);
  color: var(--ih-ink);
}

.ih-shell {
  background: transparent;
}

.ih-main {
  padding-top: 18px;
}

.ih-nav {
  background:
    radial-gradient(circle at 95% 10%, rgba(200, 155, 60, .22), transparent 30%),
    linear-gradient(135deg, #073b29 0%, #005b32 55%, #006939 100%) !important;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0 0 22px 22px;
  box-shadow: 0 16px 44px rgba(4, 45, 29, .18);
  min-height: 78px;
}

.ih-brand {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  padding: 7px 12px;
}

.ih-brand-logo {
  background: rgba(255, 255, 255, .92);
  border-radius: 11px;
  height: 40px;
  max-width: 170px;
  padding: 3px;
}

.ih-brand-mark {
  background: rgba(255, 255, 255, .16);
  border-radius: 13px;
  height: 40px;
  width: 40px;
}

.ih-nav .nav-link {
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  padding: .65rem .78rem !important;
}

.ih-nav .nav-link:hover,
.ih-nav .nav-link:focus {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.ih-nav-complaint {
  background: #d12f2f;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(190, 36, 36, .28);
}

.btn {
  border-radius: 12px;
  font-weight: 700;
}

.btn-success {
  background: linear-gradient(135deg, #007b45, var(--ih-primary));
  border-color: var(--ih-primary);
  box-shadow: 0 10px 22px rgba(0, 105, 57, .18);
}

.btn-success:hover {
  background: linear-gradient(135deg, #006939, #00532f);
  border-color: #00532f;
}

.btn-outline-success {
  border-color: rgba(0, 105, 57, .34);
  color: var(--ih-primary);
}

.btn-outline-success:hover {
  background: var(--ih-primary);
  border-color: var(--ih-primary);
}

.btn-light {
  background: #fff;
  border-color: rgba(255, 255, 255, .5);
  color: var(--ih-primary-dark);
}

.ih-home-hero,
.ih-page-hero,
.ih-market-hero,
.ih-services-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(200, 155, 60, .28), transparent 24%),
    linear-gradient(135deg, #073b29 0%, #006939 68%, #0f7d4d 100%);
  border-radius: 0 0 34px 34px;
  color: #fff;
  margin-top: -18px;
  overflow: hidden;
  position: relative;
}

.ih-home-hero::after,
.ih-page-hero::after,
.ih-market-hero::after,
.ih-services-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: .35;
  pointer-events: none;
  position: absolute;
}

.ih-home-hero > .container,
.ih-page-hero > .container,
.ih-market-hero > .container,
.ih-services-hero > .container {
  position: relative;
  z-index: 1;
}

.ih-home-hero .lead,
.ih-page-hero .lead,
.ih-market-hero .lead,
.ih-services-hero .lead {
  color: rgba(255, 255, 255, .82);
}

.ih-home-hero .form-control,
.ih-page-hero .form-control {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
  min-height: 56px;
}

.ih-stat-card,
.ih-card,
.ih-market-card,
.ih-news-card,
.ih-company-card,
.ih-service-card,
.ih-home-services,
.ih-trust-card,
.ih-faq-card,
.ih-linked-product,
.ih-chain-mini,
.ih-listing-mini,
.ih-product-company,
.ih-reason,
.ih-banner,
.ih-shop-filter,
.ih-certificate,
.ih-product-label {
  background: var(--ih-card-bg);
  border: 1px solid rgba(231, 236, 223, .95);
  border-radius: var(--ih-radius);
  box-shadow: var(--ih-shadow-sm);
}

.ih-card:hover,
.ih-market-card:hover,
.ih-news-card:hover,
.ih-company-card:hover,
.ih-linked-product:hover {
  box-shadow: var(--ih-shadow);
  transform: translateY(-2px);
}

.ih-card,
.ih-market-card,
.ih-news-card,
.ih-company-card,
.ih-linked-product {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ih-page-head {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 155, 60, .18), transparent 24%),
    #fff;
  border: 1px solid var(--ih-line);
  border-radius: 22px;
  box-shadow: var(--ih-shadow-sm);
  padding: 22px 24px;
}

.ih-page-head strong {
  align-items: center;
  background: var(--ih-primary-soft);
  border-radius: 16px;
  color: var(--ih-primary);
  display: inline-flex;
  font-size: 1.35rem;
  min-height: 52px;
  min-width: 62px;
  justify-content: center;
  padding: 8px 14px;
}

.ih-shop-filter {
  padding: 18px;
}

.ih-filter-group {
  border-bottom: 1px solid var(--ih-line);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.ih-filter-group:last-of-type {
  border-bottom: 0;
}

.ih-filter-label,
.form-label {
  color: var(--ih-ink);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.form-control,
.form-select {
  border-color: #dfe7dc;
  border-radius: 12px;
  min-height: 44px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(0, 105, 57, .55);
  box-shadow: 0 0 0 .2rem rgba(0, 105, 57, .12);
}

.ih-check {
  align-items: flex-start;
  border-radius: 12px;
  color: var(--ih-ink);
  display: flex;
  gap: 9px;
  line-height: 1.25;
  padding: 8px 9px;
}

.ih-check:hover {
  background: #f4f8f1;
}

.ih-check input {
  accent-color: var(--ih-primary);
  margin-top: 2px;
}

.ih-product-thumb,
.ih-market-thumb {
  background:
    linear-gradient(135deg, #eef5ef, #fff);
  border-radius: 16px 16px 0 0;
  min-height: 170px;
  overflow: hidden;
}

.ih-product-thumb img,
.ih-market-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ih-thumb-placeholder {
  align-items: center;
  color: var(--ih-primary);
  display: flex;
  font-size: 2.2rem;
  height: 170px;
  justify-content: center;
}

.ih-status {
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 8px 20px rgba(19, 50, 36, .08);
  font-size: .78rem;
  padding: .48rem .68rem;
}

.ih-status.bg-success {
  background: #e4f6ec !important;
  color: #006939 !important;
}

.ih-status.bg-danger {
  background: #fff0f0 !important;
  color: #c92a2a !important;
}

.ih-status.bg-warning {
  background: #fff6dc !important;
  color: #8a5a00 !important;
}

.ih-verify-pill {
  background: #e6f6ee;
  border: 1px solid rgba(0, 105, 57, .16);
  border-radius: 999px;
  gap: 6px;
  padding: .42rem .68rem;
}

.ih-banner {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 155, 60, .16), transparent 30%),
    #fff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px;
}

.ih-home-services {
  height: 100%;
  padding: 28px;
}

.ih-service-card {
  height: 100%;
  padding: 22px;
}

.ih-service-card i,
.ih-news-icon,
.ih-stat-card i {
  align-items: center;
  background: var(--ih-primary-soft);
  border-radius: 14px;
  color: var(--ih-primary);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ih-stat-card {
  align-items: center;
  color: var(--ih-ink);
  display: flex;
  gap: 14px;
  height: 100%;
  padding: 18px;
}

.ih-market-card,
.ih-news-card,
.ih-company-card {
  display: block;
  height: 100%;
  padding: 20px;
}

.ih-market-card .ih-market-thumb {
  margin: -20px -20px 18px;
}

.ih-price-line {
  align-items: center;
  background: var(--ih-gold-soft);
  border: 1px solid rgba(200, 155, 60, .24);
  border-radius: 12px;
  color: #6b4b08;
  display: inline-flex;
  gap: 8px;
  padding: 8px 11px;
}

.ih-market-meta {
  color: var(--ih-muted-2);
  display: grid;
  gap: 7px;
  font-size: .9rem;
}

.ih-market-company {
  align-items: center;
  color: var(--ih-primary);
  display: inline-flex;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
}

.ih-verification-map,
.ih-map-metrics {
  gap: 14px;
}

.ih-map-node,
.ih-map-metric,
.ih-chain-step {
  border-color: var(--ih-line);
  border-radius: 16px;
  box-shadow: var(--ih-shadow-sm);
}

.table {
  --bs-table-bg: transparent;
}

.table thead th {
  background: #f4f8f1;
  border-bottom: 1px solid var(--ih-line);
  color: var(--ih-muted-2);
  font-size: .78rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.table td,
.table th {
  padding: .85rem .9rem;
}

.alert {
  border: 0;
  border-radius: 16px;
  box-shadow: var(--ih-shadow-sm);
}

.ih-footer {
  background: #fff;
  border-top: 1px solid var(--ih-line);
  margin-top: 48px;
  padding: 24px 0;
}

.ih-footer a {
  color: var(--ih-primary);
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 992px) {
  .ih-shop-filter {
    position: sticky;
    top: 18px;
  }
}

@media (max-width: 991px) {
  .ih-nav {
    border-radius: 0 0 18px 18px;
  }

  .ih-main {
    padding-top: 10px;
  }

  .ih-home-hero,
  .ih-page-hero,
  .ih-market-hero,
  .ih-services-hero {
    border-radius: 0 0 24px 24px;
  }
}


/* Kept top navigation in Stitch-like white registry style */
.ih-top-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.ih-top-header__inner {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 24px;
  width: 100%;
}

.ih-top-header__left,
.ih-top-header__right,
.ih-top-header__nav,
.ih-lang-switch {
  align-items: center;
  display: flex;
}

.ih-top-header__left { gap: 32px; }
.ih-top-header__right { gap: 16px; }
.ih-top-header__nav { gap: 24px; }
.ih-lang-switch { gap: 6px; }

.ih-top-brand {
  align-items: center;
  color: #064e3b;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}

.ih-top-brand img {
  height: 36px;
  max-width: 150px;
  object-fit: contain;
}

.ih-top-header__nav a {
  border-bottom: 2px solid transparent;
  color: #4b5563;
  font-size: .92rem;
  font-weight: 700;
  padding: 20px 0 17px;
  text-decoration: none;
  white-space: nowrap;
}

.ih-top-header__nav a:hover,
.ih-top-header__nav a:focus {
  border-bottom-color: #064e3b;
  color: #064e3b;
}

.ih-top-login,
.ih-lang-switch a {
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
}

.ih-lang-switch a {
  border: 1px solid #d1d5db;
  color: #064e3b;
}

.ih-lang-switch a.active {
  background: #064e3b;
  border-color: #064e3b;
  color: #fff;
}

.ih-top-login {
  background: #064e3b;
  color: #fff;
}

.ih-mobile-toggle { display: none; }

@media (max-width: 991px) {
  .ih-top-header__inner {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    padding: 12px 16px;
  }

  .ih-top-header__left,
  .ih-top-header__right,
  .ih-top-header__nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .ih-top-header__nav a { padding: 4px 0; }
}

/* Sharper official registry corners */
.ih-card,
.ih-stat-card,
.ih-page-head,
.ih-shop-filter,
.ih-banner,
.ih-home-services,
.ih-service-card,
.ih-market-card,
.ih-news-card,
.ih-company-card,
.ih-audience-card,
.ih-process-panel,
.ih-request-card,
.ih-trust-card,
.ih-linked-product,
.ih-chain-mini,
.ih-listing-mini,
.ih-ecode-card,
.ih-standard-card,
.ih-company-profile-main,
.ih-registry-stat,
.ih-hero-metric,
.alert,
.form-control,
.form-select,
.btn,
.dropdown-menu {
  border-radius: 6px !important;
}

.ih-product-thumb,
.ih-market-thumb,
.ih-company-thumb {
  border-radius: 6px 6px 0 0 !important;
}

.ih-stat-card i,
.ih-service-card i,
.ih-news-icon,
.ih-audience-icon,
.ih-brand-mark,
.ih-top-login,
.ih-lang-switch a,
.ih-check,
.ih-price-line,
.ih-product-company,
.ih-reason,
.ih-audit-note,
.ih-chain-card,
.ih-map-node,
.ih-map-metric {
  border-radius: 5px !important;
}

.ih-status,
.badge,
.ih-verify-pill,
.ih-ecode-chip,
.ih-mini-ecode {
  border-radius: 5px !important;
}

.ih-verify-pill {
  background: #edf8f2 !important;
  border: 1px solid rgba(0, 105, 57, .14) !important;
  color: #005b32 !important;
  display: inline-flex;
  align-items: center;
  gap: 4px !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  padding: 3px 7px !important;
  white-space: nowrap;
}

.ih-verify-pill i {
  color: #006939 !important;
  font-size: .82rem !important;
  line-height: 1 !important;
}

.ih-market-card .ih-market-head {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr);
  margin-bottom: 14px;
  position: relative;
}

.ih-market-card .ih-market-photo {
  align-items: center;
  background: #eef6f1;
  border: 1px solid #d7e7de;
  display: flex;
  height: 150px;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}

.ih-market-card .ih-market-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ih-market-card .ih-market-photo--logo img {
  object-fit: contain;
  padding: 18px;
}

.ih-market-card .ih-market-head--with-photo {
  grid-template-columns: minmax(0, 1fr);
}

.ih-market-card .ih-market-head .ih-verify-pill {
  justify-self: start;
  grid-column: 2;
}

.ih-market-card .ih-market-head--with-photo .ih-verify-pill {
  grid-column: 1;
}

.ih-market-card .ih-market-thumb {
  align-items: center;
  background: #eef6f1;
  border: 1px solid #d7e7de;
  color: #006939;
  display: flex;
  font-size: 1.45rem;
  height: 56px !important;
  justify-content: center;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
  width: 56px;
}

.ih-market-card .ih-market-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ih-market-card .ih-market-title {
  min-width: 0;
}

.ih-market-card .ih-market-title h2 {
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.ih-hero-search {
  align-items: stretch;
  display: flex;
  gap: 10px;
  max-width: 680px;
}

.ih-hero-search .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.ih-hero-search .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .ih-hero-search {
    flex-direction: column;
  }

  .ih-hero-search .btn {
    width: 100%;
  }
}

.ih-auditor-avatar {
  align-items: center;
  background: #eef6f1;
  border: 1px solid #d7e7de;
  color: #006939;
  display: flex;
  flex: 0 0 auto;
  font-size: 2rem;
  height: 98px;
  justify-content: center;
  overflow: hidden;
  width: 78px;
}

.ih-auditor-avatar--small {
  font-size: 1.55rem;
  height: 58px;
  width: 58px;
}

.ih-auditor-avatar--detail {
  font-size: 4rem;
  height: 205px;
  width: 164px;
}

.ih-auditor-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ih-auditor-card {
  min-height: 100%;
}

.ih-auditor-list-card {
  background: #fff;
  border: 1px solid #e2e9e4;
  box-shadow: 0 8px 22px rgba(21, 45, 35, .05);
  display: block;
  height: 100%;
  padding: 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ih-auditor-list-card:hover {
  border-color: #b9d8c8;
  box-shadow: 0 14px 32px rgba(21, 45, 35, .09);
  transform: translateY(-2px);
}

.ih-auditor-list-card__top {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 68px minmax(0, 1fr);
  margin-bottom: 14px;
}

.ih-auditor-avatar--list {
  font-size: 1.9rem;
  height: 85px;
  width: 68px;
}

.ih-auditor-list-card__meta {
  border-top: 1px solid #edf2ee;
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
  padding-top: 12px;
}

.ih-auditor-list-card__meta span,
.ih-auditor-list-card p {
  color: #56635c;
  font-size: .88rem;
  margin: 0;
}

.ih-auditor-list-card__meta i {
  color: #006939;
  margin-right: 5px;
}

.ih-mini-info {
  background: #f6f8f5;
  border: 1px solid #e2e9e4;
  border-radius: 6px;
  padding: 12px;
}

.ih-mini-info span {
  color: #6a756f;
  display: block;
  font-size: .78rem;
  margin-bottom: 3px;
}

.ih-mini-info strong {
  color: #152d23;
  display: block;
}

.ih-auditor-profile {
  background: #fff;
  border: 1px solid #e2e9e4;
  box-shadow: 0 10px 28px rgba(21, 45, 35, .07);
  display: grid;
  gap: 24px;
  grid-template-columns: 164px minmax(0, 1fr) 280px;
  padding: 22px;
}

.ih-auditor-page .ih-card {
  padding: 18px;
}

.ih-auditor-page .ih-card h2,
.ih-auditor-page .ih-card h3 {
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 1.25;
}

.ih-auditor-page .ih-card p {
  color: #415049;
  line-height: 1.65;
}

.ih-auditor-page .ih-card .table {
  margin-bottom: 0;
}

.ih-auditor-page .ih-card .table th {
  background: #f6f8f5;
  color: #405149;
  font-size: .78rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ih-auditor-page .ih-card .table th,
.ih-auditor-page .ih-card .table td {
  padding: 12px 14px;
}

.ih-auditor-page .ih-card .vstack > div {
  align-items: flex-start;
  border-bottom: 1px solid #edf2ee;
  display: flex;
  gap: 9px;
  padding: 8px 0;
}

.ih-auditor-page .ih-card .vstack > div:last-child {
  border-bottom: 0;
}

.ih-auditor-page .ih-card .vstack i {
  color: #006939;
  margin-top: 1px;
}

.ih-auditor-profile__photo {
  align-items: center;
  background: #eef6f1;
  border: 1px solid #d7e7de;
  color: #006939;
  display: flex;
  font-size: 4rem;
  height: 205px;
  justify-content: center;
  overflow: hidden;
  width: 164px;
}

.ih-auditor-profile__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ih-auditor-profile__side {
  display: grid;
  gap: 10px;
}

.ih-mini-info a {
  color: #006939;
  text-decoration: none;
}

.ih-mini-info a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .ih-auditor-profile {
    grid-template-columns: 1fr;
  }
}
