/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
:root {
    --primary-color: #009038;
}
.post {
    background: white;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    transition: transform 0.2s ease-in-out;
    position: relative;
    border: solid 1px #f9f9f9;
}
.archive-boletines.wpo-blog-pg-section .blog-content>.post+.post {
    margin-top: 0;
}

.archive-boletines .title{
    margin-bottom:20px;
}
.post:hover {
    transform: translateY(-3px);
}

.sticky-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff9800;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.entry-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #777;
}

.entry-meta ul li {
    display: flex;
    align-items: center;
}

.entry-meta i {
    margin-right: 5px;
    color: #0073e6;
}

.entry-details h3 {
    margin-top: 10px;
    font-size: 20px;
}

.entry-details h3 a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.entry-details h3 a:hover {
    color: #0073e6;
}

.entry-details p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s;
}

.read-more:hover {
    background: #005bb5;
}
.wpo-blog-pg-section .post .boletin.read-more{
    color: #fff!important;
    padding-right: 13px;
}
.wpo-blog-pg-section .post .boletin.read-more:before{
    content: "";
}
.entry-details{}
.entry-details .title{
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.post .entry-details .title h3{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top:0;
    margin-left:10px;
}
.entry-details .img{

}
.entry-details .img img{
max-height: 35px;
}

.footer_boletin{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.wpo-blog-pg-section .post .footer_boletin a.boletin.read-more:hover{
    color:black;
}

.wpo-blog-pg-section .post a.read-more:hover {
    background-color: white;
    color: var(--color-verde)!important;
    border: 0!important;
}
/*.boletin-single .entry-media{*/
/*    height: 250px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: auto;*/
/*    background-position: center;*/
/*}*/

.boletin-single .entry-media {
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}