/* Philanthropy v2 — manual formatted sections and named website buttons */
.philanthropy-admin-hero-actions,
.philanthropy-editor-title-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.philanthropy-editor-card.is-manual{
  background:linear-gradient(180deg,#fff,#fbfbfc);
}
.philanthropy-manual-editor-field{
  display:grid;
  gap:10px;
  padding:16px;
  border-radius:15px;
  background:#f5f5f7;
}
.philanthropy-manual-editor-field>div:first-child{
  display:grid;
  gap:5px;
  color:#30333a;
  font-size:12px;
  font-weight:700;
}
.philanthropy-manual-editor-field>div:first-child small{
  color:#777b84;
  font-weight:450;
}
.philanthropy-entry-rich-editor{
  min-height:280px;
}
.philanthropy-website-field{
  display:grid;
  gap:12px;
  padding:16px;
  border-radius:15px;
  background:#f5f5f7;
}
.philanthropy-website-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.philanthropy-website-heading>div{
  display:grid;
  gap:5px;
  color:#30333a;
  font-size:12px;
  font-weight:700;
}
.philanthropy-website-heading small{
  max-width:680px;
  color:#777b84;
  font-weight:450;
  line-height:1.5;
}
.philanthropy-website-list{
  display:grid;
  gap:10px;
}
.philanthropy-website-row{
  display:grid;
  grid-template-columns:minmax(160px,.75fr) minmax(240px,1.25fr) auto;
  align-items:end;
  gap:10px;
  padding:12px;
  border:1px solid rgba(17,19,24,.09);
  border-radius:12px;
  background:#fff;
}
.philanthropy-website-row label{
  display:grid;
  gap:7px;
}
.philanthropy-website-row .remove-website{
  min-height:42px;
}
.philanthropy-website-empty{
  padding:18px;
  border:1px dashed rgba(17,19,24,.16);
  border-radius:12px;
  background:#fff;
  color:#858992;
  font-size:12px;
  text-align:center;
}
.philanthropy-website-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}
.philanthropy-website-button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(17,19,24,.14);
  border-radius:999px;
  background:#111318;
  color:#fff;
  font-size:13px;
  font-weight:750;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}
.philanthropy-website-button:hover{
  transform:translateY(-1px);
  background:#262a31;
  box-shadow:0 12px 28px rgba(17,19,24,.14);
}
.philanthropy-website-button i{
  font-style:normal;
  transition:transform .2s ease;
}
.philanthropy-website-button:hover i{
  transform:translate(2px,-2px);
}
.philanthropy-entry--manual:not(.has-media) .philanthropy-entry-copy{
  max-width:1060px;
}
.philanthropy-manual-content{
  width:100%;
  max-width:820px;
  margin-top:30px;
  color:#555a63;
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.75;
}
.philanthropy-manual-content>*:first-child{margin-top:0}
.philanthropy-manual-content>*:last-child{margin-bottom:0}
.philanthropy-manual-content h3,
.philanthropy-manual-content h4{
  color:#111318;
  line-height:1.08;
  letter-spacing:-.04em;
}
.philanthropy-manual-content h3{font-size:clamp(28px,3vw,44px)}
.philanthropy-manual-content h4{font-size:clamp(22px,2.3vw,34px)}
.philanthropy-manual-content blockquote{
  margin:28px 0;
  padding-left:20px;
  border-left:2px solid #111318;
  color:#25282e;
}
.philanthropy-manual-content ul,
.philanthropy-manual-content ol{
  padding-left:1.35em;
}
.philanthropy-manual-content a{
  color:#111318;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

@media(max-width:900px){
  .philanthropy-website-row{
    grid-template-columns:1fr 1fr;
  }
  .philanthropy-website-row .remove-website{
    grid-column:1/-1;
  }
}

@media(max-width:700px){
  .philanthropy-admin-hero-actions,
  .philanthropy-editor-title-actions,
  .philanthropy-website-heading{
    align-items:stretch;
    flex-direction:column;
    width:100%;
  }
  .philanthropy-admin-hero-actions button,
  .philanthropy-editor-title-actions button,
  .philanthropy-website-heading button{
    width:100%;
  }
  .philanthropy-website-row{
    grid-template-columns:1fr;
  }
  .philanthropy-website-row .remove-website{
    grid-column:auto;
  }
  .philanthropy-website-buttons{
    display:grid;
    width:100%;
  }
  .philanthropy-website-button{
    width:100%;
  }
  .philanthropy-manual-content{
    font-size:17px;
  }
}
