
.map-ptr-panel,.map-ptr-panel *{box-sizing:border-box}

.map-ptr-panel{
  width:calc(100% - 24px);
  max-width:1600px;
  margin:10px auto 14px;
  border:1px solid #dbe4ef;
  border-radius:12px;
  background:#fff;
  color:#172033;
  font-family:Arial,Helvetica,sans-serif;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(8,47,105,.05);
}

.map-ptr-panel[hidden]{display:none!important}

.map-ptr-panel-head{
  min-height:56px;
  padding:11px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid #e7edf4;
  background:#f8fbff;
}

.map-ptr-kicker{
  display:block;
  margin-bottom:2px;
  color:#ed1c24;
  font-size:8.5px;
  font-weight:900;
  letter-spacing:.65px;
}

.map-ptr-panel-head h3{
  margin:0!important;
  color:#0a2d63!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:900!important;
}

.map-ptr-close{
  width:31px;
  height:31px;
  flex:0 0 31px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:8px;
  background:#eaf0f7;
  color:#27364d;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}

.map-ptr-panel-body{
  padding:16px;
  color:#344054;
  font-size:12px;
  line-height:1.65;
}

.map-ptr-panel-body section[hidden]{display:none!important}

.map-ptr-panel-body p{
  margin:0 0 11px!important;
  color:#344054!important;
  font-size:12px!important;
  line-height:1.65!important;
}

.map-ptr-panel-body ul,
.map-ptr-panel-body ol{
  margin:8px 0 8px 19px!important;
}

.map-ptr-panel-body li{
  margin-bottom:6px!important;
}

.map-ptr-muted{
  color:#667085!important;
}

.map-ptr-spec-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 12px;
}

.map-ptr-spec-row{
  min-height:48px;
  padding:9px 11px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid #e1e7ef;
  border-radius:8px;
  background:#fbfcfe;
}

.map-ptr-spec-row span{
  color:#667085;
  font-size:9px;
  font-weight:700;
}

.map-ptr-spec-row strong{
  display:block;
  margin-top:3px;
  color:#172033;
  font-size:11px;
  line-height:1.35;
  word-break:break-word;
}

.map-ptr-info-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.map-ptr-info-list>div{
  min-height:78px;
  padding:11px;
  display:flex;
  align-items:flex-start;
  gap:9px;
  border:1px solid #e1e7ef;
  border-radius:9px;
  background:#fbfcfe;
}

.map-ptr-info-list b{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eef5ff;
  color:#0754a5;
  font-size:11px;
}

.map-ptr-info-list strong{
  display:block;
  color:#172033;
  font-size:10.5px;
}

.map-ptr-info-list small{
  display:block;
  margin-top:3px;
  color:#667085;
  font-size:9px;
  line-height:1.45;
}

.map-ptr-policy-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px 16px;
  margin-top:12px;
}

.map-ptr-policy-link{
  color:#0754a5!important;
  font-size:10.5px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.map-ptr-policy-link:hover{text-decoration:underline!important}

/* Make repaired tab buttons visibly interactive without changing the theme layout. */
[data-map-ptr-tab-ready="1"]{
  cursor:pointer!important;
  transition:background .15s,color .15s,border-color .15s!important;
}

[data-map-ptr-tab-ready="1"].map-ptr-active{
  color:#0754a5!important;
  background:#f3f8ff!important;
  box-shadow:inset 0 -3px 0 #0754a5!important;
}

/* Compatibility recovered from the site's existing hidden fitment content. */
.map-ptr-compat-source{
  width:100%;
}

.map-ptr-compat-source .map-ptr-recovered-text{
  white-space:pre-line;
  padding:13px;
  border:1px solid #e1e7ef;
  border-radius:9px;
  background:#fbfcfe;
  color:#344054;
  font-size:11px;
  line-height:1.65;
}

@media(max-width:850px){
  .map-ptr-info-list{grid-template-columns:1fr}
}

@media(max-width:650px){
  .map-ptr-panel{
    width:calc(100% - 14px);
    margin-top:8px;
  }

  .map-ptr-panel-body{padding:13px}

  .map-ptr-spec-grid{grid-template-columns:1fr}
}


/* v1.0.1 SAFETY: this plugin never hides or removes theme/product containers. */
body.single-product #mapProductTabsRepairPanel[hidden]{
  display:none!important;
}
