.lsc-lead {
    font-size: 1.08em;
    line-height: 1.95;
}
.lsc-author-box {
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 28px 0;
    padding: 20px;
    border: 1px solid #e6e0d8;
    border-radius: 14px;
    background: #fffdfa;
}
.lsc-author-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #708c7c;
    color: #fff;
    font-weight: 700;
    letter-spacing: .04em;
}
.lsc-author-label,
.lsc-author-name,
.lsc-author-description {
    margin: 0;
}
.lsc-author-label {
    color: #7b746d;
    font-size: .78em;
}
.lsc-author-description {
    margin-top: 5px;
    font-size: .9em;
    line-height: 1.7;
}
.lsc-keypoints,
.lsc-practical-box,
.lsc-caution {
    margin: 28px 0;
    padding: 22px 24px;
    border-radius: 14px;
}
.lsc-keypoints {
    border-left: 5px solid #6d927d;
    background: #f1f7f3;
}
.lsc-practical-box {
    border: 1px solid #e7d7bd;
    background: #fff9ef;
}
.lsc-caution {
    border: 1px solid #ead5cf;
    background: #fff7f5;
}
.lsc-box-title {
    margin-top: 0;
    font-size: 1.05em;
}
.lsc-speech-bubble {
    position: relative;
    margin: 30px 0 30px 18px;
    padding: 18px 22px;
    border-radius: 14px;
    background: #f3f1ed;
}
.lsc-speech-bubble::before {
    position: absolute;
    left: -16px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #f3f1ed;
    content: "";
}
.lsc-speech-bubble p,
.lsc-caution p {
    margin: 0;
}
.lsc-speech-bubble-last {
    background: #edf5f1;
}
.lsc-speech-bubble-last::before {
    border-right-color: #edf5f1;
}
.lsc-inline-photo {
    margin-top: 24px;
    margin-bottom: 28px;
}
.lsc-inline-photo img {
    width: 100%;
    border-radius: 12px;
}
.lsc-inline-photo figcaption {
    color: #7a746d;
    font-size: .78em;
}
@media (max-width: 600px) {
    .lsc-author-box {
        align-items: flex-start;
        padding: 16px;
    }
    .lsc-keypoints,
    .lsc-practical-box,
    .lsc-caution {
        padding: 18px;
    }
}
