.sav17mc-form {
  max-width: 420px;
  margin: 30px auto 0 auto;
  display: flex;
  gap: 0;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
.sav17mc-form input[type="text"] {
  width: 67%;
  border-radius: 16px 0 0 16px;
  padding: 0.9em 1.1em;
  border: 1.5px solid #eb6467;
  font-size: 1.13em;
  background: #fff;
  transition: border 0.2s;
}
.sav17mc-form input[type="text"]:focus {
  outline: none;
  border: 1.5px solid #b63638;
}
.sav17mc-form button {
  background: linear-gradient(90deg, #eb6467 65%, #ee878a 100%);
  color: #fff;
  border: none;
  padding: 0.9em 1.7em;
  border-radius: 0 16px 16px 0;
  font-size: 1.13em;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.18s;
  box-shadow: 0 2px 7px rgba(235,100,103,0.07);
}
.sav17mc-form button:hover {
  background: #b63638;
}

.sav17mc-result {
  max-width: 540px;
  margin: 30px auto 18px auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 38px rgba(235,100,103,0.12);
  display: flex;
  align-items: stretch;
  border: 2px solid #ffe3e3;
  overflow: hidden;
}

.sav17mc-visual {
  background: linear-gradient(120deg,#ffe3e3 60%,#fff 100%);
  min-width: 128px;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 26px 18px;
}

.sav17mc-deviceimg {
  width: 75px; max-width: 110px; box-shadow:0 2px 8px #efc7c7;
  background: #fff;
}
.sav17mc-icotype {
  position: absolute; bottom: 12px; right: 8px; opacity:0.75;
  width: 38px; height: 38px; display: block;
}
.sav17mc-meta {
  flex:1; padding: 28px 30px 26px 12px;
}
.sav17mc-title {
  font-size: 1.33em;
  font-weight: 700;
  color: #e94f53;
  margin-bottom: 7px;
}
.sav17mc-badge {
  background: #eb6467;
  color: #fff;
  border-radius: 11px;
  font-size: 0.98em;
  font-weight: 600;
  padding: 0.07em 0.9em;
  margin-left: 10px;
  display:inline-block;
}
.sav17mc-details {
  font-size:1.04em;
  margin-bottom:1.2em;
  color:#444;
}
.sav17mc-actions {
  display: flex; gap:10px;
}
.sav17mc-btn {
  background: #eb6467;
  color: #fff;
  padding: 0.4em 1.15em;
  border-radius: 13px;
  font-weight:600;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 1px 5px #ffe3e3;
  transition: background 0.19s;
  border:none;
}
.sav17mc-btn.alt {
  background: #fff;
  color: #eb6467;
  border: 1.2px solid #eb6467;
}
.sav17mc-btn:hover { background:#b63638; color:#fff;}
.sav17mc-btn.alt:hover { background:#eb6467; color:#fff; }

.sav17mc-help {
  max-width: 430px;
  margin: 20px auto 2.4em auto;
  background: #fff6f6;
  border-radius: 14px;
  border: 1px solid #eb6467;
  padding: 1.3em 1.7em 0.8em 1.7em;
  font-size: 1.06em;
  box-shadow: 0 3px 18px rgba(235,100,103,0.07);
}
.sav17mc-help h3 {
  color: #eb6467;
  margin: 0 0 0.4em 0;
}
.sav17mc-help li {
  margin-bottom: 0.6em;
  font-size: 1.01em;
}
@media (max-width:670px) {
  .sav17mc-result {
    flex-direction:column;
    max-width:99vw;
    border-radius:16px;
  }
  .sav17mc-visual { padding:16px 8px; min-width:0; max-width:100vw;}
  .sav17mc-meta { padding:18px 12px;}
}
