.lead,
.is-style-lead {
line-height: 1.4;
font-family: "Teko", sans-serif;
font-size: 22px;
font-size: 1.5rem;
font-weight: 400;
}
@media (min-width: 992px) {
.lead,
.is-style-lead {
font-size: 24px;
}
}ul.is-style-check,
ul.is-style-check-two-columns {
padding-left: 0;
}
ul.is-style-check li,
ul.is-style-check-two-columns li {
display: block;
padding: 5px 0 5px 35px !important;
list-style-type: none;
background-image: url(//profinder.fi/wp-content/themes/Digitaali/images/icon-check.svg);
background-size: 25px;
background-position: 0 50%;
background-repeat: no-repeat;
line-height: 1.4;
}
@media (min-width: 500px) {
ul.is-style-check-two-columns {
column-count: 2;
column-gap: 40px;
}
}
@media (min-width: 768px) {
ul.is-style-check-two-columns {
column-count: 1;
}
}
@media (min-width: 992px) {
ul.is-style-check-two-columns {
column-count: 2;
column-gap: 40px;
}
}.wp-block-button .wp-block-button__link {
border-radius: 10px !important;
padding: 0.8rem 1.7rem;
color: #fff;
font-weight: 700;
font-size: 0.9rem !important;
background: linear-gradient(267.75deg, #7536FA 0%, rgba(117, 54, 250, 0.7) 101.21%);
border: 0;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
text-decoration: none;
}
.wp-block-button:not(.is-style-valkoinen) .wp-block-button__link::after {
content: " ";
margin-left: 10px;
display: inline-block;
width: 15px;
height: 15px;
background-image: url(//profinder.fi/wp-content/themes/Digitaali/images/icon-chevron-right-sharp.svg);
background-position: 0 2px;
background-size: contain;
}
.wp-block-button.is-style-valkoinen .wp-block-button__link {
color: #210062;
background: #fff;
background-color: #fff;
border: 1px solid #e5e5e5;
font-weight: 400;
}
.wp-block-button.is-style-valkoinen .wp-block-button__link:hover,
.wp-block-button.is-style-valkoinen .wp-block-button__link:focus {
text-decoration: none;
box-shadow: inset 0 0 0 1px #000;
}
.wp-block-buttons.is-layout-flex {
gap: 1.5em;
}