.date-pill{padding:.5em 1em;border-radius:20px;display:inline-block;font-size:1.2rem;margin-bottom:1em;box-shadow:0 2px 4px rgba(0,0,0,.1)}.event-card{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;margin:2em auto;max-width:1200px;width:100%}.event-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.event-header{padding:1.5em;display:flex;flex-direction:column}.event-header-top{display:flex;justify-content:space-between;align-items:flex-start}.event-share-button{margin-left:auto;margin-top:0}.event-title{margin:.5em 0;font-size:2.5rem;line-height:1.2}.event-content{display:flex;flex-direction:column}.event-image-container{width:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.event-body{width:100%;padding:.5em 1.5em 1.5em;font-size:1.1rem;line-height:1.6}.event-image{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:8px;transition:transform .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}.event-image:hover{transform:scale(1.03)}.event-summary-card{display:flex;flex-direction:row;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);margin:1em 0;transition:transform .3s ease}.event-summary-card:hover{transform:translateY(-3px)}.event-summary-image{flex:1 1;min-width:250px;display:flex;justify-content:center;align-items:center;padding:1em;overflow:hidden}.event-summary-content{flex:2 1;padding:1.5em;display:flex;flex-direction:column;justify-content:space-between}.event-summary-wrapper{position:relative}.event-summary-actions{display:flex;justify-content:flex-end;margin-top:1em}.event-summary-share-button{margin-left:auto}.event-summary-share-button-container{position:absolute;top:1.5em;right:1.5em;z-index:10}.event-summary-title{font-size:1.8rem;margin-bottom:.5em}@media (max-width:768px){.event-image-container{min-height:250px}.event-body{padding:.5em 1em 1em}.event-title{font-size:2rem}.event-header-top{align-items:flex-start}.event-share-button{margin-top:0}.event-summary-card{flex-direction:column}.event-summary-image{width:100%;min-height:250px;order:-1}.event-summary-content{width:100%}.event-summary-share-button-container{top:1em;right:1em}}.ShareButton_shareButton__uoRdG{display:flex;align-items:center;justify-content:center;background-color:var(--theme_green);color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 2px 5px rgba(0,0,0,.2)}.ShareButton_shareButton__uoRdG:hover{transform:scale(1.1);background-color:var(--theme_yellow)}.ShareButton_shareIcon__gTmlj{transition:opacity .2s ease}.ShareButton_checkIcon__ECGTG{position:absolute;color:#fff;opacity:0;animation:ShareButton_fadeIn__n_q8u .3s forwards;z-index:10}@keyframes ShareButton_fadeIn__n_q8u{0%{opacity:0}to{opacity:1}}.ShareButton_shareButton__uoRdG:has(.ShareButton_checkIcon__ECGTG) .ShareButton_shareIcon__gTmlj{opacity:0}.ShareButton_shareButton__uoRdG.ShareButton_copied__h4iqN{background-color:var(--theme_yellow)}