.share-modal__content{display:flex;flex-direction:column;gap:1.5rem}.share-modal__buttons{display:grid;gap:1rem}@media only screen and (min-width: 768px){.share-modal__buttons{grid-template-columns:repeat(2,1fr)}}.share-modal__separator{display:grid;grid-template-rows:repeat(2,auto);align-items:center}.share-modal__separator-text{grid-column:1/1;grid-row:1/2;text-transform:uppercase;margin:0 auto;padding:0 1rem;background-color:#fff}.share-modal__separator-line{grid-row:1/2;grid-column:1/1;display:block;width:100%;height:1px;background-color:#e5e5e5}.share-modal__copy{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.share-modal__copy-input{flex-basis:100%}@media only screen and (min-width: 768px){.share-modal__copy-input{flex:1}}.share-modal__copy-button{flex-basis:100%}@media only screen and (min-width: 768px){.share-modal__copy-button{flex-basis:auto}}
