.teh-im-noscroll { overflow: hidden; }

.teh-im-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9998;
}

.teh-im-modal{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(860px, 92vw);
  max-height: 80vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  z-index: 9999;
  padding: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.teh-im-close{
  position: sticky;
  top: 0;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  font-size: 26px;
  cursor: pointer;
}

.teh-im-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.teh-im-table th,
.teh-im-table td{
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  align-content:center;
}


   .teh-im-logo{ height: 28px; width: 70%; }

.teh-im-num{
  color: #fe4f19;
  font-weight: 800;
}

.teh-im-call{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  font-size: 14px;
}

@media(max-width:576px){
.teh-im-logo{ height: 28px; width: auto; }
.teh-im-num {
    color: #fe4f19;
    font-weight: 700;
    font-size: 13px;
}
}