:root{--primary-color: #00a0d2;--secondary-color: #ffffff;--text-color: #333333;--background-color: #ffffff;--headerNav-color: #ffffff;--section-padding: 3rem 1rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color)}a{text-decoration:none;color:var(--primary-color)}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:var(--section-padding)}.section-title{text-align:center;margin-bottom:2rem;font-weight:300;color:var(--primary-color)}.btn{display:inline-block;padding:.8rem 1.5rem;background-color:var(--primary-color);color:var(--secondary-color);border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.btn:hover{background-color:#0089b3}.lightbox-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:1000;justify-content:center;align-items:center}.lightbox-overlay.active{display:flex}.lightbox-content{position:relative;max-width:80%;max-height:80%}.lightbox-content img{display:block;max-width:100%;max-height:80vh}.lightbox-close,.lightbox-prev,.lightbox-next{position:fixed;color:#fff;cursor:pointer;background-color:#00000080;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;z-index:1010;border:none;outline:none;padding:0;margin:0;overflow:hidden}.lightbox-close{top:20px;right:20px}.lightbox-prev{left:20px;top:50%;transform:translateY(-50%)}.lightbox-next{right:20px;top:50%;transform:translateY(-50%)}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;max-width:1200px;margin:0 auto}.gallery-item{height:300px;overflow:hidden;cursor:pointer;border-radius:4px;box-shadow:0 2px 8px #0000001a}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}@media (max-width: 768px){.lightbox-content{max-width:90%}}.language-switcher[data-astro-cid-a2mxz4y6]{display:flex;align-items:center;line-height:1;font-size:12px}.lang-btn[data-astro-cid-a2mxz4y6]{text-transform:uppercase;font-weight:700;cursor:pointer;padding:.3rem .5rem;opacity:.7;transition:opacity .3s ease}.lang-btn[data-astro-cid-a2mxz4y6]:hover{opacity:1}.lang-btn[data-astro-cid-a2mxz4y6].active{color:var(--headerNav-color);opacity:1}.lang-btn[data-astro-cid-a2mxz4y6].active:hover{color:var(--headerNav-color);opacity:.8}.header[data-astro-cid-3ef6ksr2]{position:absolute;top:0;left:0;width:100%;background-color:#fff0;box-shadow:0 2px 10px #0000;z-index:100;padding:1rem 0}.header-content[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:flex-start}.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:80px;width:auto;object-fit:contain}.nav-container[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1.5rem}.main-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-weight:300;color:var(--headerNav-color);text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--primary-color)}@media (max-width: 768px){.header[data-astro-cid-3ef6ksr2]{padding:.5rem 0}.header-content[data-astro-cid-3ef6ksr2]{padding:0 1rem;align-items:center}.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:50px}.nav-container[data-astro-cid-3ef6ksr2]{gap:.75rem;flex-shrink:0}.main-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{gap:.5rem;flex-direction:column;text-align:right}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.75rem;padding:.25rem 0}}@media (max-width: 480px){.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:40px}.nav-container[data-astro-cid-3ef6ksr2]{gap:.5rem}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.7rem}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--primary-color);color:#fff}.footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:flex-start}.footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{max-width:150px}.footer-contact[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin-top:1rem;padding-left:0}.footer-contact[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-copyright[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;padding-bottom:1rem;text-align:center}@media (max-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2rem;text-align:center;align-items:center}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;justify-content:center}.footer-contact[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;width:100%}.footer-contact[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{width:100%;display:flex;flex-direction:column;align-items:center}.footer[data-astro-cid-sz7xmlte]{padding:2rem 0 1rem}}.lightbox-close[data-astro-cid-qn2zusig] span[data-astro-cid-qn2zusig],.lightbox-prev[data-astro-cid-qn2zusig] span[data-astro-cid-qn2zusig],.lightbox-next[data-astro-cid-qn2zusig] span[data-astro-cid-qn2zusig]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin:0;padding:0}.lightbox-close[data-astro-cid-qn2zusig] span[data-astro-cid-qn2zusig]{font-size:2.2rem;line-height:.8;position:relative;top:-3px;left:.5px}.lightbox-prev[data-astro-cid-qn2zusig] span[data-astro-cid-qn2zusig]{font-size:2.2rem;position:relative;top:-3px;left:-1px}.lightbox-next[data-astro-cid-qn2zusig] span[data-astro-cid-qn2zusig]{font-size:2.2rem;position:relative;top:-3px;left:1px}.hero[data-astro-cid-bbe6dxrz]{position:relative;height:90vh;background-image:url(/head_pic.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;max-width:800px;padding:2rem}h1[data-astro-cid-bbe6dxrz]{font-size:4rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}p[data-astro-cid-bbe6dxrz]{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width: 768px){h1[data-astro-cid-bbe6dxrz]{font-size:2.5rem}p[data-astro-cid-bbe6dxrz]{font-size:1.2rem}}.gallery-container[data-astro-cid-gjhjmbi3]{width:100%}.gallery[data-astro-cid-gjhjmbi3]{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:1.5rem;width:100%}.gallery-item[data-astro-cid-gjhjmbi3]{position:relative;height:300px;width:100%;overflow:hidden;cursor:pointer;border-radius:4px;box-shadow:0 2px 8px #0000001a}.gallery-item[data-astro-cid-gjhjmbi3] img[data-astro-cid-gjhjmbi3]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item[data-astro-cid-gjhjmbi3]:hover img[data-astro-cid-gjhjmbi3]{transform:scale(1.05)}@media (max-width: 992px){.gallery[data-astro-cid-gjhjmbi3]{grid-template-columns:repeat(min(var(--columns, 3),2),1fr)}}@media (max-width: 768px){.gallery[data-astro-cid-gjhjmbi3]{grid-template-columns:1fr}}.lightbox-overlay[data-astro-cid-gixpweiw]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox-overlay[data-astro-cid-gixpweiw].active{opacity:1;visibility:visible}.lightbox-container[data-astro-cid-gixpweiw]{position:relative;width:90%;height:90%;max-width:1200px;max-height:800px}.lightbox-close[data-astro-cid-gixpweiw]{position:absolute;top:20px;right:20px;background:#fff3;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10001;transition:background .2s ease}.lightbox-close[data-astro-cid-gixpweiw]:hover{background:#ffffff4d}.lightbox-nav[data-astro-cid-gixpweiw]{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10001;transition:background .2s ease}.lightbox-nav[data-astro-cid-gixpweiw]:hover{background:#ffffff4d}.lightbox-prev[data-astro-cid-gixpweiw]{left:20px}.lightbox-next[data-astro-cid-gixpweiw]{right:20px}.lightbox-loader[data-astro-cid-gixpweiw]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001;display:none}.spinner[data-astro-cid-gixpweiw]{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.lightbox-image-container[data-astro-cid-gixpweiw]{width:100%;height:100%;position:relative}.lightbox-slide[data-astro-cid-gixpweiw]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.lightbox-slide[data-astro-cid-gixpweiw].active{opacity:1}.lightbox-image[data-astro-cid-gixpweiw]{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.lightbox-counter[data-astro-cid-gixpweiw]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;z-index:10001}.aktivnosti-section[data-astro-cid-qpedqwr3]{background-color:#00afee}.aktivnosti-section[data-astro-cid-qpedqwr3] .section-title[data-astro-cid-qpedqwr3]{color:#fff}.aktivnosti-gallery[data-astro-cid-qpedqwr3]{display:grid;gap:1.5rem;margin-top:2rem;margin-bottom:2rem}.loading-container[data-astro-cid-nk2zudzz]{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10}.full-page[data-astro-cid-nk2zudzz]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6}.loading-spinner[data-astro-cid-nk2zudzz]{border:4px solid #f3f3f3;border-radius:50%;animation:spin 2s linear infinite;margin-bottom:10px}.loading-text[data-astro-cid-nk2zudzz]{margin:0;color:inherit;font-size:.9rem}.section[data-astro-cid-h55wafef]{padding:0}.map-section[data-astro-cid-h55wafef]{width:100%;height:100%;display:flex;flex-direction:column}.google-map[data-astro-cid-h55wafef]{width:100%;height:500px;flex-grow:1;border-radius:4px;overflow:hidden;position:relative}.map-loading[data-astro-cid-h55wafef]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ffffffe6;z-index:1}.loading-spinner[data-astro-cid-h55wafef]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color, #0099cc);border-radius:50%;animation:spin 2s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1200px){.google-map[data-astro-cid-h55wafef]{height:450px}}@media (max-width: 992px){.google-map[data-astro-cid-h55wafef]{height:400px}}@media (max-width: 768px){.google-map[data-astro-cid-h55wafef]{height:350px}}@media (max-width: 576px){.google-map[data-astro-cid-h55wafef]{height:300px}}.contact-form-container[data-astro-cid-svshx33u]{max-width:800px;position:relative}.work-email[data-astro-cid-svshx33u]{position:absolute;left:-9999px;top:-9999px;opacity:0;pointer-events:none;height:0;overflow:hidden}.contact-form[data-astro-cid-svshx33u]{display:flex;flex-direction:column;gap:1rem}.contact-info-section[data-astro-cid-svshx33u]{background-color:#51c8ff0d;border:1px solid rgba(81,200,255,.2);border-radius:10px;padding:1rem;margin:.5rem 0}.contact-helper-text[data-astro-cid-svshx33u]{font-size:.9rem;color:#666;margin:0 0 1rem;font-style:italic;text-align:center}.form-row[data-astro-cid-svshx33u]{width:100%;position:relative}.contact-info-section[data-astro-cid-svshx33u] .form-row[data-astro-cid-svshx33u]{margin-bottom:.5rem}.contact-info-section[data-astro-cid-svshx33u] .form-row[data-astro-cid-svshx33u]:last-of-type{margin-bottom:0}.form-row[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u],.form-row[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u],.form-row[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]{width:100%;padding:.8rem;border:2px solid #51c8ff;border-radius:10px;font-family:inherit;font-size:1rem;background-color:#fff;color:#333;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease}.form-row[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u].invalid,.form-row[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u].invalid,.form-row[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u].invalid{border-color:#ff3b30;background-color:#ff3b300d}.error-message[data-astro-cid-svshx33u]{color:#ff3b30;font-size:.8rem;margin-top:.25rem}.error-message[data-astro-cid-svshx33u]:not(:empty){margin-top:.25rem}.error-message[data-astro-cid-svshx33u]:empty{margin-top:0;height:0}#contact-error[data-astro-cid-svshx33u]{text-align:center;font-weight:500;margin-top:.5rem}.form-response[data-astro-cid-svshx33u]{padding:1rem;border-radius:8px;margin-bottom:1.5rem;transition:all .3s ease}.form-response[data-astro-cid-svshx33u].success{background-color:#34c7591a;border:1px solid rgba(52,199,89,.3);color:#2c7d4b}.form-response[data-astro-cid-svshx33u].error{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#cf3032}.form-row[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:16px;padding-right:2.5rem}input[data-astro-cid-svshx33u][type=date]{position:relative}input[data-astro-cid-svshx33u][type=date]::-webkit-calendar-picker-indicator{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);opacity:.7;cursor:pointer}.form-row-split[data-astro-cid-svshx33u]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.submit-btn[data-astro-cid-svshx33u]{padding:1rem 2rem;font-size:1rem;text-transform:uppercase;font-weight:700;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease,opacity .3s ease}.submit-btn[data-astro-cid-svshx33u]:hover{background-color:#0089b3}.submit-btn[data-astro-cid-svshx33u]:disabled{opacity:.7;cursor:not-allowed}.form-row[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u]:focus,.form-row[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u]:focus,.form-row[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #00a0d233}.contact-section[data-astro-cid-svshx33u] .section-title[data-astro-cid-svshx33u]{text-align:left}@media (max-width: 768px){.form-row-split[data-astro-cid-svshx33u]{grid-template-columns:1fr}}.split-section[data-astro-cid-rif3taxf]{padding:4rem 0;padding-bottom:0}.split-content[data-astro-cid-rif3taxf]{display:flex;gap:2rem;align-items:stretch}.split-column[data-astro-cid-rif3taxf]{display:flex;flex-direction:column}@media (max-width: 992px){.split-content[data-astro-cid-rif3taxf]{flex-direction:column}.split-column[data-astro-cid-rif3taxf]{flex:0 0 100%!important;order:unset!important}.right-column[data-astro-cid-rif3taxf]{margin-top:2rem}}@media (max-width: 768px){.split-section[data-astro-cid-rif3taxf]{padding:3rem 0}}#info-component[data-astro-cid-bbwlpdol]{height:100%;display:flex;flex-direction:column}#info-component[data-astro-cid-bbwlpdol] .section-title[data-astro-cid-bbwlpdol]{text-align:left}.info-description[data-astro-cid-bbwlpdol]{margin-bottom:2rem;line-height:1.6;color:var(--text-color, #555)}.info-features[data-astro-cid-bbwlpdol]{display:flex;flex-direction:column;gap:1.5rem;margin-top:auto}.info-feature[data-astro-cid-bbwlpdol]{display:flex;gap:1rem;align-items:flex-start}.feature-icon[data-astro-cid-bbwlpdol]{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color-light, rgba(0, 160, 210, .1));border-radius:50%;color:var(--primary-color, #00a0d2)}.feature-content[data-astro-cid-bbwlpdol]{flex:1}.feature-title[data-astro-cid-bbwlpdol]{font-size:1rem;margin-bottom:.5rem;color:var(--heading-color, #333)}.feature-description[data-astro-cid-bbwlpdol]{color:var(--text-color, #555);line-height:1.5;font-size:.8rem}@media (max-width: 768px){.info-title[data-astro-cid-bbwlpdol]{font-size:1.6rem}}.gallery-section[data-astro-cid-aozjdial]{width:100%}.section-subtitle[data-astro-cid-aozjdial]{margin-bottom:1rem}.section-subtitle[data-astro-cid-aozjdial]{margin-bottom:1rem;text-align:center;color:var(--textColor);font-size:1.5rem;font-weight:300}#apartmentInfo[data-astro-cid-erys4zn5]{text-align:center}.gallery-row[data-astro-cid-erys4zn5]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;margin-bottom:2rem}.apartmentTitle[data-astro-cid-erys4zn5]{text-align:center}.checkmark-list[data-astro-cid-erys4zn5]{list-style:none;padding:0;margin:0 auto;display:inline-block;text-align:left;columns:2}.checkmark-list[data-astro-cid-erys4zn5] li[data-astro-cid-erys4zn5]{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.checkmark-list[data-astro-cid-erys4zn5] li[data-astro-cid-erys4zn5]:before{content:"✓";position:absolute;left:0;color:#007bff}.apartment-features[data-astro-cid-erys4zn5]{text-align:center;margin-bottom:1rem}@media (max-width: 992px){.gallery-row[data-astro-cid-erys4zn5]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.gallery-row[data-astro-cid-erys4zn5]{grid-template-columns:1fr}}.section[data-astro-cid-l5yhrptq]{background-color:var(--backgroundColor);color:var(--textColor);padding:2rem 0}.text-content[data-astro-cid-l5yhrptq]{max-width:800px;margin:0 auto;text-align:center}p[data-astro-cid-l5yhrptq]{line-height:1.6;margin-bottom:1rem;text-align:center;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}p[data-astro-cid-l5yhrptq]:last-child{margin-bottom:0}.key-points-section[data-astro-cid-vqmrgbv7]{background-color:var(--backgroundColor);color:var(--textColor);padding:2rem 0}.container[data-astro-cid-vqmrgbv7]{max-width:1200px;margin:0 auto;padding:0 1rem}.key-points-list[data-astro-cid-vqmrgbv7]{list-style:none;padding:0;max-width:800px;margin:0 auto}.key-point-item[data-astro-cid-vqmrgbv7]{position:relative;padding-left:1.5rem;line-height:1.5;margin-bottom:.5rem}.key-point-item[data-astro-cid-vqmrgbv7]:before{content:"•";color:#007bff;font-size:1.2rem;position:absolute;left:0;top:-.1rem}.key-point-text[data-astro-cid-vqmrgbv7]{font-weight:300;font-size:.8rem;margin-right:.25rem}.key-point-distance[data-astro-cid-vqmrgbv7]{color:#007bff;font-size:.8rem;font-weight:600}@media (max-width: 576px){.key-point-item[data-astro-cid-vqmrgbv7]{padding-left:1.2rem}.key-point-item[data-astro-cid-vqmrgbv7]:before{font-size:1.2rem}}.map-provider[data-astro-cid-vx2c3xg7]{width:100%;height:100%}.map-error[data-astro-cid-vx2c3xg7]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8;color:#666;font-size:1.2rem;text-align:center;padding:20px}.map-provider[data-astro-cid-3jiq5p4x]{width:100%;height:100%}.map-error[data-astro-cid-3jiq5p4x]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8;color:#666;font-size:1.2rem;text-align:center;padding:20px}.map-provider[data-astro-cid-dk7kf4cy]{width:100%;height:100%}.map-error[data-astro-cid-dk7kf4cy]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8;color:#666;font-size:1.2rem;text-align:center;padding:20px}.mapbox-marker{width:24px;height:24px;border-radius:50%;border:2px solid white;box-shadow:0 0 2px #0000004d;cursor:pointer}
