<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.apelsun_important_text .text {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    padding: 30px;
}
.apelsun_important_text{
    padding: 40px;
    color: #22568c;
}
.apelsun_important_text h2, .apelsun_important_text h3, .apelsun_important_text h4{
    font-size: 32px;
    margin: 0;
    padding: 10px 0 20px 0;
}
/* width */
.apelsun_important_text .text::-webkit-scrollbar {
    width: 6px;
    padding-left: 10px;
}

/* Track */
.apelsun_important_text .text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.apelsun_important_text .text::-webkit-scrollbar-thumb {
    background: #2d8acc;
    border-radius: 3px;
}

.apelsun_important_text .readmore {
    text-align: center;
    cursor: pointer;
}

.apelsun_important_text .readmore span {
    text-align: center;
}

.apelsun_important_text .readmore .readmore-arrow {
    display: inline-block;
    width: 50px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    background-image: url('/modules/mod_apelsun_seotext/img/readmore.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}</pre></body></html>