/* -------------------------- */

/* live blog */

.wp-block-newsbook-blocks-live-blog,
.wp-block-newsbook-blocks-static-blog {
    margin-bottom: 30px;
}

/* -------------------------- */


/* article reference */

.ref-container {
    border-left: 4px solid #00b140;
    background: #f7fffa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 25px;
}
.ref-img-container {
    min-width: 200px;
}
.ref-img-container img {
    margin-bottom: -6px !important;
    padding: 10px;
    height: 130px;
    width: 218px;
    object-fit: cover;
}
.ref-text-container a {
    color: #00772b;
}
.ref-text-container a:hover {
    color: #00b140;
    text-decoration: none !important;
}
.ref-text-container {
    padding: 12px;
    padding-bottom: 18px;
    margin: auto;
    margin-left: 0;
}
.ref-text-container .ref-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
    color: #3e3e3e;
}
.ref-text-container .ref-title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}
@media (min-width: 1141px) {
    .ref-container {
        flex-wrap: nowrap;
        margin-left: 25px;
        margin-right: 35px;
    }
}


/* -------------------------- */



/** newsbook summary points */

ul.is-style-newsbook-summary-points {
    margin-top: -10px;
    list-style-type: none !important;
    margin-bottom: 20px !important;
    background: #f7fffa;
    border-top: 4px solid #00b140;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.is-style-newsbook-summary-points li {
    font-weight: 600;
    font-size: 16px;
    margin-left: 50px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 20px;
}
ul.is-style-newsbook-summary-points li::before {
    font-family: monospace;
    content: "\25A0";
    color: #00b140;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    line-height: 1.5em;
    font-size: 1.1em;
    position: absolute;
    left: 20px;
    /*content: "\2023";*/
    /*font-size: 45px;*/
    /*vertical-align: bottom;*/
}

@media (min-width: 768px) {
    ul.is-style-newsbook-summary-points li::before {
        left: 35px;
    }
}
@media (min-width: 1020px) {
    ul.is-style-newsbook-summary-points li::before {
        left: 41px;
    }
}
@media (min-width: 1141px) {
    ul.is-style-newsbook-summary-points li::before {
        left: 46px;
    }
}
.block-library-list ul.is-style-newsbook-summary-points li::before {
    left: 17px;
}



/* -------------------------- */


