@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";@import"https://use.typekit.net/gnr2wmw.css";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--background-color: 246, 242, 233, 1;--mainColor: 34, 74, 25, 1;--softColor: 133, 178, 31, 1}body{background-color:rgb(var(--background-color));margin:0;font-family:Manrope}body:has(dialog[open]){overflow:hidden;touch-action:none}#indexPage{height:100svh;display:flex;flex-direction:column;justify-content:end;background-image:url(/assets/index-photo.jpg);background-repeat:no-repeat;background-size:auto 40svh;#gradient{content:"";height:5svh;background:linear-gradient(0deg,rgba(var(--background-color)),#0000)}#mainbox{height:60svh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3.5svh;padding-inline:3.5svh;padding-top:2svh;padding-bottom:3.5svh;background-color:rgb(var(--background-color));img{height:17svh;filter:drop-shadow(0 3px 2px rgba(0,0,0,.321))}#description{display:flex;justify-content:center;align-items:center;h2{text-align:center;margin:0;font-family:the-seasons;font-size:1.6rem;filter:drop-shadow(0px 0px 10px rgba(34,74,25,.14))}}#features{display:flex;gap:1rem;justify-content:center}.individual-feature{display:flex;flex-direction:column;align-items:center;width:33%}.icon{width:5svw;height:5svw;padding:1rem;border-radius:50px;background-color:#fff;box-shadow:0 2px 5px .5px #0006;display:flex;justify-content:center;color:#224a19}.feature{text-align:center;font-size:1.1rem;margin-bottom:0}#button{width:100%;display:flex;align-items:center;button{width:100%;padding:1.3rem 2rem;border-radius:3rem;border:none;background-color:#224a19;color:#fff;font-size:larger;box-shadow:0 2px 5px .5px #0006}button:disabled{background-color:#484a47}}}}header{height:9svh;width:100svw;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:10;background-color:rgba(var(--background-color));box-shadow:0 0 5px 3px #0000004d;#logo{padding-left:3.5svh;height:6svh;width:auto;img{height:100%}}#settingsBtn{padding-right:3.5svh;svg{height:3svh;width:auto;color:rgb(var(--mainColor))}button{background:none;border:none}}}footer{visibility:hidden;height:9svh;width:100svw;position:fixed;bottom:0;z-index:10;display:flex;align-items:center;background-color:rgb(var(--background-color));box-shadow:0 0 5px 3px #0000004d;#route{width:70%}#myBtn{border:none;max-width:30%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1svh;background-color:rgb(var(--background-color));box-shadow:2px 0 5px 1px #0003;color:#000;font-size:small;font-weight:700;svg{width:20%;color:#000}}#linear-route{height:9svh;width:100%;#line{position:absolute;top:3svh;width:100%;height:.3svh;z-index:1;background-color:rgb(var(--softColor))}#stations{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%;position:relative;z-index:2;#stationItem{width:30%;display:flex;flex-direction:column;align-items:center;gap:.5rem;#circle{width:3svw;height:3svw;border-radius:2rem;border:solid .2rem #224A19;transition:all .3s ease}#station-name{font-size:small;width:100%;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;text-align:center}}}}}#myModal{width:100svw;height:100svh;position:fixed;overflow-y:scroll;overflow-x:hidden;z-index:20;left:0;top:0;bottom:0;visibility:hidden;transform:translateY(100svh);transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease,visibility .4s;#modal-top-part{height:40svh;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:-20.5svh;background-image:url(/assets/modal-photo.jpg);background-attachment:fixed;background-size:cover;z-index:10;#back-button{margin:0 2rem;position:sticky;top:2rem;display:flex;align-items:center;justify-content:end;z-index:10;svg{width:4svh;color:#fff}}#title{margin:0 2rem;position:sticky;top:2rem;display:flex;align-items:center;justify-content:start;h1{color:#fff;text-align:center;margin:0;font-size:x-large;text-shadow:0px 0px 10px rgba(0,0,0,1)}}.subtitle{background-color:#fff;height:8svh;display:flex;justify-content:center;align-items:center;position:sticky;top:5svh;border-radius:1.5rem 1.5rem 0 0;box-shadow:0 -3px 3px #0003;h2{margin:0}}}#modal-bottom-part{padding-top:1rem;height:auto;width:100%;border-radius:0 0 1.5rem 1.5rem;box-shadow:-3px 0 5px 1px #0003;background-color:#fff;.subtitle{height:8svh;display:flex;justify-content:center;align-items:center;h2{margin:0}}#stations{margin:0 2rem;overflow:scroll;#listStations{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;#currentStation{background-color:#49a74949;.dot{border:solid .2rem 224A19;background-color:green}}.rStation{display:grid;grid-template-areas:"name circle status";grid-template-columns:6fr 1fr 3fr!important;.circle{grid-area:circle!important}.stationName{grid-area:name!important;p{text-align:end;font-size:large;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.status{grid-area:status!important}}.station{display:grid;grid-template-columns:repeat(10,1fr);align-items:center;border-radius:1rem;padding:.8rem;.circle{grid-column-start:1;grid-column-end:2;display:flex;align-items:center;justify-content:center;position:relative;&:before{content:"";position:absolute;width:.3rem;background-color:#85b21f;top:-500%;bottom:-100%;left:50%;transform:translate(-50%);z-index:0}.dot{width:4svw;height:4svw;border:solid .2rem #224A19;border-radius:100%;background-color:#fff;position:relative;z-index:2}}.stationName{grid-column-start:2;grid-column-end:8;padding-inline:1rem;p{font-size:large;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.status{grid-column-start:8;grid-column-end:11;text-align:end;p{margin:0;font-size:small;font-weight:bolder}}}li.station:first-child .circle:before{top:50%}li.station:nth-child(-n+2) .circle:before{top:50%}li.station:nth-child(6) .circle:before{bottom:50%}li.station:nth-child(6) .circle{&:after{content:"";position:absolute;width:600%;height:1.8rem;border-right:.3rem solid #85B21F;border-bottom:.3rem solid #85B21F;border-bottom-right-radius:1rem;right:43%;top:50%;z-index:1;pointer-events:none}}li.station:last-child .circle:before{bottom:50%}}}}}#myModal.show{visibility:visible;transform:translateY(0)}.contentBody{max-width:100svw;height:91svh}#welcomePage{position:relative;top:9svh;height:91svh;background-image:url(/assets/index-photo.jpg);background-size:auto 65vh;background-position:50% -30%;background-repeat:no-repeat;background-color:#0000004d;background-blend-mode:darken;display:flex;flex-direction:column;justify-content:space-between;#title{text-align:center;flex-grow:2;display:flex;flex-direction:column;justify-content:center;align-items:center;h1,h2{font-weight:700;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,1);margin:0;font-family:the-seasons}}#elements{display:flex;padding:3.5svh;flex-direction:column;justify-content:space-between;gap:1rem;background:linear-gradient(0deg,rgba(var(--background-color)) 70%,#fff0 95%);#slider-wrapper{width:100%;height:auto;#carousel{width:100%;height:20svh;border-radius:1rem;display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:1rem;scroll-snap-type:x mandatory;overflow-x:auto;scrollbar-width:none;.slide{width:100%;height:100%;scroll-snap-align:center;background-image:var(--bg-place, none);background-size:contain;background-position:right;background-repeat:no-repeat;display:flex;align-items:flex-end;border-radius:1rem;overflow:hidden;text-decoration:none;#info{height:16svh;width:100%;display:flex;flex-direction:column;justify-content:space-around;gap:3.5svh;padding-inline:2svh;padding-block:2svh;border-radius:1rem;background:linear-gradient(90deg,#224a19 40%,#fcf9f900 90%);color:#fff;#placeName{font-family:the-seasons;font-weight:700;font-size:large;width:50%;text-overflow:ellipsis;overflow:hidden;white-space:wrap}#label{font-size:small;padding:.5rem 1rem;color:#000;width:fit-content;border-radius:3rem;background-color:rgb(var(--background-color))}}p{margin:0}}}#carousel::-webkit-scrollbar{display:none}.blossom-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem}.blossom-dots .dot{width:.5rem;height:.5rem;border-radius:50%;background:rgba(var(--softColor));border:none;padding:0;cursor:pointer;transition:all .25s ease}.blossom-dots .dot.active{width:1.25rem;border-radius:1rem;background:rgb(var(--mainColor))}}#closestStation{#heading{font-weight:700}#station{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:1rem;gap:1rem;border:1px solid black;#infoStation{display:flex;align-items:center;justify-content:space-between;p{font-size:large;margin:0;width:30%;text-align:center;text-wrap:balance}svg{width:10%;color:rgb(var(--mainColor));background-color:#ede3d2;border-radius:50%;padding:.5rem}}#btnStation{width:60%;padding:.7rem;border-radius:2rem;text-align:center;background-color:rgb(var(--mainColor));a{color:#fff;list-style:none;text-decoration:none}}}}}}#travellingPage{position:relative;top:9svh;height:auto;#footer{visibility:visible}#top-part{position:sticky;top:-10.5svh;min-height:40.5svh;max-height:60svh;height:60svh;width:100svw;display:flex;flex-direction:column;justify-content:end;gap:3.5svh;background-image:var(--bg-station);background-size:cover;background-position:center;background-attachment:fixed;background-color:#0000004d;background-blend-mode:darken;#station-title{position:sticky;top:1svh;height:10svh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;flex-grow:1;h1,h2{text-align:center;font-weight:700;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,1);margin:0;font-family:the-seasons}}#station-audio{margin-inline:3.5svh;height:10svh;border-radius:1.5rem;background-color:#fff;box-shadow:0 0 5px 1px #0003;display:flex;justify-content:center;align-items:center;#player{width:100%;max-height:10svh;display:flex;justify-content:space-between;padding-inline:1.5svh;align-items:center;#playingIcon{width:6svh;height:6svh;background-color:rgb(var(--mainColor));padding:.5rem;border-radius:100%;svg{color:#fff;margin:0}}#playingAudio{height:7.5svh;width:75%;display:flex;flex-direction:column;justify-content:space-between;h3{margin:0}#audio{display:flex;justify-content:space-between;align-items:center;input{height:1svh;width:75%;border-radius:1rem;background:#85b21f80;outline:none}input::-moz-range-thumb{background:rgb(var(--mainColor));border:none}button{background:none;border:none;svg{width:3svh;height:3svh}}}}}}#card-title{height:7svh;background-color:#fff;border-radius:1rem 1rem 0 0;padding-inline:3.5svh;display:flex;align-items:center;justify-content:space-between;h3{font-size:large;font-weight:700}}}#bottom-part{width:100%;height:auto;padding-bottom:12.5svh;background-color:#fff;display:flex;flex-direction:column;gap:3.5svh;#station-menu{padding-inline:3.5svh;display:flex;flex-direction:column;gap:3.5svh;#station-audio,.btn{display:none}#info-station{text-align:justify;font-size:large;margin:0}#featurePlace{display:flex;flex-direction:column;gap:3.5svh;.place{padding:0;margin:0;height:17svh;width:100%;display:flex;justify-content:space-between;border-radius:1rem;border:none;background-image:var(--bg-place, none);background-size:80% auto;background-position:right;background-repeat:no-repeat;.info-place{width:50%;padding:3.5svh;display:flex;flex-direction:column;justify-content:space-between;align-items:start;text-align:start;border-radius:1rem;color:#fff;background:linear-gradient(90deg,#224a19 50%,#224a19bf 80%,#fcf9f900);.lable-place{height:30%;width:100%;display:flex;align-items:center;font-size:small;gap:.5rem;font-weight:300;p{margin:0}svg{color:gold;height:60%}}.name-place{font-weight:400;margin:0;font-size:x-large;font-family:the-seasons}}.btn-place{width:8%;display:flex;justify-content:center;align-items:end;padding:0 3.5svh 3.5svh 0;svg{width:100%;color:#fff}}}}.cardSubtitle{h4{font-size:larger;margin-bottom:0}}#otherPlaces{display:flex;flex-direction:column;gap:3.5svh;.place{padding:0;margin:0;height:15svh;width:100%;display:flex;justify-content:space-between;border-radius:1rem;border:none;background-image:var(--bg-eat, none);background-size:80% auto;background-position:right;background-repeat:no-repeat;.info-place{width:50%;padding:3.5svh;text-align:start;border-radius:1rem;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#224a19 50%,#224a19bf 80%,#fcf9f900);.lable-place{height:30%;width:100%;display:flex;align-items:center;font-size:small;gap:.5rem;font-weight:300;p{margin:0}svg{color:gold;height:60%}}.name-place{font-weight:400;margin:0;font-size:x-large;font-family:the-seasons}}.btn-place{width:8%;display:flex;justify-content:center;align-items:end;padding:0 3.5svh 3.5svh 0;svg{width:100%;color:#fff}}}}}}#modal-important{max-height:100vh;max-width:100svw;background:none;margin:0;padding:0;border:none;overflow:scroll;scrollbar-width:none;.modal-content{height:auto;max-width:100svw;padding-bottom:3.5svh;background-color:rgb(var(--background-color));.top-content{position:sticky;top:0;padding-inline:3.5svh;padding-bottom:6svh;height:40svh;display:flex;flex-direction:column;justify-content:space-between;background-image:var(--bg-modal, none);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0003;background-blend-mode:darken;.back-button{height:auto;width:100%;button{width:15svw;height:5svh;margin:0;padding:0;margin-top:3.5svh;border:none;background:none;background-color:rgb(var(--mainColor));border-radius:3rem;display:flex;align-items:center;justify-content:center;svg{color:#fff;width:90%;height:60%;text-shadow:0 0 5px rgba(0,0,0,.5)}}}.play-button{display:flex;align-items:center;justify-content:center;svg{height:15svh;width:15svh;color:#ffffffbf}}.name{color:#fff;h1{text-shadow:0 0 5px rgba(0,0,0,.5)}}}.bar{position:sticky;top:40svh;margin-top:-6svh;margin-inline:1.5svh;border-radius:1rem;height:auto;width:94svw;background-color:#fff;display:flex;align-items:center;justify-content:space-around;padding-block:1rem;box-shadow:0 0 5px 1px #0000004d;.detail-item{height:10svh;width:23svw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1svh;svg{height:9svw;width:7svw;margin:0}.text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}a{height:10svh;width:23svw;display:flex;flex-direction:column;align-items:center;gap:1svh;text-decoration:none;color:#000;.text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}}}}.bottom-content{padding:3.5svh;display:flex;flex-direction:column;gap:3.5svh;.btn{button{width:100%;height:7svh;border-radius:3rem;background-color:rgb(var(--mainColor));color:#fff;font-size:large;display:flex;align-items:center;justify-content:space-evenly;border:none;svg{height:60%}}}.dyk{padding:1rem;border-radius:1rem;background-color:#2148196a;h4{margin:0;margin-bottom:1rem}p{margin:0}}.gallery{max-width:100svw;overflow-x:scroll;scrollbar-width:none;display:flex;gap:3.5svh;img{border-radius:1rem;height:20svh}}}}}#modal-short{height:100svh;max-width:100svw;background:none;margin:0;padding:0;border:none;.modal-content{padding:3.5svh;height:auto;max-width:100%;position:fixed;bottom:0;border-radius:2rem 2rem 0 0;background-color:rgb(var(--background-color));h3{margin:0}.title{padding-bottom:1.5svh;h3{margin:0}}.image{width:100%;height:30svh;overflow:hidden;border-radius:1rem;display:flex;justify-content:center;align-items:center;img{border-radius:1rem;width:100%;height:auto}}.info{padding-top:3.5svh}}}dialog::backdrop{background-color:#00000080}}#stationPage{position:relative;top:9svh;height:auto;#footer{visibility:visible}#full-part{height:82svh;display:flex;flex-direction:column;justify-content:space-between;background-image:var(--bg-station);background-size:cover;background-position:center;background-attachment:fixed;background-color:#0000004d;background-blend-mode:darken;#station-title{position:sticky;top:1svh;height:10svh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:7svh;h1,h2{text-align:center;font-weight:700;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,1);margin:0;font-family:the-seasons}}#card-title{height:7svh;background-color:#fff;border-radius:1rem 1rem 0 0;padding-inline:3.5svh;display:flex;align-items:center;justify-content:space-between;h3{font-size:large;font-weight:700}a{cursor:pointer}button{border:none;border-radius:2rem;padding:.5rem 1rem;color:#fff;background-color:rgb(var(--mainColor))}}}}#stationDetails{height:auto;max-width:100svw;#head-part{position:sticky;top:-18svh;height:33svh;max-width:100svw;display:flex;flex-direction:column;justify-content:space-between;padding:3.5svh;color:#fff;text-shadow:0 0 7px rgba(0,0,0,.5);background-image:var(--bg-station, none);background-size:auto 100svh;background-position:center;background-repeat:no-repeat;background-attachment:none;background-color:#0003;background-blend-mode:darken;box-shadow:0 0 5px 3px #0000004d;#back>a{height:3.5svh;width:fit-content;display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem;border-radius:2rem;text-decoration:none;color:#fff;background-color:rgb(var(--mainColor));p{margin:0;font-size:small}svg{width:15%}}#details-station{display:flex;justify-content:space-between;align-items:end;.play-button{display:flex;align-items:center;justify-content:center;margin-block-end:1em;background:none;border:none;button{background-color:none}svg{height:6svh;width:6svh;color:#ffffffd9}}#station-name{font-family:the-seasons;font-size:large}.backdrop{position:fixed;inset:0;background-color:#000000d9;backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.video-frame{position:relative;width:100%;max-width:720px;border-radius:12px;overflow:hidden;background-color:#000;box-shadow:0 10px 30px #00000080}.video{width:100%;height:auto;display:block;max-height:80vh;object-fit:contain}}}#bottom-part{width:100%;height:auto;border-radius:2rem;padding-block:3.5svh;background-color:rgba(var(--background-color));display:flex;flex-direction:column;gap:3.5svh;h2{margin:0;padding-inline:3.5svh}#gallery{padding-inline:3.5svh;max-width:100svw;overflow-x:scroll;scrollbar-width:none;display:flex;gap:3.5svh;img{border-radius:1rem;height:20svh}}.btn{button{width:100%;height:7svh;border-radius:3rem;background-color:rgb(var(--mainColor));color:#fff;font-size:large;display:flex;align-items:center;justify-content:center;gap:3.5svh;border:none;svg{height:60%}}}#station-menu{padding-inline:3.5svh;display:flex;flex-direction:column;gap:3.5svh;#station-audio{#player{margin-top:3.5svh;width:100%;max-height:10svh;display:flex;justify-content:space-between;align-items:center;#playingIcon{width:6svh;height:6svh;background-color:rgb(var(--mainColor));padding:.5rem;border-radius:100%;svg{color:#fff;margin:0}}#playingAudio{height:7.5svh;width:75%;display:flex;flex-direction:column;justify-content:space-between;h3{margin:0}#audio{display:flex;justify-content:space-between;align-items:center;input{height:1svh;width:75%;border-radius:1rem;background:#85b21f80;outline:none}input::-moz-range-thumb{background:rgb(var(--mainColor));border:none}button{background:none;border:none;svg{width:3svh;height:3svh}}}}}}#info-station{text-align:left;font-size:large;margin:0}#featurePlace{display:flex;flex-direction:column;gap:3.5svh;.place{padding:0;margin:0;height:20svh;width:100%;display:flex;justify-content:space-between;border-radius:1rem;border:none;background-image:var(--bg-place, none);background-size:80% auto;background-position:right;background-repeat:no-repeat;.info-place{width:50%;padding:3.5svh;display:flex;flex-direction:column;justify-content:space-between;align-items:start;text-align:start;border-radius:1rem;color:#fff;background:linear-gradient(90deg,#224a19 50%,#224a19bf 80%,#fcf9f900);.lable-place{height:30%;width:100%;display:flex;align-items:center;font-size:small;gap:.5rem;font-weight:300;p{margin:0}svg{color:gold;height:60%}}.name-place{font-weight:400;margin:0;font-size:x-large;font-family:the-seasons}}.btn-place{width:8%;display:flex;justify-content:center;align-items:end;padding:0 3.5svh 3.5svh 0;svg{width:100%;color:#fff}}}}.cardSubtitle{h4{font-size:larger;margin-bottom:0}}#otherPlaces{display:flex;flex-direction:column;gap:3.5svh;.place{padding:0;margin:0;height:15svh;width:100%;display:flex;justify-content:space-between;border-radius:1rem;border:none;background-image:var(--bg-eat, none);background-size:80% auto;background-position:right;background-repeat:no-repeat;.info-place{width:50%;padding:3.5svh;text-align:start;border-radius:1rem;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#224a19 50%,#224a19bf 80%,#fcf9f900);.lable-place{height:30%;width:100%;display:flex;align-items:center;font-size:small;gap:.5rem;font-weight:300;p{margin:0}svg{color:gold;height:60%}}.name-place{font-weight:400;margin:0;font-size:x-large;font-family:the-seasons}}.btn-place{width:8%;display:flex;justify-content:center;align-items:end;padding:0 3.5svh 3.5svh 0;svg{width:100%;color:#fff}}}}}}#modal-important{max-height:100vh;max-width:100svw;background:none;margin:0;padding:0;border:none;overflow:scroll;scrollbar-width:none;.modal-content{height:auto;max-width:100svw;padding-bottom:3.5svh;background-color:rgb(var(--background-color));.top-content{position:sticky;top:0;padding-inline:3.5svh;padding-bottom:6svh;height:40svh;display:flex;flex-direction:column;justify-content:space-between;background-image:var(--bg-modal, none);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0003;background-blend-mode:darken;.back-button{height:auto;width:100%;button{width:15svw;height:5svh;margin:0;padding:0;margin-top:3.5svh;border:none;background:none;background-color:rgb(var(--mainColor));border-radius:3rem;display:flex;align-items:center;justify-content:center;svg{color:#fff;width:90%;height:60%;text-shadow:0 0 5px rgba(0,0,0,.5)}}}.name{color:#fff;h1{text-shadow:0 0 5px rgba(0,0,0,.5)}}}.bar{position:sticky;top:40svh;margin-top:-6svh;margin-inline:1.5svh;border-radius:1rem;height:auto;width:94svw;background-color:#fff;display:flex;align-items:center;justify-content:space-around;padding-block:1rem;box-shadow:0 0 5px 1px #0000004d;.detail-item{height:10svh;width:23svw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1svh;svg{height:9svw;width:7svw;margin:0}.text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}a{height:10svh;width:23svw;display:flex;flex-direction:column;align-items:center;gap:1svh;text-decoration:none;color:#000;.text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}}}}.bottom-content{padding:3.5svh;display:flex;flex-direction:column;gap:3.5svh;.gallery{max-width:100svw;overflow-x:scroll;scrollbar-width:none;display:flex;gap:3.5svh;img{border-radius:1rem;height:20svh}}}}}#modal-short{height:100svh;max-width:100svw;background:none;margin:0;padding:0;border:none;.modal-content{padding:3.5svh;height:auto;max-width:100%;position:fixed;bottom:0;border-radius:2rem 2rem 0 0;background-color:rgb(var(--background-color));h3{margin:0}.title{padding-bottom:2.5svh;h3{margin:0}}.image{width:100%;height:auto;overflow:hidden;border-radius:1rem;display:flex;justify-content:center;align-items:center;img{border-radius:1rem;width:100%;height:auto}}.info{padding-top:3.5svh}.btn{margin-top:3.5svh;a{text-decoration:none}button{width:100%;height:7svh;border-radius:3rem;background-color:rgb(var(--mainColor));color:#fff;font-size:large;display:flex;align-items:center;justify-content:center;gap:3.5svh;border:none;svg{height:60%}}}}}dialog::backdrop{background-color:#00000080}}
