/* ORVISTA email copy control — compact icon edition */
.email-copy-row{display:inline-flex;align-items:center;justify-content:center;gap:10px;max-width:100%;vertical-align:middle}
.copy-email-btn{position:relative;display:inline-grid;place-items:center;width:31px;height:31px;min-width:31px;min-height:31px;margin-inline-start:8px;padding:0;border:1px solid rgba(217,183,125,.34);border-radius:8px;background:linear-gradient(145deg,rgba(217,183,125,.08),rgba(217,183,125,.025));color:#ddbd88;box-shadow:inset 0 1px 0 rgba(255,244,222,.04);cursor:pointer;vertical-align:middle;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;z-index:3}
.email-copy-row .copy-email-btn{margin-inline-start:0;flex:0 0 31px}
.copy-email-btn:hover,.copy-email-btn:focus-visible{transform:translateY(-1px);border-color:rgba(231,199,147,.72);background:rgba(217,183,125,.12);color:#f0d4a4;box-shadow:0 7px 18px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,244,222,.06);outline:none}
.copy-email-glyph{position:relative;width:14px;height:14px;display:block}
.copy-email-glyph::before,.copy-email-glyph::after{content:"";position:absolute;width:9px;height:10px;border:1px solid currentColor;border-radius:2px;box-sizing:border-box;transition:opacity .16s ease,transform .16s ease}
.copy-email-glyph::before{left:1px;top:3px;opacity:.78}
.copy-email-glyph::after{left:4px;top:0;background:rgba(4,18,30,.92)}
.copy-email-tooltip{position:absolute;left:50%;bottom:calc(100% + 9px);transform:translate(-50%,5px);padding:6px 9px;border:1px solid rgba(217,183,125,.22);border-radius:6px;background:#071827;color:#ead6b5;font:600 11px/1.15 Arial,Tahoma,sans-serif;letter-spacing:0;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 10px 24px rgba(0,0,0,.28);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}
.copy-email-tooltip::after{content:"";position:absolute;left:50%;top:100%;width:7px;height:7px;background:#071827;border-right:1px solid rgba(217,183,125,.22);border-bottom:1px solid rgba(217,183,125,.22);transform:translate(-50%,-4px) rotate(45deg)}
.copy-email-btn:hover .copy-email-tooltip,.copy-email-btn:focus-visible .copy-email-tooltip,.copy-email-btn[data-copied="true"] .copy-email-tooltip{opacity:1;visibility:visible;transform:translate(-50%,0)}
.copy-email-btn[data-copied="true"]{border-color:rgba(147,199,173,.55);background:rgba(90,140,120,.13);color:#cde5d8}
.copy-email-btn[data-copied="true"] .copy-email-glyph::before{width:12px;height:6px;left:1px;top:3px;border:0;border-left:1.8px solid currentColor;border-bottom:1.8px solid currentColor;border-radius:0;transform:rotate(-45deg);opacity:1;background:transparent}
.copy-email-btn[data-copied="true"] .copy-email-glyph::after{opacity:0}
.orvista-footer-item-contact .email-copy-row{margin-top:2px}
.orvista-footer-item-contact .orvista-footer-email{margin:0!important}
.policy-section .copy-email-btn,.legal-value .copy-email-btn{transform:translateY(-1px)}
@media(max-width:560px){.copy-email-btn{width:29px;height:29px;min-width:29px;min-height:29px}.email-copy-row{gap:8px}.copy-email-tooltip{font-size:10.5px}}

/* Footer alignment: move the email and copy icon together, never independently. */
.orvista-footer-item-contact .orvista-footer-email{transform:none!important;}
.orvista-footer-item-contact .email-copy-row{transform:translateY(18px);}
@media(max-width:900px){.orvista-footer-item-contact .email-copy-row{transform:translateY(14px)}}
@media(max-width:640px){.orvista-footer-item-contact .email-copy-row{transform:translateY(12px)}}
