.product-share-card{box-sizing:border-box;clear:both;margin:24px 0;padding:24px;border:1px solid #ccdfe9;border-radius:16px;background:#f5f9fb;color:#14384d;direction:rtl;text-align:right}
.product-share-card h2{margin:0 0 8px;font-size:1.35rem;line-height:1.5;color:#14384d}
.product-share-card p{margin:0 0 16px;line-height:1.7;color:#526b79}
.product-share-actions{display:flex;flex-wrap:wrap;gap:12px}
.product-share-actions a,.product-share-actions button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:80px;padding:10px 20px;border:1px solid #afcad8;border-radius:9px;background:#fff;color:#125d76;font:inherit;font-weight:700;line-height:1.5;text-decoration:none;cursor:pointer}
.product-share-actions a:hover,.product-share-actions button:hover{background:#e6f1f6;border-color:#147894}
.product-share-card :focus-visible{outline:3px solid #147894;outline-offset:3px}
.product-share-card .product-share-status:empty{display:none}
.product-share-card .product-share-status{margin:16px 0 0;color:#14384d}
.product-share-fallback{margin-top:16px}
.product-share-fallback label{display:block;margin-bottom:8px}
.product-share-fallback input{box-sizing:border-box;width:100%;min-height:48px;padding:12px;border:1px solid #afcad8;border-radius:8px;background:#fff;color:#14384d}
@media(max-width:540px){.product-share-card{margin:16px 0;padding:16px}.product-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-share-actions a,.product-share-actions button{min-width:0;padding:10px 12px}}

/* Keep nested product cards inset from their outer panel. */
.site-v2 .v2-product-page #content.v2-item-contact{box-sizing:border-box;padding:24px}
.site-v2 .v2-product-page #content.v2-item-contact > .product-share-card{margin-top:0;margin-bottom:24px}
@media(max-width:639px){.site-v2 .v2-product-page #content.v2-item-contact{padding:16px}.site-v2 .v2-product-page #content.v2-item-contact > .product-share-card{margin-bottom:20px}}
