/* ART Reading Time + Views Styles */
.artl-block-template-1 .artl-feature-section{
    display: flex;
    margin: auto;
    justify-content: space-around;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 25px;
    box-shadow: 12px 12px 36px rgba(0, 0, 0, 0.08);
    padding: 9px 25px;
    background-color: #D9D9D9;
    flex-wrap: wrap;
    gap: 10px;
}
.artl-block-template-1 .artl-feature-section .artl-character,
.artl-block-template-1 .artl-feature-section .artl-word,
.artl-block-template-1 .artl-feature-section .artl-block-time,
.artl-block-template-1 .artl-feature-section .artl-block-views {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    flex: 1;
}
.artl-block-template-1 .artl-text1{
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
}
.artl-block-template-1 .artl-text2{
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
}
