.goa-share{display:grid;gap:12px}.goa-share-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.goa-share-feedback{min-height:18px;color:#166534;font-size:12px;font-weight:800}.goa-share-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.goa-share-button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:9px 10px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;text-decoration:none;font:inherit;font-size:12px;font-weight:850;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.goa-share-button:hover{transform:translateY(-1px);border-color:#94a3b8;box-shadow:0 7px 18px rgba(15,23,42,.08)}.goa-share-button>span:first-child{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#f1f5f9;font-weight:900}.goa-share-button.whatsapp>span:first-child{background:#dcfce7;color:#166534}.goa-share-button.facebook>span:first-child{background:#dbeafe;color:#1d4ed8}.goa-share-button.x>span:first-child{background:#e2e8f0;color:#0f172a}.goa-share-button.linkedin>span:first-child{background:#dbeafe;color:#075985}.goa-share-button.telegram>span:first-child{background:#e0f2fe;color:#0369a1}.goa-share-button.email>span:first-child{background:#fef3c7;color:#92400e}.goa-share-button.copy>span:first-child,.goa-share-button.goa-share-native>span:first-child{background:#ccfbf1;color:#115e59}.goa-share-native[hidden]{display:none}@media(max-width:540px){.goa-share-buttons{grid-template-columns:1fr 1fr}.goa-share-button{justify-content:flex-start}}