/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
.category-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category-post {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #2A2A2A!important;
}

.category-post a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.category-post-content {
    padding: 15px;
    color: #fff; /* Texto blanco */
}

.category-post-title {
    font-size: 24px;
    margin: 0 0 10px;
	color: #fff; /* Texto blanco */
}

.category-post-excerpt {
    margin: 0;
    color: #fff; /* Texto blanco */
}
