
.fs-card-body {
    background-color: white;
    color: black;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 15px;
    border-radius:16px;
}

.main-image-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 12px !important;
    width: 400px !important;
    max-width: 100% !important;
}
.additional-image-wrapper {
    max-width: 100% !important;
    width: 400px !important;
    max-height: 120px;
    gap: 10px;
    display: flex;
    flex-direction: row;
}
.additional-image-wrapper > div  {
    border-radius: 12px !important;
    height: 120px;
    max-height: 120px !important;
    width: 195px !important;
}
.info-wrapper-single-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 400px;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .fs-card-body {
        width: 100%;
        display: flex;
    }
    .fs-card-container {
        max-width: 100vw;
        flex-direction: column !important;
    }
    .additional-image-wrapper {

    }
    .additional-image-wrapper img {

    }
}

.fs-card-container {
    display:flex;
    width: 100%;
    flex-direction: row;
    gap:20px;
    justify-content: center;
}

/* Asiakkaan custom tyylit */
.varuste-rivi {
    font-size: 16px;
}

.pidempi-vuokra-aika {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 10px;
}

.vuokra {
    margin-bottom: 0px;
}

.fs-card-body ul {
    padding-left: 24px;
}



