/*
Theme Name: SDGs網站主題
Theme URI: https://www.steps.com.tw/
Description:SDGs網站主題
Author: ks@steps.com.tw(張凱翔)
Author URI: https://www.steps.com.tw/
Template: oceanwp
Version: 0.1
Text Domain: steps-sdgs
*/
#blog-entries .card-title, #related-posts .card-title {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#blog-entries .card:hover,
#related-posts .card:hover {
    box-shadow:0px 0px 10px 0px rgb(0 0 0 / 25%);
}
#blog-entries .card .marks img,
#related-posts .card .marks img {
    width: 35px;
    margin: 3px 0;
}
#blog-entries .card-body .fw-bolder,
#related-posts .card-body .fw-bolder  {
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}
.sdgs-description {
    padding: 2.5em 5em;
    background-color: #F3DBD8;
}
#blog-entries .published,
#related-posts .published {
    font-size: 16px;
}