.edp-ai-share-form[hidden] { display: none !important; }
.edp-ai-header { display: flex !important; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 14px 6px 20px !important; }
.edp-ai-collapse { min-height: 34px; padding: 0 10px; border: 1px solid #e3e3e8; border-radius: 10px; background: #fff; color: #555; font-size: 12px; font-weight: 700; cursor: pointer; }
.edp-ai-collapse:hover, .edp-ai-collapse:focus-visible { border-color: #fa1762; color: #c8114d; outline: 2px solid rgba(250,23,98,.12); }
.edp-ai-share-offer { display: block; width: 100%; min-height: 42px; margin: 4px 0 10px; padding: 8px 12px; border: 0; border-radius: 12px; background: #fa1762; color: #fff; font-weight: 700; cursor: pointer; }
.edp-ai-share-form { display: grid; gap: 8px; padding: 10px 14px; }
.edp-ai-share-title { font-size: 15px; }
.edp-ai-share-hint { color: #666; font-size: 11px; }
.edp-ai-share-channels { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.edp-ai-share-channel { display: flex; align-items: center; gap: 7px; min-height: 38px; padding: 7px 9px; border: 1px solid #d9d9df; border-radius: 10px; font-weight: 700; cursor: pointer; }
.edp-ai-share-channel:has(input:checked) { border-color: #fa1762; background: #fff5f8; color: #c8114d; }
.edp-ai-share-phone { display: grid; gap: 4px; color: #555; font-size: 12px; font-weight: 700; }
.edp-ai-share-phone input { width: 100%; min-height: 40px; border: 1px solid #d9d9df; border-radius: 10px; padding: 8px 10px; font: 14px Arial,sans-serif; }
.edp-ai-share-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 7px; color: #444; font-size: 11px; line-height: 1.35; }
.edp-ai-share-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #fa1762; }
.edp-ai-share-consent--optional { padding-top: 7px; border-top: 1px solid #ececf0; }
.edp-ai-share-error { min-height: 16px; color: #b20d43; font-size: 12px; }
.edp-ai-share-actions { display: flex; gap: 8px; }
.edp-ai-share-submit, .edp-ai-share-cancel { min-height: 38px; border-radius: 10px; padding: 0 12px; font-weight: 700; cursor: pointer; }
.edp-ai-share-submit { border: 0; background: #fa1762; color: #fff; }
.edp-ai-share-cancel { border: 1px solid #fa1762; background: #fff; color: #c8114d; }
.edp-ai--share .edp-ai-messages { height: 160px; }
@media (max-width: 520px) { .edp-ai--share .edp-ai-messages { height: calc(100% - 420px); } }
