/* Shieldy Welcome/Farewell Free Embed v748 — site-only ready UI.
   Presentation only: no API, save, Core, Manager or bot-runtime changes. */
#shieldy-welcome-builder .welcome-message-card > .welcome-free-embed-basic-v1{
  margin:14px 0 0!important;
  padding:14px 0 0!important;
  border:0!important;
  border-top:1px solid var(--account-border,var(--gh-border,#d0d7de))!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;
}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__head>div{min-width:0}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__head strong{display:block;font-size:14px;line-height:1.25}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__head small{display:block;margin-top:3px;color:var(--account-muted,var(--gh-muted,#656d76));font-size:11px;line-height:1.4}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__grid>.is-wide{grid-column:1/-1}
#shieldy-welcome-builder .welcome-free-embed-basic-v1 .field{margin:0!important}
#shieldy-welcome-builder .welcome-free-embed-basic-v1 textarea{min-height:72px;resize:vertical}
#shieldy-welcome-builder .welcome-free-embed-basic-v1__hint{margin:9px 0 0;color:var(--account-muted,var(--gh-muted,#656d76));font-size:10.5px;line-height:1.4}
@media(max-width:720px){
  #shieldy-welcome-builder .welcome-free-embed-basic-v1__grid{grid-template-columns:1fr}
  #shieldy-welcome-builder .welcome-free-embed-basic-v1__grid>.is-wide{grid-column:auto}
  #shieldy-welcome-builder .welcome-free-embed-basic-v1__head{flex-direction:column}
}
