
.ep-detail{
  font-family:Arial,sans-serif;
  color:#0f172a;
}

.ep-detail h2{
  font-size:30px;
  margin:40px 0 18px;
  color:#0f172a;
}

.ep-detail p{
  font-size:16px;
  line-height:1.8;
  color:#475569;
  margin:0 0 18px;
}

.ep-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0 36px;
}

.ep-card{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:22px;
}

.ep-card h3{
  margin:0 0 10px;
  font-size:20px;
  color:#0f172a;
}

.ep-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#475569;
}

.ep-list{
  margin:18px 0 30px;
  padding-left:20px;
}

.ep-list li{
  margin-bottom:14px;
  color:#475569;
  line-height:1.7;
  font-size:16px;
}

.ep-list strong{
  color:#0f172a;
}

.ep-table-wrap{
  overflow-x:auto;
  margin-top:18px;
}

.ep-table{
  width:100%;
  border-collapse:collapse;
  font-size:15px;
  background:#fff;
}

.ep-table th{
  background:#0f2747;
  color:#fff;
  padding:14px;
  text-align:left;
  border:1px solid #d1d5db;
}

.ep-table td{
  padding:14px;
  border:1px solid #e5e7eb;
  color:#334155;
}

.ep-note{
  background:#eff6ff;
  border-left:4px solid #2563eb;
  padding:18px 22px;
  border-radius:10px;
  margin:24px 0 34px;
  color:#334155;
  line-height:1.8;
}

@media(max-width:768px){

  .ep-grid{
    grid-template-columns:1fr;
  }

}
