<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --myydaan: #EF4F4F;
    --ostetaan: #006090;
    --vaihdetaan: #41a322;
    --vuokrataan: #F1D209;
    --halutaan-vuokrata: #9460BB;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sidebar {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .sidebar &gt; div {
        flex: 1 1 auto;
    }
}

.content-wrapper {
    background-color: transparent!important;
    max-width: none!important;
    padding: 0!important;
}

#wrapper {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    padding: 30px;
    box-sizing: border-box;
}


@media screen and (min-width: 1325px) {

    /* To reduce CLS */
    .section--ad.section--ad__panorama,
    .section--ad.section--ad__parade {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    #wrapper {
        display: grid;
        grid-template-columns: 1fr 300px;
        gap: 30px;
    }

    .section--ad.section--ad__mob {
        display: none!important;
    }

    .section--ad.section--ad__parade {
        display: block!important;
    }
}

@media screen and (max-width: 1324px) {
    .section--ad.section--ad__mob:not(#mobile-takeover-container .section--ad__mob) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 15px auto;
    }
}

.hide-wrapper {
    display: none!important;
}

.ad-loader {
    width: 100%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
}

.ad-loader:not(.ad-loader-small) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transform: translateZ(50px);
    background-color: #F1F1F1;
}

.ad-loader-small {
    margin-bottom: 100vh;
    margin-top: 15px;
}

.button {
    appearance: none;
    -webkit-appearance: none;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    border: none;
    background-color: #f5a623;
    color: #fff;
    font-size: 16px!important;
    font-family: 'barlowregular', sans-serif;
    cursor: pointer;
    box-shadow: none;
    width: 175px!important;
    max-width: 100%;
}

.porssi-hero-container {
    display: none;
    justify-content: center;
    position:relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.porssi-hero-container .section--ad {
    margin: 0!important;
}

@media screen and (min-width: 1025px) {
    .porssi-hero-container {
        display: flex;
        min-height: 120px;
    }

    .porssi-bg-image {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        z-index: -1;
        background-image: url("/wp-content/themes/golfpiste/assets/img/porssi_hero.jpg");
        filter: brightness(0.6);
    }

    .two-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

.type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 15px;
}

.type::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.FOR_SALE::before {
    background-color: var(--myydaan);
}

.WANTED::before {
    background-color: var(--ostetaan);
}

.FOR_RENT::before {
    background-color: var(--vuokrataan);
}

.WANTED_FOR_RENT::before {
    background-color: var(--halutaan-vuokrata);
}

.EXCHANGE::before {
    background-color: var(--vaihdetaan);
}

span, p {
    font-family: 'barlowregular', sans-serif;
    font-weight: normal;
}

label {
    font-size: 16px!important;
    font-family: 'barlowmedium', sans-serif;
    font-weight: 500;
}

.top-part {
    display: flex;
    justify-content: flex-end;
}

.go-back-btn, .go-back-btn:hover {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    gap: 10px;
    cursor: pointer;
}

.go-back-btn-mobile {
    margin: 0 auto 30px auto;
}

@media screen and (min-width: 768px) {
    .go-back-btn-mobile {
        display: none;
    }

    .go-back-btn-desk {
        display: flex!important;
    }

    .top-part {
        justify-content: space-between;
    }

    .mobile-title {
        display: none;
    }
}

.mobile-title {
    padding: 30px 30px 10px 30px;
}

.mobile-title h1 {
    margin: 15px 0 0 0!important;
}

.go-back-btn-desk {
    display: none;
}

.go-back-btn span {
    font-family: 'barlowsemibold', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons &gt; div a:not(:last-child) {
    margin-right: 25px;
}

.social-icons span {
    font-family: 'barlowsemibold', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.social-icons .share-icon {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #222222;
    text-decoration: none;
}

.social-icons .share-icon svg {
    filter: brightness(0) invert(1);
}

.ilmoitus-info {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 15px;
    margin-top: 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,.1);
    background-color: #fff;
}


@media screen and (max-width: 767px) {

    .top-part { position: relative; }

    .top-part::after {
        background-color: #dbdbdb;
        content: "";
        height: 1px;
        bottom: 0;
        width: calc(100% - 30px);
        display: block;
        position: absolute;
        left: 15px;
    }

    .social-icons &gt; div {
        margin-left: auto;
    }

    .social-icons {
        width: 100%;
    }

    .ilmoitus-info {
        grid-template-columns: 1fr!important;
        margin-top: 0!important;
        box-shadow: none!important;
        gap: 0!important;
    }

    .mobile-title {
        padding: 15px!important;
    }

    .hide-mobile {
        display: none!important;
    }

    .porssi-image-carousel-wrapper {
        overflow: visible!important;
    }

    .more-info {
        padding: 0 15px!important;
    }

    .other-pictures {
        position: relative!important;
        transform: none!important;
        height: auto!important;
        padding: 20px 0;
    }

    .other-pictures::before {
        opacity: 0;
    }

    .other-pictures .pictures {
        padding: 0 20px!important;
        gap: 11px!important;
    }

    .other-pictures .pictures .picture {
        width: 55px!important;
        height: 55px!important;
    }

    .other-pictures .pictures .picture.selected {
        box-shadow: 0 0 0 1pt #f5a623;
    }

    .flickity-viewport {
        width: 100vw;
        height: 100vw;
    }

    .flickity-viewport .image-carousel-picture {
        width: 100vw;
        height: 100vw;
    }

    #search-results {
        gap: 15px!important;
    }
}

.ilmoitus-info .more-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.product-price {
    font-size: 16px;
    margin: 15px 0 0 0;
    font-family: 'barlowsemibold', sans-serif;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #F5A623;
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
}

.porssi-image-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.porssi-image-carousel-wrapper .other-pictures::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transform: translateZ(5px);
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.other-pictures::-webkit-scrollbar {
    height: 5px;
}

.porssi-image-carousel-wrapper .other-pictures {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    will-change: transform;
    transition: transform .3s ease;
}


.porssi-image-carousel-wrapper #ilmoituksen-kuvat:not(.is-fullscreen):hover ~ .other-pictures,
.porssi-image-carousel-wrapper .other-pictures:hover {
    transform: translateY(0%);
}


.porssi-image-carousel-wrapper .other-pictures .pictures {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 50px;
    gap: 10px;
}

.porssi-image-carousel-wrapper .other-pictures .picture {
    position: relative;
    z-index: 10;
    transform: translateZ(10px);
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow ease .2s, transform .2s ease ;
    cursor: pointer;
}

.porssi-image-carousel-wrapper .other-pictures .picture:active {
    transform: scale(.96) translateZ(10px);
}

.porssi-image-carousel-wrapper .other-pictures .picture.selected {
    box-shadow: 0 0 0 2pt #f5a623;
}

.ilmoitus-info h1 {
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 26px!important;
    line-height: 1;
    font-family: 'barlowmedium', sans-serif;
    font-weight: 600;
}

.more-info .post-info p {
    font-size: 18px;
    font-family: 'barlowsemibold', sans-serif;
}
.more-info .post-info dl {
    font-family: 'barlowregular', sans-serif;
    margin: 15px 0 0 0!important;
}

.more-info .post-info dl dt {
    display: inline-block;
    padding-right: 5px;
    font-family: 'barlowsemibold', sans-serif;
    width: calc(50% - 5px);
    font-size: 16px;
}

.more-info .post-info dl dd {
    padding-left: 5px;
    display: inline-block;
    width: calc(50% - 5px);
    margin-left: 0!important;
    font-size: 16px;
}

.post-content {
    margin: 30px 0;
}

.image-carousel-picture {
    width: 100%;
    height: 100%;
}

.image-carousel-picture.hide-pic {
    display: none;
}

#ilmoituksen-kuvat-fullscreen .image-carousel-picture--fullscreen img {
    max-width: 1080px;
    max-height: 1080px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.fullscreen-popup {
    width: 100%;
    height: calc(100% - var(--gp-wp-admin-bar-height, 0px));
    top: var(--gp-wp-admin-bar-height, 0px);
    position: fixed;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0,0,0);
    z-index: 1000;
    transform: translateZ(1000px);
}

.fullscreen-popup img {
    height: 100%;
    width: 100%;
    max-height: 1080px;
    max-width: 1080px;
    object-fit: contain;
}

.fullscreen-popup button {
    top: 95px;
}

#open-fullscreen {
    display: none!important;
}

@media screen and (max-width: 768px) {
    #wrapper {
        padding: 0!important;
    }

    .social-icons {
        padding: 15px;
    }

    .post-content,
    .content-continues-after-ad,
    .two-columns ,
    .sidebar {
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

.image-carousel-picture img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    max-width: 1080px;
    max-height: 1080px;
    object-fit: cover;
}

.content-continues-after-ad {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-continues-after-ad span {
    font-family: 'barlowregular', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.content-continues-after-ad::before,
.content-continues-after-ad::after {
    content: "";
    flex: 1 0 auto;
    height: 1px;
    background-color: #000;
}

.contact-seller {
    width: 100%;
}

.contact-seller-wrapper h4,
.seller-info h4 {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'barlowsemibold', sans-serif;
    font-weight: 600;
}

.contact-seller label {
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

.contact-seller label:not(:first-of-type) {
    margin-top: 25px;
}

input:not([type='submit']):not([type="radio"]), textarea {
    width: 100% !important;
    background-color: #fff;
    display: block;
    border: 1px solid #CDCDCD;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    font-size: 14px!important;
    font-family: 'barlowregular', sans-serif!important;
    font-weight: 300;
    padding: 10px 15px!important;
    border-radius: 5px;
    box-sizing: border-box!important;
}

.gchoice input[type="radio"] {
    margin-top: 0!important;
}

.gchoice input.small {
    width: 60% !important;
    display: inline-block;
}

.seller-info dl dt {
    font-size: 16px;
    font-family: 'barlowsemibold', sans-serif;
    font-weight: 600;
    width: 115px;
    padding-right: 20px;
    display: inline-block;
}

.seller-info dl dt:not(:last-of-type),
.seller-info dl dd:not(:last-of-type) {
    margin-bottom: 15px;
}

.seller-info dl dd {
    font-size: 16px;
    font-family: 'barlowregular', sans-serif;
    font-weight: 400;
    margin-left: 0!important;
    width: calc(100% - 135px);
    display: inline-block;
}

#inappropiate-post {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    color: #f5a623;
    font-size: 16px;
    display: flex;
    gap: 10px;
    font-family: 'barlowregular', sans-serif;
    font-weight: 300;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0!important;
    cursor: pointer;
}

#inappropiate-post svg {
    width: 8px;
    filter: invert(60%) sepia(92%) saturate(376%) hue-rotate(357deg) brightness(95%) contrast(103%);
}

/* Flickity related */

button.flickity-button,
button.fullscreen-button {
    border: 0!important;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none!important;
    border-radius: 5px!important;
    width: 30px!important;
    height: 30px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    background-color: #222222!important;
    padding: 0!important;
    cursor: pointer;
}

button.flickity-prev-next-button {
    top: 50%!important;
    transform: translateY(-50%)!important;
}

button.flickity-prev-next-button.next {
    cursor: pointer;
    right: 10px;
}
button.flickity-prev-next-button.previous {
    cursor: pointer;
    left: 10px
}

button.flickity-prev-next-button.next svg,
button.flickity-prev-next-button.previous svg {
    filter: brightness(0) invert(1);
    width: 18px!important;
}

button.flickity-prev-next-button svg {
    transition: transform .2s ease-in-out;
}

button.flickity-prev-next-button:active svg {
    transform: scale(0.90);
}

.flickity-page-dots {
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 0!important;
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background-color: #f5a623;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: rgb(255,255,255);
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

/* fullscreen */

button.flickity-button.flickity-fullscreen-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

button.fullscreen-button.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

button.fullscreen-button.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.is-fullscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: translateZ(1000px);
    background-color: rgb(0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Adapt height if wp-admin bar is active */

body.admin-bar .is-fullscreen {
    height: calc(100% - 46px);
    top: 46px;
}

@media screen and (min-width: 783px) {
    body.admin-bar .is-fullscreen {
        height: calc(100% - 32px);
        top: 32px;
    }
}

.is-fullscreen .image-carousel-picture {
    padding: 20px;
}

.fullscreen-placeholder {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* GravityForms */

.gform_legacy_markup_wrapper .gfield_radio li label {
    margin-left: 8px!important;
}

@media screen and (min-width: 768px) {

    .show-only--mobile {
        display: none!important;
    }

    #ilmoituksen-kuvat {
        width: 100%;
    }

    #ilmoituksen-kuvat:not(.is-fullscreen) .flickity-viewport {
        width: 400px;
        height: 400px;
    }

    .porssi-image-carousel-wrapper .other-pictures {
        overflow-x: auto;
    }
}

.section--ad__parade, .section--ad__panorama {
    margin: 15px 0!important;
}


.verified-badge {
    font-size: 16px;
    margin-top: 30px;
    display: flex;
    padding: 10px;
    border-radius: 6px;
    background-color: #222222;
    color: #fff;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
}

.verified-badge.small {
    padding: 5px 10px;
    background-color: #222222;
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.verified-badge::after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.verified-badge svg {
    margin-right: 10px;
    position: relative;
    z-index: 2;

}
#gform_confirmation_message_8{
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
}
#gform_confirmation_message_8.gform_confirmation_message{
    border-color: green;
    color: darkgreen;
    background-color: rgba(0, 255, 0, .17);

}</pre></body></html>