html
{
    width: 100%;
    overflow-x: hidden;
}

:root
{
    --main-header-height: 56px;
    --main-header-page-offset: 76px;
    --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-brand: "Times New Roman", Times, serif;
}

body
{
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #292929;
    color: #cccccc;
    font-size: 18px;
    font-family: var(--font-brand);
}


.posterWrapper h1, .posterWrapper h3
{
    margin: 8px 0 10px 0;
    text-transform: uppercase;
    color: #eff8ff;
    font-size: clamp(28px, 4.9vw, 42px);
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-wrap: balance;
}

.posterWrapper h2, .posterWrapper h4
{
    margin: 0 0 14px 0;
    font-size: clamp(20px, 3.1vw, 29px);
    line-height: 1.2;
    color: #c8deee;
    font-weight: 600;
    text-wrap: balance;
}

a
{
    color: #cccccc;
    /* text-shadow: 0px -2px 2px cyan; */
    text-decoration: none;
}

a:hover
{
    color: #2196f3;
}

#mainSocial a
{
    font-size: 1.4em;
    text-shadow: 0 0 3px #2196f3;
}

.authorWrapper
{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #040427;
    border-radius: 10px;
    padding: 8px 12px 8px 8px;
    border: 1px solid rgba(112, 194, 255, 0.28);
    box-shadow:
        0 10px 22px rgba(3, 11, 19, 0.22),
        0 1px 0 rgba(186, 227, 255, 0.08) inset;
}

.authorImage
{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: block;
    border-radius: 8px;
}

.authorLinks
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    max-width: 30ch;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.authorAnchors
{
    display:block;
    max-width: 30ch;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-decoration: none;
    color: #2196f3;
}

.posterAuthor
{
    margin-top: 18px;
}

.posterAuthor > div:first-child
{
    margin-bottom: 8px;
    font-size: 0.92em;
    letter-spacing: 0.02em;
}


#mainMenuNav
{
    box-shadow: 1px 0 3px #000000;
    background-color: #3a3a3a;
    color: #ffffff;
    font: normal 400 16px  Montserrat, sans-serif;
    width: 284px;
    min-height: 100%;
    transition-property: transform,-webkit-transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    overflow-y: auto;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
}
.menuStandaloneNav
{
    display: block;
    width: min(1120px, 100%);
    margin: 16px auto;
    color: #ffffff;
    font: normal 400 18px Montserrat, sans-serif;
}

.mainMenuNavInvisible
{
    -webkit-transform: translateX(-284px);
    -ms-transform: translateX(-284px);
    transform: translateX(-284px);
}

#menuPageMain
{
    box-sizing: border-box;
    width: min(1120px, 100%);
    margin: 90px auto 32px auto;
    padding: 0 16px;
    text-align: center;
}

#menuPageMain #mainCtaHero
{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 28px;
}


.mainBigScreen
{
    display: inline;
}

@media (max-width: 400px)
{
    .mainBigScreen
    {
        display: none;
    }
}

#mainBody
{
    text-align: center;
    margin-bottom: 32px;
    margin-top: var(--main-header-page-offset);
}

#mainFooter
{
    text-align: center;
}

#mainHeader
{
    box-sizing: border-box;
    background:
        linear-gradient(180deg, rgba(18, 41, 58, 0.98), rgba(8, 22, 34, 0.98));
    min-height: var(--main-header-height);
    position: fixed;
    z-index: 100;
    right: 0px;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid rgba(127, 198, 255, 0.28);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
    max-width: 100vw;
    backdrop-filter: blur(10px);
}

#mainHeaderFlex
{
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    min-height: var(--main-header-height);
    margin: 0 auto;
    padding: 7px 16px;
}

#mainHeader a
{
    text-decoration: none;
    font-weight: bold;
}

#mainHeaderBrand
{
    display: inline-grid;
    grid-template-columns: 34px auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
    min-width: 0;
    color: #f2fbff;
}

#mainHeaderBrand:hover
{
    color: #ffffff;
}

#mainHeaderBrandImage
{
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

#mainHeaderBrandText
{
    font-size: 18px;
    font-family: var(--font-brand);
    line-height: 1;
    letter-spacing: 0.01em;
}

#mainHeaderBrandSubtitle
{
    color: #a9d9f7;
    font-size: 12px;
    font-family: var(--font-brand);
    font-weight: 600;
    line-height: 1.1;
}

#mainHeaderNav
{
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 18px;
}

#mainHeaderNav a,
#mainHeaderTopics,
#mainHeaderHot,
#mainHeaderPublish
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 6px;
    color: #dcecf7;
    font-size: 16px;
    font-family: var(--font-system);
    line-height: 1;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

#mainHeaderNav a:hover
{
    color: #ffffff;
    background-color: rgba(127, 198, 255, 0.14);
}

#mainHeaderTopics
{
    margin-left: auto;
}

#mainHeaderHot
{
    margin-left: 2px;
}

#mainHeaderTopics,
#mainHeaderHot,
#mainHeaderPublish
{
    font-family: var(--font-system);
    color: #071722;
    background: linear-gradient(180deg, #8de2ff, #49b7f1);
    border: 1px solid rgba(200, 241, 255, 0.65);
    box-shadow:
        0 8px 18px rgba(5, 16, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

#mainHeaderPublish
{
    margin-left: 2px;
}

#mainHeaderTopics:hover,
#mainHeaderHot:hover,
#mainHeaderPublish:hover
{
    color: #021018;
    background: linear-gradient(180deg, #b7efff, #6dc8f8);
}

@media (max-width: 640px)
{
    #mainHeaderFlex
    {
        gap: 6px;
        padding: 7px 8px;
    }

    #mainHeaderBrand
    {
        grid-template-columns: 30px auto;
        column-gap: 7px;
    }

    #mainHeaderBrandImage
    {
        width: 30px;
        height: 30px;
    }

    #mainHeaderBrandText
    {
        display: none;
    }

    #mainHeaderBrandSubtitle
    {
        display: none;
    }

    #mainHeaderNav
    {
        margin-left: 4px;
    }

    #mainHeaderNav a,
    #mainHeaderTopics,
    #mainHeaderHot,
    #mainHeaderPublish
    {
        min-height: 34px;
        padding: 0 8px;
        font-size: 15px;
    }

    #mainHeaderTopics
    {
        display: none;
    }

    #mainHeaderNav .mainHeaderHome
    {
        display: none;
    }

    #mainHeaderHot
    {
        margin-left: auto;
    }
}

#whatIsHotMain
{
    box-sizing: border-box;
    width: min(1120px, 100%);
    margin: 90px auto 32px auto;
    padding: 0 16px;
    text-align: center;
}

#whatIsHotTitle
{
    margin: 28px 0 36px;
    font-size: 56px;
    line-height: 1;
    color: #ffeec2;
    font-family: var(--font-system);
    letter-spacing: 0;
}

#whatIsHotIntro
{
    margin: 0 auto 28px;
    max-width: 720px;
    color: #c8deee;
    font-size: 21px;
    line-height: 1.45;
}

#whatIsHotMain #mainCtaHero
{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 28px;
}

#mainCtaHeroMessage a
{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

#whatIsHotGrid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    align-items: start;
}

.superTopicsGroupTitle
{
    grid-column: 1 / -1;
    margin: 22px 0 12px;
    font-family: var(--font-system);
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

.superTopicsGroupTitle a
{
    color: #ffeec2;
    text-decoration: none;
}

.superTopicsGroupTitle a:hover
{
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.whatIsHotSection
{
    padding: 14px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(55, 109, 149, 0.26), rgba(23, 48, 70, 0.28)),
        #17364d;
    border: 1px solid rgba(255, 196, 89, 0.28);
    box-shadow: 0 12px 28px rgba(3, 11, 19, 0.28);
}

.whatIsHotVegueria
{
    display: block;
    padding: 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 176, 58, 0.22), rgba(255, 122, 24, 0.12));
    color: #fff2cc;
    font-family: var(--font-system);
    font-size: 23px;
    font-weight: 800;
}

.whatIsHotTowns
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.whatIsHotTown
{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background-color: #0d2536;
    border: 1px solid rgba(141, 226, 255, 0.32);
    color: #dff5ff;
    font-family: var(--font-system);
    font-size: 16px;
    font-weight: 700;
}

.whatIsHotTown:hover,
.whatIsHotVegueria:hover
{
    color: #ffffff;
    border-color: rgba(255, 238, 194, 0.65);
}

#main-header-cover
{
    background-size: cover;
    background-position: center;
    background-color: #3a3a3a;
    height: 200px;
    width: 100%;
}

#mainCtaHero
{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 36px 24px;
    border-radius: 0;
    border: 1px solid rgb(33, 150, 243);
    background:
        radial-gradient(circle at 12% 14%, rgba(99, 235, 210, 0.22), transparent 50%),
        radial-gradient(circle at 88% 78%, rgba(125, 205, 255, 0.18), transparent 45%),
        linear-gradient(130deg, #12263a 0%, #1e4c6b 54%, #24789f 100%);
    box-shadow: 1px 0 4px #2196f3;
    border-left: none;
    border-right: none;
}

#mainCtaHeroMessage
{
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    color: #d7f4ff;
    font-style: italic;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#mainCtaHeroButtons
{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.mainCtaHeroButton
{
    border-radius: 999px;
    padding: 13px 28px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
}

.mainCtaHeroButton:hover
{
    transform: translateY(-1px);
}

.mainCtaHeroButtonPrimary
{
    background-color: #36a2ff;
    color: #03131f;
    box-shadow: 0 6px 14px rgba(54, 162, 255, 0.36);
}

.mainCtaHeroButtonPrimary:hover
{
    background-color: #74c0ff;
    color: #000d17;
}

.mainCtaHeroButtonSecondary
{
    background-color: rgba(13, 24, 37, 0.5);
    border-color: #b9d5df;
    color: #dcecf2;
}

.mainCtaHeroButtonSecondary:hover
{
    background-color: rgba(13, 24, 37, 0.8);
    color: #ffffff;
}

#mainTitle
{
    margin-bottom: 55px;
    margin-top: 90px;
}

#mainTitle h1
{
    font-size: 48px;
    margin: 48px 0px;
}

#mainTitle h2
{
    font-size: 40px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


#menuTitle 
{
    margin: 28px 0 36px;
    font-size: 56px;
    line-height: 1;
    color: #ffeec2;
    font-family: var(--font-system);
    letter-spacing: 0;
}


#posterMorePosters, #mainMorePosters 
{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 55px;
    margin-top: 90px;
}

@media (max-width: 400px)
{
    #mainTitle h1
    {
        font-size: 32px;
    }

    #mainCtaHero
    {
        padding: 24px 16px;
    }

    #mainCtaHeroMessage
    {
        font-size: 28px;
    }

    .mainCtaHeroButton
    {
        font-size: 18px;
    }
        
    #menuTitle 
    {
        font-size: 32px;
    }

    #mainTitle h2, #posterMorePosters, #mainOtherPosters h2
    {
        font-size: 28px;
    }
}

@media (min-width: 1024px)
{
    #mainCtaHeroButtons
    {
        gap: 36px;
    }
}

#mainFilters
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 54px 0;
}

#mainOtherFilters,
#posterOtherFilters
{
    display: block;
    text-align: center;
    margin: 0 0 55px;
}

/*#mainFiltersText
{
    display: inline-block;
}

@media (max-width: 400px)
{
    #mainFiltersText
    {
        display: block;
    }
}*/

.mainFilterText
{
    margin: 0;
    padding-right: 42px;
    color: #eaf6ff;
    line-height: 1.18;
}

.mainFilterAnchor
{
    position: absolute;
    right: 12px;
    top: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(99, 190, 255, 0.46);
    border-radius: 50%;
    background-color: rgba(2, 2, 14, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mainFilterAnchor:hover
{
    border-color: rgba(99, 190, 255, 0.82);
    background-color: rgba(33, 150, 243, 0.26);
    box-shadow: 0 3px 10px rgba(33, 150, 243, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mainFilterAnchor:focus-visible
{
    outline: 2px solid #63beff;
    outline-offset: 3px;
}

#mainFilterLabel, #mainFilterTown, #mainFilterRegion,
#mainOtherFilterVegueria, #posterOtherFilterVegueria
{
    position: relative;
    box-sizing: border-box;
    max-width: min(720px, 100%);
    border: 1px solid rgba(99, 190, 255, 0.48);
    border-radius: 8px;
    padding: 18px 60px 18px 24px;
    margin: 3px;
    background-color: #02020e;
    box-shadow: 0 4px 16px rgba(3, 14, 23, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: #eaf6ff;
    font-weight: bold;
    text-decoration: none;
    font-size: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#mainOtherPostersVegueriaTitle,
#posterOtherVegueriaTitle
{
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: inherit;
}

@media (max-width: 640px)
{
    #mainFilterLabel, #mainFilterTown, #mainFilterRegion,
    #mainOtherFilterVegueria, #posterOtherFilterVegueria
    {
        width: 100%;
        padding: 15px 52px 15px 18px;
        font-size: 26px;
        justify-content: flex-start;
        text-align: left;
    }

    .mainFilterText
    {
        width: 100%;
        text-align: left;
    }

    .mainFilterAnchor
    {
        right: 10px;
        width: 30px;
        height: 30px;
    }
}

#mainPostersWrapper, #posterLinksWrapper, #mainOtherPostersWrapper
{
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#mainPoster
{
    text-align: center;
    margin-top:90px;
}


#mainLoader
{
    display: none;
    border: 16px solid #9a2222;
    border-top: 16px solid #02020e;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#mainNextPageButtonWrapper, #posterNextPageButtonWrapper, #mainFooterWrapper,
#mainLabelsWrapper,  #mainPostersAdWrapper, #mainNoPostersMessage, .mainMenuSection,
#mainSocial, #mainPosters, #mainOtherNextPageButtonWrapper, #mainPostersAdMessageWrapper,
#mainSubscription
{
    display: block;
    text-align: center;
    margin: 32px;
}

#mainNextPageButtonWrapper, #mainPostersAdWrapper, #posterNextPageButtonWrapper,
#mainOtherNextPageButtonWrapper, #mainPostersAdMessageWrapper
{
    margin: 48px;
}

@media (max-width: 480px)
{
    #mainPostersAdMessageWrapper
    {
        margin: 20px;
    }
}

#mainPostersAdMessageWrapper
{
    font-size: 26px;
}

#mainPostersAdMessageWrapper a
{
    text-shadow: 0 0 3px #2196f3;
}

.mainLabelsGroup
{
    margin: 1em 0;
}

#mainFooterWrapper
{
    font-style: italic;
}

@media (max-width: 640px)
{
    #mainLabelsWrapper, #mainNoPostersMessage, #mainSocial, 
    #mainPosters, #mainSubscription, .mainMenuSection
    {
        margin: 16px 1px;
    }
}

@media (max-width: 480px)
{
/*    #mainLabelsWrapper
    {
        display: none;
    }*/
}

#mainNoPostersMessage
{
    font-size: 26px;
}

#mainNoPostersMessage a
{
    text-shadow: 0 0 3px #2196f3;
}

.nowrap
{
    white-space: nowrap;
}

.mainAdWrapper
{
    display: block;
    margin: 32px auto;
    text-align: center;
}

.fullAdWrapper
{
    display: block;
    margin: 32px auto;
    text-align: center;
}

.mainAdWrapper .adsbygoogle
{
    margin: 0 auto;
}

.fullAdWrapper .adsbygoogle
{
    margin: 0 auto;
}

#whatIsHotGrid > .fullAdWrapper
{
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
}

#mainFooterCopy
{
    color: #cccccc;
    text-decoration: none;
}

#mainPosterAdImage
{
    width: 192px;
    border-radius: 10px;
    border: white 1px solid;
}

#mainNextPageButton, #posterNextPageButton, .mainLabels, #mainPostersAd, .mainRegion,
#mainOtherNextPageButton
{
    border: 1px solid rgba(99, 190, 255, 0.38);
    border-radius: 6px;
    padding: 13px 17px;
    margin: 4px;
    background-color: #02020e;
    box-shadow: 0 2px 9px rgba(3, 14, 23, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#mainNextPageButton:hover, #posterNextPageButton:hover, .mainLabels:hover, #mainPostersAd:hover, .mainRegion:hover,
#mainOtherNextPageButton:hover
{
    border-color: rgba(99, 190, 255, 0.74);
    box-shadow: 0 4px 14px rgba(33, 150, 243, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: translateY(-1px);
}

#mainNextPageButton:focus-visible, #posterNextPageButton:focus-visible, .mainLabels:focus-visible,
#mainPostersAd:focus-visible, .mainRegion:focus-visible, #mainOtherNextPageButton:focus-visible
{
    outline: 2px solid #63beff;
    outline-offset: 3px;
}

.mainMenuItem
{
    border-radius: 5px;
    padding: 16px;
    margin: 3px;
    background-color: #02020e;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.mainMenuItemTown
{
    border-radius: 5px;
    padding: 16px;
    margin: 3px;
    background-color: #02020e;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin-left: 1em;
}

#mainPostersAd, #mainNextPageButton, #posterNextPageButton, #mainOtherNextPageButton
{
    font-size: 24px;
}

.mainMenuItem, .mainMenuItemTown
{
    display: block;
}
.menuArea
{
    margin: 0 0 36px;
}



.menuVegueriaTitle
{
    margin-top: 26px;
}

.menuVegueriaLink
{
    color: #ffeec2;
    text-decoration: none;
}

@media (max-width: 400px)
{
    .menuVegueriaTitle
    {
        font-size: 28px;
    }
}

.menuRegionEntry
{
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 14px;
    padding: 14px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(55, 109, 149, 0.26), rgba(23, 48, 70, 0.28)),
        #17364d;
    border: 1px solid rgba(255, 196, 89, 0.28);
    box-shadow: 0 12px 28px rgba(3, 11, 19, 0.28);
}

.menuRegionLink
{
    display: block;
    padding: 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 176, 58, 0.22), rgba(255, 122, 24, 0.12));
    color: #fff2cc;
    font-family: var(--font-system);
    font-size: 23px;
    font-weight: 800;
    text-decoration: none;
}

.menuTownList
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.menuTownLink
{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background-color: #0d2536;
    border: 1px solid rgba(141, 226, 255, 0.32);
    color: #dff5ff;
    font-family: var(--font-system);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.menuTownLink:hover,
.menuRegionLink:hover,
.menuVegueriaLink:hover
{
    color: #ffffff;
    border-color: rgba(255, 238, 194, 0.65);
}

#mapLegendLabels
{
    text-align: center;
    background-color: #02020e;
    color:#cccccc;
    padding: 0px 16px;
    font-weight: bold;
}

#mapLegend
{
    background: #02020e;
    color:#cccccc;
    margin-left: 2px;
    padding:3px;
    border-radius: 3px;
    font-size: 19px;
    font-weight: bold;
}

.mapLabels
{
    padding-top: 10px;
    display: inline-block;
    white-space: nowrap;
    background-color: #5050d4;
    border-radius: 5px;
    margin: 2px 0px;
}

.mapModalWindow
{
    position: fixed;
    top: 3px;
    max-height: 100%;
    background: linear-gradient(180deg, #14354f 0%, #0d2335 100%);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 101;
    color: #eaf6ff;
    border: 1px solid rgba(127, 198, 255, 0.35);
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(2, 8, 12, 0.45);
}

@media (max-width: 639px)
{
    .mapModalWindow
    {
        width:100%;
    }
}

@media (min-width: 640px)
{
    .mapModalWindow
    {
        min-width: 640px;
    }
}

.mapModalClose
{
    float:right;
    font-size: 32px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #eaf6ff;
    line-height: 40px;
    text-align: center;
    margin: 10px 10px 0 0;
}

#mapWindowInfoContent
{
    padding: 56px 22px 22px;
}

.mapPosterCard
{
    text-align: left;
}

.mapPosterTitle
{
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.15;
    color: #f2fbff;
}

.mapPosterSubtitle
{
    margin: 0 0 14px;
    font-size: clamp(16px, 2vw, 20px);
    color: #bfe7ff;
}

.mapPosterMeta
{
    margin: 0 0 10px;
    font-size: 17px;
    color: #d7ecfb;
}

.mapPosterMetaLink
{
    color: #8de2ff;
    text-decoration: none;
    font-weight: bold;
}

.mapPosterMetaLink:hover
{
    color: #c5eeff;
}

.mapPosterLink
{
    display: inline-block;
    margin-top: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(44, 123, 189, 0.95), rgb(24,119,252));
    border: 1px solid rgba(124, 202, 255, 0.35);
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    box-shadow:
        0 8px 18px rgba(4, 18, 32, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mapPosterLink:hover
{
    color: #ffffff;
}

.mapFesta, .mapFira, .mapEsport, .mapMusica, .mapCinema, .mapTeatre, .mapAltres, .mapPerNens,
.map1, .map2, .map3, .map4, .map5, .map6, .map7
{
    background: url("/images/markers.png") no-repeat;
    background-size: 200px 200px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    vertical-align:top;
    position: relative;
    left: -5px;
    top: -10px;
}

.mapFesta, .map1
{
    background-position: -80px -0px;
}

.mapFira, .map2
{
    background-position: -0px -40px;
}

.mapEsport, .map3
{
    background-position: -160px -0px;
}

.mapMusica, .map4
{
    background-position: -0px -0px;
}

.mapCinema, .map5
{
    background-position: -40px -0px;
}

.mapTeatre, .map6
{
    background-position: -120px -0px;
}

.mapAltres
{
    background-position: -40px -40px;
}

.mapPerNens, .map7
{
    background-position: -80px -40px;
}

.poster
{
    display: inline-block;
}

.posterTitle a
{

}

.posterImageWrapper
{
    text-align: center;
    background:
        radial-gradient(circle at 18% 16%, rgba(138, 204, 255, 0.16), transparent 56%),
        linear-gradient(180deg, #1b3448 0%, #13293a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(116, 185, 255, 0.36);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.posterImage
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    transition: transform .35s ease;
}

@media (min-width: 512px)
{
    .posterImage
    {
        max-width: 512px;
        max-height: 512px;
    }
}

#postersWrapper
{
    text-align: center;
}

.posterList
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.posterListWrapper
{
    width: 640px;
}

.posterWrapper, .posterListWrapper, .adWrapper
{
    margin: 16px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(49, 103, 143, 0.28), rgba(24, 52, 74, 0.26)),
        #19384f;
    border-radius: 12px;
    text-align: left;
    border: 1px solid rgba(112, 194, 255, 0.5);
    box-shadow:
        0 16px 34px rgba(3, 11, 19, 0.34),
        0 1px 0 rgba(186, 227, 255, 0.09) inset;
}

.posterWrapper
{
    display: inline-block;
    max-width: calc(100vw - 36px);
    transition: transform .18s ease, box-shadow .22s ease;
}

.posterWrapper:hover
{
    transform: translateY(-2px);
    box-shadow:
        0 22px 42px rgba(3, 11, 19, 0.4),
        0 1px 0 rgba(186, 227, 255, 0.16) inset;
}

.posterWrapper:hover .posterImage
{
    transform: scale(1.012);
}

@media (min-width: 641px)
{
    .posterWrapper
    {
        max-width: calc(100vw - 66px);
    }
}

#posterEditor
{
    margin: 16px;
    display: inline-flex;
    background-color: #285171;
    padding: 16px;
    border: 1px #2196f3 solid;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#posterEditorPicture
{
    float:left;
    width: 128px;
    height: 128px;
    border-radius: 6px;
    background-color: black;
}

#posterEditorInfo
{
    padding: 32px 16px;
}

@media (max-width: 640px)
{
    .posterWrapper, #posterEditor, .posterListWrapper
    {
        margin: 8px 1px;
    }

    .posterListWrapper
    {
        width: fill-available;
        width: -moz-available;
        width: -webkit-fill-available;
    }

    #posterEditorInfo
    {
        padding: 16px 8px;
    }
}

#posterEditorName
{
    font-size: 22px;
    font-weight: bold;
    max-width: 30ch;
    margin: 0 auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#posterEditorActivity
{
    font-size: 19px;
    max-width: 30ch;
    margin: 0 auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#posterListMainTitle
{
    font-size: 24px;
    font-weight: bold;
    margin: 16px;
    clear: both;
}

.posterListDate
{
    font-style: italic;
}

.posterListBlock
{
    line-height: 1.7;
}

.posterListTitle
{
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.posterListTitle a
{
    text-decoration: none;
    color: #000;
}

.posterListSubtitle
{
    font-size: 19px;
}

.posterCommentsWrapper, .posterDateTimeWrapper, .posterTags, .posterMoreInfo
{
    margin: 14px 0;
}

.posterMoreInfo
{
    display: flex;
    flex-flow: wrap;
    gap: 12px;
}


.posterWebLinkWrapper
{
    overflow-x: hidden;
    display: inline;
}

.posterLabelWrapper, .posterRegionWrapper
{
    margin: 5px 0;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.posterDateTimeWrapper
{
    font-size: clamp(18px, 2.4vw, 21px);
    font-weight: bold;
    color: #e8f5ff;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: rgba(6, 19, 29, 0.35);
    border: 1px solid rgba(124, 202, 255, 0.28);
}

.posterWebLink
{
    color: #91d5ff;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(17px, 2.2vw, 20px);
    overflow-wrap: anywhere;
}

.posterCommentsWrapper
{
    font-style: italic;
    color: #d9ebf7;
    text-shadow: none;
    padding: 8px 0;
    border-top: 1px solid rgba(127, 198, 255, 0.2);
    border-bottom: 1px solid rgba(127, 198, 255, 0.2);
}

.posterCommentsWrapper a
{
    color: #8de2ff;
}

.posterLabel, .posterLocation
{
    border-radius: 999px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 12px;
    background-color: #1d6eaf;
    color: #eaf6ff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    border: 1px solid #63beff;
    box-shadow: 0 2px 8px rgba(3, 14, 23, 0.28);
}

.posterShare
{
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.anchorShare
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(210, 190, 255, 0.42);
    background: linear-gradient(180deg, rgba(126, 87, 194, 0.98), #673ab7);
    color: white;
    font-weight: bold;
    letter-spacing: 0.01em;
    box-shadow:
        0 8px 18px rgba(4, 18, 32, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform .15s ease, box-shadow .2s ease;
}

.anchorShare:hover
{
    color: white;
    transform: translateY(-1px);
    box-shadow:
        0 12px 22px rgba(4, 18, 32, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.anchorPosterContact
{
    background: linear-gradient(180deg, rgba(126, 87, 194, 0.98), #673ab7);
}

.posterContactModal
{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.62);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.posterContactModalContent
{
    position: relative;
    width: min(460px, 100%);
    background: #133144;
    color: #eef9ff;
    border: 1px solid rgba(141, 226, 255, 0.45);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
    padding: 20px;
}

.posterContactTitle
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-right: 36px;
}

.posterContactClose
{
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #eef9ff;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
}

.posterContactForm
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.posterContactForm label
{
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: bold;
}

.posterContactForm select,
.posterContactForm input,
.posterContactForm textarea
{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(141, 226, 255, 0.45);
    border-radius: 6px;
    background: #f7fcff;
    color: #102b3d;
    font-size: 16px;
    padding: 10px;
}

.posterContactForm textarea
{
    min-height: 120px;
    resize: vertical;
}

.posterContactWebsite
{
    position: absolute;
    left: -10000px;
    width: 1px !important;
    height: 1px;
    opacity: 0;
}

.posterContactMessageLimit
{
    text-align: right;
    font-size: 13px;
    color: #bdefff;
}

.posterContactStatus
{
    min-height: 22px;
    color: #aaf0c3;
    font-weight: bold;
}

.posterContactStatusError
{
    color: #ffd0d0;
}

.posterContactActions
{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.posterContactActions button
{
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.posterContactSubmit
{
    background: #258d77;
    color: white;
}

.posterContactSubmit:disabled
{
    opacity: 0.55;
    cursor: default;
}

.posterContactCancel
{
    background: #d8edf7;
    color: #173346;
}

.posterLocationImage
{
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

ins.adsbygoogle[data-ad-status="unfilled"]
{
    display: none !important;
}


.posterTooltip
{
    position: relative;
    display: inline-block;
    background-color: #0e2433;
    padding: 0 10px;
    border-radius: 999px;
    font-weight: bold;
    color: #8fd3ff;
    font-size: 18px;
    border: 1px solid rgba(139, 212, 255, 0.35);
}

.posterTooltip .posterTooltiptext
{
    visibility: hidden;
    width: min(320px, 78vw);
    background-color: #06131d;
    color: #dcecf7;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    border: 1px solid #61bdff;
    box-shadow: 0 10px 30px rgba(2, 8, 12, 0.5);
}

.posterTooltip .posterTooltiptext::after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #61bdff transparent transparent transparent;
}

.posterTooltip:hover .posterTooltiptext
{
    visibility: visible;
}

.margin_bottom
{
    margin-bottom: 0.5em;
}

.subscription-container {
    /*    background-color: white;*/
    padding: 20px 0px;
    /*    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

#subscription-title
{
    font-size: 26px;
    margin-bottom: 0.5em;
}

#subscription-form
{
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #40429a;
}


#subscription-form input[type="email"] {
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#subscription-form button {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#subscription-form button:hover {
    background-color: #4cae4c;
}

.subscription-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.subscription-modal-content {
    font-size: 20px;
    background-color: #40429a;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    border: #ccc solid 3px;
}

.subscription-modal button {
    margin: 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 18px;
}

#poster-main-poster {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#poster-main-poster-content
{
    display: flex;
    gap: 16px;
    /* align-content: center; */
    align-items: center;
}

#poster-main-poster .posterImageWrapper
{
    background-color: transparent;
}

@media (min-width: 1025px)
{
    #poster-main-poster-content .posterImageWrapper
    {
        min-width: 380px;
    }
}

@media (max-width: 1024px)
{
    #poster-main-poster-content
    {
        flex-wrap: wrap;
    }
}



#poster-main-poster-footer
{
    display: flex;
    flex-direction: column;
}

.posterSocial, #posterSocial
{
    margin-top: 18px;
    padding-top: 6px;
}

.poster-pre
{
    margin-bottom: 16px;
    font-size: 0.92em;
    letter-spacing: 0.02em;
}

.posterAuthorWrapper
{
    margin-left: 0;
    margin-top: 10px;
}

@media (max-width: 640px)
{
    .posterWrapper h2, .posterWrapper h4
    {
        margin-bottom: 12px;
    }

    .posterWrapper
    {
        padding: 14px;
        border-radius: 10px;
    }

    .posterCommentsWrapper, .posterDateTimeWrapper, .posterTags, .posterMoreInfo
    {
        margin: 12px 0;
    }

    .posterDateTimeWrapper
    {
        padding: 8px 10px;
    }

    .posterLabel, .posterLocation
    {
        height: 30px;
        line-height: 30px;
        padding: 3px 11px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .posterAuthorWrapper
    {
        margin-left: 0;
        margin-top: 8px;
    }

    .authorWrapper
    {
        width: 100%;
        box-sizing: border-box;
    }
}
