.relevatp-tc{
  max-width:1100px;
  margin:0 auto;
  padding:28px 16px;
}

.relevatp-tc h2{
  font-size:34px;
  font-weight:900;
  color:#0f172a;
  text-align:center;
  margin:26px 0 22px;
}

.evp-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px;
  margin:16px 0;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.evp-card__top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:10px;
}

.evp-card__body{
  color:#0f172a;
  line-height:1.6;
}

.evp-link{color:#ff7a00;font-weight:800;text-decoration:none}
.evp-link:hover{text-decoration:underline}

.evp-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:14px;
}

.evp-inline{display:inline-block;margin:0}

.evp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  text-decoration:none;
  border:2px solid transparent;
  cursor:pointer;
  transition:all .2s ease;
}

.evp-btn--primary{
  background:#ff7a00;
  color:#fff;
  box-shadow:0 10px 20px rgba(255,122,0,.22);
}

.evp-btn--primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(255,122,0,.30);
  background:#e66b00;
}

.evp-btn--ghost{
  background:transparent;
  border-color:#ff7a00;
  color:#ff7a00;
}

.evp-btn--ghost:hover{
  background:#ff7a00;
  color:#fff;
}

.evp-success{
  background:#d4edda;
  color:#155724;
  padding:14px 16px;
  border-radius:12px;
  margin:14px 0;
  text-align:center;
  font-weight:800;
}

.evp-error{
  background:#f8d7da;
  color:#721c24;
  padding:14px 16px;
  border-radius:12px;
  margin:14px 0;
  text-align:center;
  font-weight:800;
}

.evp-messages{
  min-height:280px;
  max-height:520px;
  overflow:auto;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:14px;
  background:#f8fafc;
}

.evp-message{
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  margin:10px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.evp-message__txt p{margin:8px 0}

.evp-muted{color:#64748b;font-size:13px}

.evp-status{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  color:#0f172a;
  margin-left:8px;
}

.evp-status--pending{border-color:#ffedd5;background:#fff7ed;color:#9a3412}
.evp-status--accepted{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.evp-status--rejected{border-color:#fecaca;background:#fef2f2;color:#991b1b}
.evp-status--expired{border-color:#e2e8f0;background:#f1f5f9;color:#334155}

.evp-badge-pending{
  display:inline-block;
  background:#ff7a00;
  color:#fff;
  padding:6px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-left:10px;
}

@media (max-width:768px){
  .evp-card__top{flex-direction:column;align-items:flex-start}
  .evp-btn{width:100%}
  .evp-inline{width:100%}
}
