
.rwg-wrap{max-width:1100px;margin:20px auto;padding:10px}
.rwg-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}
/* Removed title per request */

.rwg-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
@media (max-width: 800px){.rwg-controls{grid-template-columns:1fr}}

.rwg-label{display:block;font-weight:600;margin-bottom:6px}
.rwg-select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;font-size:16px}

.rwg-btn{width:100%;margin-top:6px;padding:14px 16px;border:0;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;background:#ff6a00;color:#fff}
.rwg-btn:hover{filter:brightness(.95)}
.rwg-status{margin-top:12px;color:#444;font-size:14px}

.rwg-results{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}

.rwg-result-card{
  display:grid;
  grid-template-columns: 340px 1fr;
  gap: 18px;
  background:#fff;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  overflow:hidden;
}

@media (max-width: 900px){
  .rwg-result-card{grid-template-columns:1fr}
}

.rwg-result-left{
  background: linear-gradient(135deg, rgba(255,106,0,.10), rgba(0,0,0,0));
  border-radius:14px;
  padding:10px;
}

.rwg-photo{
  width:100%;
  height: 340px;
  object-fit: cover;
  border-radius:14px;
  display:block;
}
.rwg-photo--placeholder{
  height: 340px;
  border-radius:14px;
  background: #f1f1f1;
}

.rwg-result-right{padding:4px 6px}
.rwg-result-name{font-size:28px;font-weight:800;line-height:1.15;margin:6px 0 14px}

.rwg-facts{display:flex;flex-direction:column;gap:10px}
.rwg-fact-row{display:flex;gap:10px;flex-wrap:wrap;font-size:16px}
.rwg-fact-label{font-weight:800}
.rwg-fact-value{color:#222}
