/* PAGE WRAPPER */
.ambi-page{
  max-width:900px;
  margin:0 auto;
  padding:40px 40px 60px;
  font-family:Inter, Arial, sans-serif;
  color:#1f1f1f;
  background:#fff;
}

/* HEADER */
.ambi-header{
  text-align:center;
  margin-bottom:24px;
}

/* LOGO – FINAL FIX */
.ambi-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;          /* ✅ white background */
  padding:6px;              /* soft breathing space */
  margin-bottom:14px;
}

.ambi-logo img{
  width:60px;
  height:auto;
  display:block;
  background:#fff;          /* ✅ image ke peeche bhi white */
  border:none;
  border-radius:0;
}

/* TITLE */
.ambi-header h1{
  color:#e53935;
  font-size:26px;
  margin:0 0 6px;
  line-height:1.25;
}

.sub-title{
  font-size:13px;
  margin-bottom:10px;
  color:#444;
}

.desc{
  font-size:13px;
  max-width:650px;
  margin:0 auto;
  line-height:1.6;
  color:#555;
}

/* DIVIDER */
.divider{
  border:none;
  border-top:1px solid #e6e6e6;
  margin:26px 0;
}

/* SECTIONS */
.ambi-section{
  margin-bottom:24px;
}

.ambi-section h2{
  font-size:15px;
  margin-bottom:8px;
  display:flex;
  align-items:center;
}

.ambi-section h2 span{
  color:#e53935;
  font-weight:700;
  margin-right:6px;
}

/* TABLE */
.ambi-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  background:#fff;
}

.ambi-table th{
  background:#e53935;
  color:#fff;
  padding:8px 10px;
  text-align:left;
  font-weight:600;
}

.ambi-table td{
  padding:8px 10px;
  border-bottom:1px solid #e6e6e6;
  color:#333;
}

.ambi-table tr:nth-child(even){
  background:#fafafa;
}

/* NOTES */
.note{
  font-size:12px;
  line-height:1.6;
  color:#555;
}

/* FOOTER */
.footer{
  text-align:center;
  font-size:11px;
  margin-top:36px;
  color:#666;
}
