.jyseo-section .jy26-heading {
margin-bottom: 28px;
}
.jyseo-intro {
max-width: 980px;
margin-bottom: 28px;
}
.jyseo-intro p,
.jyseo-subsection > p,
.jyseo-split p {
color: #506271;
font-size: 17px;
line-height: 1.75;
}
.jyseo-subsection {
margin-top: 36px;
}
.jyseo-subsection h3,
.jyseo-split h3,
.jyseo-checklist h3 {
margin: 0 0 12px;
color: #17242e;
font-size: 23px;
line-height: 1.25;
}
.jyseo-split {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
gap: 34px;
align-items: start;
margin-top: 34px;
}
.jyseo-checklist {
border-left: 4px solid #078e86;
background: #ffffff;
padding: 24px 26px;
}
.jyseo-checklist ul {
margin: 0;
padding-left: 21px;
}
.jyseo-checklist li {
margin: 0 0 9px;
color: #415664;
line-height: 1.55;
}
.jyseo-note {
margin: 28px 0 0;
border-top: 1px solid #ced9df;
padding-top: 18px;
color: #526672;
font-size: 15px;
line-height: 1.65;
}
.jyseo-linkbar {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 30px;
}
.jyseo-linkbar a {
border: 1px solid #a9bbc5;
border-radius: 4px;
background: #ffffff;
color: #075f78;
padding: 10px 14px;
font-weight: 700;
line-height: 1.25;
text-decoration: none;
}
.jyseo-linkbar a:hover,
.jyseo-linkbar a:focus {
border-color: #078e86;
color: #056d67;
}
.jy26-card-media img[alt="PVC one-component dispensing machine"] {
object-position: 16% 16%;
transform: scale(1.7);
transform-origin: 17% 18%;
}
.jy26-card-media img[alt="PU two-component dispensing machine"] {
object-position: 18% 12%;
transform: scale(1.55);
transform-origin: 18% 14%;
}
.jyseo-faq {
max-width: 1040px;
}
.jyseo-faq details {
border-top: 1px solid #cbd7dd;
background: #ffffff;
}
.jyseo-faq details:last-child {
border-bottom: 1px solid #cbd7dd;
}
.jyseo-faq summary {
position: relative;
cursor: pointer;
list-style: none;
color: #17242e;
padding: 20px 48px 20px 0;
font-size: 19px;
font-weight: 750;
line-height: 1.35;
}
.jyseo-faq summary::-webkit-details-marker {
display: none;
}
.jyseo-faq summary::after {
content: "+";
position: absolute;
top: 15px;
right: 4px;
color: #078e86;
font-size: 28px;
font-weight: 500;
}
.jyseo-faq details[open] summary::after {
content: "-";
}
.jyseo-faq details div {
max-width: 900px;
padding: 0 48px 20px 0;
}
.jyseo-faq details p {
margin: 0;
color: #506271;
font-size: 16px;
line-height: 1.7;
}
@media (max-width: 820px) {
.jyseo-split {
grid-template-columns: 1fr;
gap: 24px;
}
.jyseo-intro p,
.jyseo-subsection > p,
.jyseo-split p {
font-size: 16px;
}
.jyseo-checklist {
padding: 20px;
}
.jyseo-linkbar {
display: grid;
grid-template-columns: 1fr;
}
.jyseo-linkbar a {
width: 100%;
}
}