
.gpp-social-links-card{margin-top:16px;padding:25px;border:1px solid rgba(255,255,255,.09);border-radius:19px;background:#111319;color:#fff}
.gpp-social-links-card header{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.gpp-social-links-card header>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#ed1737}
.gpp-social-links-card header small{color:#ed1737;font-size:10px;font-weight:900;letter-spacing:.16em}.gpp-social-links-card header h2{margin:4px 0 6px;color:#fff;font-size:27px}.gpp-social-links-card header p{margin:0;color:#9da4af}
.gpp-social-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gpp-social-links-grid label{display:grid;gap:7px}.gpp-social-links-label{color:#d7dbe1;font-size:11px;font-weight:800}
.gpp-social-links-grid input{width:100%;min-height:48px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#0d1017;color:#fff;-webkit-text-fill-color:#fff}
.gpp-social-links-grid input:focus{border-color:#ed1737;outline:0;box-shadow:0 0 0 3px rgba(237,23,55,.12)}
.gpp-social-links-grid small{min-height:14px;color:#7f8794;font-size:9px}.gpp-social-links-grid label.is-valid small{color:#22c55e}.gpp-social-links-grid label.is-error small{color:#ef4444}
.gpp-social-links-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:20px}.gpp-social-links-actions button{min-height:46px;padding:0 17px;border:0;border-radius:10px;background:#ed1737;color:#fff;font-weight:900}
.gpp-social-links-actions [data-social-feedback]{padding:10px 12px;border-radius:9px}.gpp-social-links-actions .is-success{background:rgba(34,197,94,.12);color:#86efac}.gpp-social-links-actions .is-error{background:rgba(239,68,68,.12);color:#fca5a5}
@media(max-width:720px){.gpp-social-links-grid{grid-template-columns:1fr}}

.gpp-social-links-label{
  display:flex;
  align-items:center;
  gap:9px;
}
.gpp-social-links-label b{
  color:#e8ebef;
  font-size:11px;
}
.gpp-social-icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 30px;
  border-radius:9px;
  background:#1a1d25;
  color:#fff;
}
.gpp-social-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gpp-social-icon--youtube{background:#ff0033}
.gpp-social-icon--instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}
.gpp-social-icon--tiktok{background:#090909}
.gpp-social-icon--spotify{background:#1db954;color:#061b0d}
.gpp-social-icon--soundcloud{background:#ff5500}
.gpp-social-icon--facebook{background:#1877f2}
.gpp-social-icon--linkedin{background:#0a66c2}
.gpp-social-icon--x{background:#050505}
.gpp-social-icon--apple_music{background:#fa243c}
.gpp-social-icon--beatstars{background:#e948ff}
.gpp-social-icon--audiomack{background:#ffa200;color:#251500}
.gpp-social-icon--airbit{background:#15b8a6}
.gpp-social-icon--website{background:#334155}
