/* AirPumpMart About Page Engine v1.2.1 */

.apma-simple,
.apma-simple *{
  box-sizing:border-box;
}

.apma-simple{
  --apma-text:#20262D;
  --apma-muted:#52606C;
  --apma-cyan:#08BFEE;
  --apma-cyan-dark:#0789A8;
  --apma-bg:#F7F9FA;
  --apma-panel:#FFFFFF;
  --apma-border:#DCE4E9;
  width:100%;
  background:var(--apma-bg);
  color:var(--apma-text);
  font-family:"IBM Plex Sans Thai",Tahoma,sans-serif;
  -webkit-font-smoothing:antialiased;
}

/*
 * About page only:
 * hide common legacy THEME footer containers.
 * Intentionally does NOT target .elementor-location-footer so a current
 * Elementor Global Footer can still render normally.
 */
body.apm-about-page-v12 #site-footer,
body.apm-about-page-v12 footer.site-footer,
body.apm-about-page-v12 #colophon{
  display:none !important;
}

.apma-simple__wrap{
  width:min(calc(100% - 40px),1240px);
  margin:0 auto;
  padding:18px 0 18px;
}

.apma-simple__panel{
  max-width:980px;
  margin:0 auto;
  padding:30px 38px 34px;
  background:var(--apma-panel);
  border:1px solid var(--apma-border);
  border-radius:5px;
}

.apma-simple__header{
  margin:0 0 22px;
  padding:0 0 18px;
  border-bottom:1px solid var(--apma-border);
}

.apma-simple h1{
  position:relative;
  margin:0;
  padding-left:13px;
  color:var(--apma-text);
  font-size:30px;
  line-height:1.35;
  font-weight:600;
  letter-spacing:-.015em;
}

.apma-simple h1::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  bottom:6px;
  width:3px;
  border-radius:2px;
  background:var(--apma-cyan);
}

.apma-simple__content{
  max-width:815px;
}

.apma-simple__content p{
  margin:0 0 17px;
  color:#46545F;
  font-size:14.6px;
  line-height:1.84;
}

.apma-simple__content p:last-child{
  margin-bottom:0;
}

.apma-simple__links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:3px 0 20px;
}

.apma-simple__links a{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border:1px solid var(--apma-border);
  border-radius:4px;
  background:#FCFEFF;
  color:var(--apma-text);
  text-decoration:none;
  transition:border-color .16s ease,background-color .16s ease;
}

.apma-simple__links a:hover{
  border-color:#A9D9E5;
  background:#FCFEFF;
}

.apma-simple__links a:focus-visible{
  outline:3px solid rgba(8,191,238,.25);
  outline-offset:3px;
}

.apma-simple__links strong{
  display:block;
  margin:0 0 3px;
  color:var(--apma-text);
  font-size:13.5px;
  line-height:1.45;
  font-weight:600;
}

.apma-simple__links div>span{
  display:block;
  color:var(--apma-muted);
  font-size:12.3px;
  line-height:1.55;
}

.apma-simple__arrow{
  flex:0 0 auto;
  color:#057F9D;
  font-size:18px;
  line-height:1;
}

@media (max-width:768px){
  .apma-simple__wrap{
    width:min(calc(100% - 28px),1240px);
    padding-top:14px;
  }

  .apma-simple__panel{
    padding:25px 24px 28px;
  }

  .apma-simple h1{
    font-size:27px;
  }

  .apma-simple__content p{
    font-size:14px;
    line-height:1.82;
  }

  .apma-simple__links{
    grid-template-columns:1fr;
  }
}

@media (max-width:480px){
  .apma-simple__wrap{
    width:calc(100% - 24px);
  }

  .apma-simple__panel{
    padding:22px 20px 24px;
  }

  .apma-simple__header{
    margin-bottom:18px;
    padding-bottom:16px;
  }

  .apma-simple h1{
    font-size:25px;
  }
}

@media (prefers-reduced-motion:reduce){
  .apma-simple *,
  .apma-simple *::before,
  .apma-simple *::after{
    transition:none!important;
    animation:none!important;
  }
}
