.usl-head { margin: 0 0 20px; }
.usl-head h1 { margin: 0 0 5px; font-size: 26px; line-height: 32px; }
.usl-head p { margin: 0; color: #666; }
.usl-admin { max-width: 980px; }
.usl-admin h2 { margin: 22px 0 12px; }
.usl-table { border: 1px solid #d8d8d8; background: #fff; }
.usl-row { display: grid; grid-template-columns: 90px 1fr 1fr 1.4fr 150px; gap: 10px; align-items: center; padding: 10px 12px; border-top: 1px solid #eee; }
.usl-row:first-child { border-top: 0; }
.usl-row-head { background: #f7f7f7; font-weight: 700; }
.usl-row input[type="text"] { width: 100%; box-sizing: border-box; }
.usl-admin textarea { width: 100%; min-height: 130px; box-sizing: border-box; font-family: Menlo, Consolas, monospace; }
.usl-actions { margin: 18px 0; }
.usl-help { padding: 12px; background: #f7f7f7; border: 1px solid #e1e1e1; }
.usl-admin-fields .form-row.usl-field { clear: both; margin-bottom: 12px; }
.usl-admin-fields .form-label i { width: 18px; text-align: center; }
.usl-web-fields h3 { margin: 8px 0 14px; font-size: 18px; }
.usl-web-fields .usl-field label i { width: 20px; text-align: center; }
#seller .line3 a.line-id.phone,
#seller .line3 a.whatsapp-id.phone,
#seller .line3 a.facebook-id.phone,
#seller .line3 a.instagram-id.phone,
#seller .line3 a.telegram-id.phone {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(var(--usl-brand-rgb), 0.12);
  color: var(--usl-brand);
}
#seller .line3 a.line-id.phone i,
#seller .line3 a.whatsapp-id.phone i,
#seller .line3 a.facebook-id.phone i,
#seller .line3 a.instagram-id.phone i,
#seller .line3 a.telegram-id.phone i { color: currentColor; margin-right: 0; }
#seller .line3 a.line-id.phone:hover,
#seller .line3 a.whatsapp-id.phone:hover,
#seller .line3 a.facebook-id.phone:hover,
#seller .line3 a.instagram-id.phone:hover,
#seller .line3 a.telegram-id.phone:hover {
  background: var(--usl-brand);
  border-color: var(--usl-brand);
  color: #fff;
  text-decoration: none;
}
#seller .line3 a.line-id.phone { --usl-brand: #06c755; --usl-brand-rgb: 6, 199, 85; }
#seller .line3 a.whatsapp-id.phone {
  --usl-brand: #128c3f;
  --usl-brand-rgb: 18, 140, 63;
  border-color: rgba(18, 140, 63, 0.34);
  background: rgba(37, 211, 102, 0.14);
}
#seller .line3 a.whatsapp-id.phone:hover {
  background: #25d366;
  border-color: #25d366;
}
#seller .line3 a.facebook-id.phone { --usl-brand: #1877f2; --usl-brand-rgb: 24, 119, 242; }
#seller .line3 a.instagram-id.phone {
  --usl-brand: #c13584;
  --usl-brand-rgb: 193, 53, 132;
  border-color: rgba(193, 53, 132, 0.28);
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.13), rgba(225, 48, 108, 0.13), rgba(252, 175, 69, 0.13));
}
#seller .line3 a.instagram-id.phone:hover {
  background: linear-gradient(135deg, #833ab4, #e1306c, #fcaf45);
  border-color: #c13584;
}
#seller .line3 a.telegram-id.phone { --usl-brand: #229ed9; --usl-brand-rgb: 34, 158, 217; }
