<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-featured-cat h3 { font-size: 18px; }
.custom-featured-posts-wrapper{
    width:95%;
}
@media (min-width:1200px) {

    .custom-featured-posts-wrapper{
        width: 70%;
    }

}
.custom-featured-posts-ul.list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background-color: #ddd;
}

.custom-preloader{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.custom-featured-posts-ul.list &gt; div {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 10px;
    min-height: 40px;
    border-bottom-width: 0px;
}

.custom-featured-posts-ul.list &gt; div:last-of-type {
    border-bottom-width: 1px;
}

.custom-featured-posts-ul.list .thumb {
    float: left;
    height: 60px;
    width: 60px;
    background-color: #F1F1F1;
    margin: 0 9px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.custom-featured-posts-ul.list .thumb.dashicons-format-image {
    text-align: center;
    line-height: 60px;
    color: #404040;
}

.custom-featured-posts-ul.list .thumb:after {
    line-height: 60px;
    text-align: center;
}

.custom-featured-posts-ul.grid .thumb.dashicons-format-image{
    color: #404040;
    font-size: 40px;
}


.custom-featured-posts-ul.list .controls {
    float: left;
    clear: both;
    margin-top: 3px;
}

.custom-featured-posts-ul.list .row-title {
    float: left;
    text-decoration: none;

}

.custom-featured-posts-ul abbr {
    float: left;
    clear: both;
    text-decoration: underline dotted;
    color: #555;
    font-size: 13px;
    line-height: 1.5em;
}

.custom-featured-posts-ul.list .el-wrap {
    float: left;
}

.custom-featured-posts-ul.list .dashicons {
    cursor: pointer;
}

.custom-featured-posts-ul.list .dashicons-sort, .custom-featured-posts-ul.list .dashicons-menu {
    float: left;
    min-height: 60px;
    min-width: 45px;
    line-height: 60px;
    font-size: 28px;
    text-align: left;
    cursor: move;
    color: #ddd;
}

.custom-featured-posts-description{
    width: 100%;
    text-align: center;
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding: 13px;
}

.custom-featured-posts-wrapper .wpz-media-toolbar {
    background-color: #fff;
    margin: 15px auto;
    border: 1px solid #e5e5e5;
    padding: 12px 12px 10px;
}

.custom-featured-posts-wrapper .wpz-media-toolbar span {
    line-height: 30px;
    margin-right: 12px;
    float: right;

}

.custom-featured-posts-ul.grid {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-wrap: wrap;
}


/* Featured Category Widget */
.custom-featured-cat img {
    max-width: 100%;
    height: auto;
}

.custom-featured-cat h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.custom-featured-cat h4.entry-title {
    margin-bottom: 10px;
}

.custom-featured-cat .right-col .entry-meta {
    margin: 0;
}

.custom-featured-cat h3.title a {
    color: #222;
}

.custom-featured-cat h3.title a:hover {
    color: #5470c0;
}

.custom-featured-cat p {
    font-size: 14px;
    margin: 0;
}

.custom-featured-cat .main-post {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.custom-featured-cat .main-post img {
    margin: 0 0 15px;
}

.custom-featured-cat .featured-list h4 {
    font-size: 18px;
}

.custom-featured-cat .featured-list li {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}

.custom-featured-cat .featured-list li:last-child {
    border-bottom: none;
    margin:0;
    padding: 0;
}

.custom-featured-cat .featured-list img {
    float: left;
    margin: 0 15px 0 0;
}</pre></body></html>