.lainataulukko {
    background: #f7f7f7;
    padding: 30px;
}

.lainataulukko *,
.lt-header-container * {
    box-sizing: border-box;
}

.lainataulukko-incontent {
    background: none;
    padding: 0;
}

.lainantarjoaja {
    border: 2px solid #e8e8e8;
    box-shadow: 0 0 20px #eee;
    padding: 24px 28px;
    position: relative;
}

.lt-tiedot-cols {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lt-tiedot-col {
    width: 20%;
    text-align: center;
}

.lt-tiedot-col span {
    display: block;
    line-height: 1.4;
}

.lt-tiedot-col span:first-child {
    color: #345f5d;
    font-weight: 700;
    font-size: 16px;
}

.lt-tiedot-col span:last-child {
    font-size: 13px;
    color: #717171;
}

.lt-tiedot-col:first-child {
    text-align: left;
    padding-right: 10px;
}

.lt-tiedot-col img {
    width: 180px;
    height: 32px;
    object-fit: contain;
    object-position: left;
	margin-top: 6px;
}

.lt-tiedot-col:nth-child(2),
.lt-tiedot-col:nth-child(3),
.lt-tiedot-col:nth-child(4) {
    padding: 6px 0 22px;
}

.lt-tiedot-col:nth-child(5) {
    padding-left: 10px;
}

.lt-lisatiedot {
    clear: both;
    position: relative;
}

.lt-lisatiedot li:after {
    display: none !important;
}

.lt-lisatiedot li {
    padding-left: 0px !important;
}

.btn-hae-laina {
    display: block;
    background: #f79820;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0;
    padding: 5px;
    font-size: 17px;
    transition: background-color 0.3s ease-in-out;
    font-weight: 800;
}

.btn-hakukriteerit {
    display: block;
    background: #ffffff;
    color: #345f5d !important;
    text-decoration: none !important;
    border-radius: 0;
    padding: 5px;
    font-size: 15px;
    border: 2px solid #345f5d;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 30px;
    width: 200px;
}

.btn-hae-laina:hover {
    background: #feb254;
}

.btn-hakukriteerit:hover {
    color: #121b2b;
    border-color: #121b2b;
}

.lt-stars {
    padding-top: 10px;
    text-align: left;
    line-height: 1;
}

.lt-star {
    background-image: url('../images/star.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
}

.lt-star-half {
    background-image: url('../images/star-half-alt.svg');
}

.lt-star-empty {
    background-image: url('../images/star-empty.svg');
}

.lt-lisatiedot-open {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    color: #717171 !important;
    text-decoration: none !important;
    font-size: 13px;
    outline: 0 !important;
    text-align: center;
}

.lt-lisatiedot-open:after {
    content: '';
    display: inline-block;
    background: url('../images/sort-up.svg') no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 12px;
    margin-left: 4px;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.lt-lisatiedot-open.opened:after {
    transform: rotate(0deg);
}

.lt-lisatiedot-details {
    display: none;
    padding-top: 20px;
}

.lt-lisatiedot-details>div {
    width: 50%;
    float: left;
}

.lt-lisatiedot-details:after {
    clear: both;
    content: '';
    display: block;
}

.lt-lisatiedot-details .lisatiedot-title {
    margin: 0;
    font-weight: 500;
    font-size: 19px;
}

.lt-lisatiedot-details>div:first-child .lisatiedot-title {
    color: #3e9978;
}

.lt-lisatiedot-details>div:last-child .lisatiedot-title {
    color: #982449;
}

.lt-lisatiedot-details ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.lt-lisatiedot-details ul li:before {
    content: '- ';
    margin-right: 2px;
}

.lt-lisatiedot-details ul li {
    line-height: 1.7;
    font-size: 15px;
    color: #717171;
    margin: 0 !important;
}

.lainantarjoaja-wrapper>p,
p.lt-todellinen-vuosikorko,
.lt-header-kortti p.lt-todellinen-vuosikorko {
    font-size: 13px;
    color: #717171;
    margin: 15px 0;
    line-height: 1.5;
}

.lt-lisatiedot-details p.lt-todellinen-vuosikorko {
    clear: both;
    padding: 15px 0 0;
    margin: 0;
}

.lt-header-kortti p.lt-todellinen-vuosikorko {
    clear: both;
    margin-top: 0;
    padding-top: 15px;
}

.lainantarjoaja-wrapper {
    padding-bottom: 10px;
}

.lainantarjoaja-wrapper.has-nauha {
    padding-top: 15px;
}

.lt-header-kortti .lainantarjoaja-wrapper {
    padding-bottom: 0;
}

.lainatarjoajat-sort:after,
.lt-sliders:after,
.lt-slider-labels:after {
    clear: both;
    content: '';
    display: block;
}

.lainatarjoajat-sort select {
    display: block;
    float: right;
    border: 2px solid #cccccc;
    box-shadow: none;
    border-radius: 0;
    padding: 7px 10px;
    color: #717171;
    cursor: pointer;
    font-size: 15px;
}

.lt-sliders {
    padding-bottom: 20px;
}

.lt-slider {
    float: left;
    width: 45%;
}

.lt-slider:last-child {
    float: right;
}

.lt-sliders input[type="range"].lt-slider-input {
    -webkit-appearance: none;
    width: 100%;
    height: 14px;
    padding: 0;
    border-radius: 10px;
    background: #f0f1f3;
    border: 1px solid #f0f1f3;
    outline: none;
}

.lt-sliders input[type="range"].lt-slider-input::-webkit-slider-runnable-track {
    box-shadow: none;
    outline: none;
    border: none;
}

.lt-sliders input[type="range"].lt-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #293a54;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: none;
}

.lt-sliders input[type="range"].lt-slider-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #293a54;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: none;
}

.lt-slider-labels {
    font-size: 14px;
    color: #717171;
}

.lt-slider-labels span {
    float: left;
    width: 50%;
    display: block;
}

.lt-slider-labels span:last-child {
    text-align: right;
}

.lt-slider-title {
    color: #345f5d;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 6px;
}

.lt-slider-title p {
    margin: 0;
}

.lainatarjoajat-sort {
    margin: 30px 0;
    display: none;
}

.main-header-bar {
    border-bottom-color: #7886a0;
}

.lt-header-wrapper {
    padding: 0 20px 0;
    position: relative;
	margin-bottom: 45px;
	background: #fff;
}

.ast-theme-transparent-header .lt-header-wrapper {
    padding-top: 127px;
}

.lt-header-kortti:before {
    padding-top: 17%;
}

.lt-header-container {
    margin: -25px auto 0;
    max-width: 960px;
    position: relative;
    z-index: 20;
	box-sizing: border-box;
}

.lt-header-container>p {
    line-height: 1.85714285714286;
}

.lt-header-container h1 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #345f5d;
    font-weight: 600;
}

.ast-single-post .entry-title,
.page-title {
    font-size: 30px;
}

.lt-kortti-wrapper:after,
.lt-pilvi:after {
    clear: both;
    content: '';
    display: block;
}

.lt-featured-img {
    width: 34%;
    float: left;
    padding: 7px;
    box-shadow: 0 0 20px #dedede;
}

.lt-featured-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.lt-header-kortti .lt-header-container {
    padding-bottom: 0;
}

.lt-header-kortti .lainantarjoaja-wrapper {
    width: 64%;
    float: right;
}

.lt-arvostelu {
    display: block;
    margin: 25px 0 0;
    max-width: 50%;
    line-height: 1.5;
    font-style: italic;
    font-size: 18px;
    min-height: 54px;
}

.lt-pilvi {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.lt-pilvi-block {
    margin: 15px 1%;
    box-shadow: 0 0 20px #dedede;
    text-align: center;
    flex-grow: 1;
    max-width: 31.33%;
    padding: 18px 60px;
}

.lt-pilvi-block p {
    margin: 0;
    font-weight: 700;
    line-height: 1;
}

.lt-pilvi-block a {
    color: #3a3a3a;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.lt-pilvi-block a:hover {
    opacity: 0.7;
}

.lt-pilvi-block img {
    width: auto;
    height: 50px;
    width: 200px;
    margin-bottom: 7px;
    object-fit: contain;
}

.lt-pilvi-block .lt-stars {
    padding-bottom: 9px;
    text-align: center;
}

.lt-nauha {
    position: absolute;
    line-height: 1;
    padding: 8px 12px;
    top: -15px;
    background: #345f5d;
    color: #fff;
    font-size: 14px;
}

.lt-nauha:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 8px;
    border-color: transparent transparent #345f5d transparent;
}

.lt-popup {
    position: relative;
    max-width: 460px;
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 16px;
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.4);
}

.lt-popup .btn-jatka {
    color: #fff;
    background: #FF851B;
    padding: 8px 30px;
    border-radius: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    transition: background-color 0.3s ease-in-out;
    text-transform: uppercase;
}

.lt-popup .btn-jatka:hover {
    background: #cd6d23;
}

.lt-popup .mfp-close {
    top: -26px;
    right: -26px;
    color: #fff !important;
    opacity: 1;
    font-size: 19px;
    border: 2px solid #fff;
    padding: 1px 0 0 1px;
    width: 24px;
    height: 24px;
    line-height: 1;
    border-radius: 12px;
}

.lainataulukko-incontent .lt-lisatiedot-details .lt-lisatiedot-vahvuudet ul li:before {
	content: '+';
	color: green;
}

.lainataulukko-incontent .lt-lisatiedot-details ul li:before {
	content: '-';
	color: red;
    line-height: 25px;
}

@media (min-width: 1031px) {
    .lainataulukko-incontent .lainantarjoaja {
        padding: 20px 14px;
    }
    .lainataulukko-incontent .lt-tiedot-cols {
        margin-bottom: 20px;
    }
    .lainataulukko-incontent .lt-tiedot-col {
        padding: 0 10px;
        border-right: 1px solid #eee;
    }
	.lainataulukko-incontent .lt-tiedot-col:nth-child(3),
    .lainataulukko-incontent .lt-tiedot-col:last-child {
        border-right: none;
    }
    .lainataulukko-incontent .lt-tiedot-col p {
        display: flex;
        text-align: left;
        margin-bottom: 8px;
    }
    .lainataulukko-incontent .lt-tiedot-col p:last-child {
        margin-bottom: 0;
    }
    .lainataulukko-incontent .lt-tiedot-col p span {
        display: block;
        width: 50%;
        font-size: 13px;
    }
    .lainataulukko-incontent .lt-tiedot-col:nth-child(2) {
        width: 25%;
    }
    .lainataulukko-incontent .lt-tiedot-col:nth-child(3) {
        width: 35%;
    }
    .lainataulukko-incontent .lt-tiedot-col:nth-child(4) {
        width: 21%;
    }
    .lainataulukko-incontent .lt-tiedot-col ul {
        margin: 0 0 0 17px;
        padding: 0;
    }
    .lainataulukko-incontent .lt-tiedot-col ul li {
        margin: 0 0 4px !important;
        padding: 1px 0 0 5px;
        line-height: 1.5;
        text-align: left;
        font-size: 13px;
        position: relative;
    }
    .lainataulukko-incontent .lt-tiedot-col ul li:last-child {
        margin-bottom: 0 !important;
    }
    .lainataulukko-incontent .lt-tiedot-col ul li:after {
        display: none !important;
    }
    .lainataulukko-incontent .lt-tiedot-col ul li:before {
        content: url(../images/fk-tick.svg);
        width: 17px;
        display: inline-block;
        position: absolute;
        left: -20px;
        top: 2px;
		margin-top: 1px;
    }
    .lainataulukko-incontent .btn-hae-laina {
        line-height: 1.7;
    }
    .lainataulukko-incontent .lt-nauha {
        padding: 6px 10px;
        font-size: 12px;
    }
    .lainataulukko-incontent .lt-lisatiedot-details>div:first-child .lisatiedot-title {
        color: inherit;
        margin-bottom: 0 !important;
    }
    .lainataulukko-incontent .lt-lisatiedot-details ul li {
    	margin: 0!important;
    }
    .lainataulukko-incontent .lt-lisatiedot-details>.review-link {
        float: right;
        max-width: 160px;
        text-align: center;
        margin: 0 0 10px;
    }
    .lainataulukko-incontent .lt-lisatiedot-details>.review-link .lt-stars {
        margin: 0 auto 5px;
        width: 100px;
    }
    .lainataulukko-incontent .lt-lisatiedot-details>.review-link span {
        text-decoration: underline;
        line-height: 1.5;
        display: inline-block;
        width: 130px;
    }
    .lainataulukko-incontent .lt-lisatiedot-vahvuudet {
        display: none;
    }
    .lt-header-kortti .lt-lisatiedot-open {
        display: none;
    }
    .lt-header-kortti .lt-lisatiedot-details {
        display: block;
        padding-top: 25px;
    }
    .lt-header-kortti .lainantarjoaja {
        position: relative;
    }
    .lt-header-kortti .lt-tiedot-col {
        width: 25%;
    }
    .lt-header-kortti .lt-tiedot-col:nth-child(5) {
        width: 1px;
        padding: 0;
    }
    .lt-header-kortti .lt-tiedot-col img {
        height: 44px;
    }
    .lt-header-kortti .btn-hae-laina {
        position: absolute;
        bottom: 30px;
        right: 30px;
        padding: 5px 15px;
    }
    .lt-header-kortti .lt-stars {
        position: absolute;
        top: 88px;
        left: 26px;
        padding: 0;
    }
    .lt-header-kortti .lt-lisatiedot-details .lisatiedot-title {
        font-size: 17px;
    }
    .lt-header-kortti .lt-lisatiedot-details ul {
        margin-top: 6px;
    }
    .lt-header-kortti .lt-lisatiedot-details ul li {
        font-size: 14px;
    }
}

@media (max-width: 1030px) {
	.site-main {
        padding-top: 15px;
	}
    .lainantarjoaja-wrapper>p {
        text-align: center;
    }
    .lainantarjoaja {
        position: relative;
        padding: 30px 60px 60px;
        margin-bottom: 20px;
    }
    .has-nauha .lainantarjoaja {
        padding-top: 40px;
    }
    .lt-stars {
        position: absolute;
        top: 35px;
        right: 70px;
        padding: 0;
    }
    .lt-tiedot-cols {
        display: block;
    }
    .lt-tiedot-col {
        float: left;
    }
    .lt-tiedot-col:first-child {
        width: 100%;
        float: none;
    }
    .lt-tiedot-col:nth-child(2),
    .lt-tiedot-col:nth-child(3) {
        width: 50%;
    }
    .lt-tiedot-col:nth-child(4),
    .lt-tiedot-col:nth-child(5) {
        width: 100%;
    }
    .lt-lisatiedot {
        position: static;
    }
    .lt-lisatiedot-open {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        background: #f5f5f5;
        padding: 3px 0;
        text-align: center;
    }
    .lt-lisatiedot-details>div {
        width: 100%;
        float: none;
        text-align: center;
    }
    .lt-lisatiedot-details>div:first-child {
        padding-bottom: 20px;
    }
    .lt-slider {
        float: none;
        width: 100%;
    }
    .lt-slider:first-child {
        padding-bottom: 10px;
    }
    .lt-tiedot-col:nth-child(5) {
        padding-left: 0;
    }
    .lt-header-wrapper {
        padding: 0;
        position: relative;
		margin-bottom: 0;
    }
    .lt-header-wrapper:before {
        display: none;
    }
    .lt-header-container {
        width: 100%;
        padding: 20px 20px 0;
		margin-top: 0;
    }
    .lainantarjoaja-wrapper {
        padding-bottom: 0;
    }
    .lt-header-kortti .lainantarjoaja-wrapper,
    .lt-featured-img {
        width: 100%;
        float: none;
    }
    .lt-kortti-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .lt-featured-img {
        margin-bottom: 20px;
        order: 3;
    }
    .lt-header-kortti {
        padding-bottom: 30px;
    }
    .lt-featured-img img {
        width: 100%;
        height: auto;
    }
    .lt-arvostelu {
        max-width: 100%;
        text-align: center;
    }
    .lainantarjoaja-wrapper>p,
    p.lt-todellinen-vuosikorko {
        text-align: center;
    }
    .lt-pilvi {
        margin: 0;
    }
    .lt-pilvi .lt-stars {
        position: static;
        padding-top: 7px;
    }
    .lt-pilvi-block {
        max-width: none;
    }
    .ast-right-sidebar #primary {
        margin-top: 0;
    }
    .lt-lisatiedot-details p.lt-todellinen-vuosikorko {
        text-align: left;
    }
    .lainataulukko-incontent .lt-lisatiedot-vahvuudet {
        display: block;
    }
    .lainataulukko-incontent .lt-tiedot-col:nth-child(2) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
        padding: 20px 20px 5px;
    }
    .lainataulukko-incontent .lt-tiedot-col:nth-child(3) {
        display: none;
    }
    .lainataulukko-incontent .review-link {
        display: none;
    }
    .lainataulukko-incontent ul li {
        margin-top: 2px;
    }
}

@media (max-width: 800px) {
    .lt-pilvi-block {
        font-size: 14px;
        margin: 1%;
    }
    .lt-pilvi-block img {
        height: 36px;
        width: 160px;
    }
    .lt-pilvi-block .lt-star {
        width: 13px;
        height: 13px;
    }
    .lt-pilvi .lt-stars {
        padding-top: 2px;
        padding-bottom: 10px;
    }
    .btn-sticky-mobile.btn-activate-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }
    .ast-theme-transparent-header .lt-header-wrapper {
        padding-top: 111px;
    }
}

@media (max-width: 500px) {
    .lainantarjoaja {
        padding: 20px 30px 50px;
    }
    .lt-tiedot-col img {
        width: 160px;
    }
    .lt-stars {
        top: 35px;
        right: 30px;
    }
    .lt-popup {
        max-width: 90%;
    }
}

@media (max-width: 380px) {
    .lainantarjoaja {
        padding: 20px 30px 50px;
    }
    .lt-tiedot-col img {
        width: 130px;
    }
    .lt-tiedot-col span:first-child {
        font-size: 15px;
    }
}