.faustmann-share { margin-top:clamp(36px,6vw,64px); padding:clamp(24px,4vw,36px); border:1px solid #d9e4ea; border-radius:18px; background:linear-gradient(135deg,#f4f8fb 0%,#fff 58%,#edf7f6 100%); box-shadow:0 18px 44px rgba(18,49,67,.1); color:#153247; }
.faustmann-share__heading { margin:0 0 6px!important; color:#153247; font-size:clamp(20px,3vw,27px); font-weight:800; letter-spacing:-.02em; }
.faustmann-share__intro>p:last-child { max-width:680px; margin:0!important; color:#526873; }
.faustmann-share__buttons { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.faustmann-share__button { display:inline-flex!important; align-items:center!important; justify-content:center!important; min-height:46px; padding:10px 16px!important; gap:9px; border:1px solid rgba(21,50,71,.22)!important; border-radius:999px!important; background:#fff!important; color:#153247!important; font:inherit!important; font-weight:700!important; line-height:1!important; text-decoration:none!important; cursor:pointer; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease,color 160ms ease; }
.faustmann-share__button:hover,.faustmann-share__button:focus-visible { border-color:#087f8c!important; background:#087f8c!important; color:#fff!important; transform:translateY(-2px); }
.faustmann-share__button:focus-visible { outline:3px solid rgba(38,132,168,.28); outline-offset:3px; }
.faustmann-share__button svg { width:20px; height:20px; flex:0 0 auto; fill:currentColor; }
.faustmann-share__status { min-height:1.4em; margin:12px 0 0!important; color:#526873; font-size:14px; }
@media (max-width:620px) { .faustmann-share__buttons { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); } .faustmann-share__button { width:100%; padding-inline:11px!important; } .faustmann-share__copy { grid-column:1/-1; } }

