/* default */
body, main * {
    position: relative;
}

main {
    padding: 2rem;
    margin: 0px;
    /* font-family: 'Fira Sans', sans-serif; */
}

main a {
    color: #000000 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

main a:hover {
    color: #717070 !important; /* Color rosa */
    text-decoration: underline;
}

.wp-block-cover .wp-block-post-title {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 1)
}



.blog .button {
    background-color: rgb(189, 20, 189) !important;
    border: 0px !important;
    padding: 3px 10px !important;
    -moz-border-radius: 5% !important;
    -webkit-border-radius: 5% !important;
    -o-border-radius: 5% !important;
    border-radius: 5% !important;
    z-index: 10 !important;
}

.wp-block-info-dev360 {
    display: block;
    margin: 0px;
}

.wp-block-info-dev360  * {
    display: inline-block;
}

.wp-site-blocks {
    padding: 0px !important;
}

.t360-simple-border li {
    border-bottom: 1px solid #ddd !important;
}
.t360-simple-border li:last-child {
    border-bottom: 0px !important;
}
.t360-heading-s1 {
    margin-top: 0.5rem !important;
    border-top: 2px #000000 solid !important;
}
ul li  h1,
ul li  h2,
ul li  h3,
ul li  h4,
ul li  h5,
ul li  h6
 {
    margin-top: 5px !important;
    font-weight: 400 !important;
}


main .icon-gallery {
    position: absolute;
    color: white;
    padding: 4px;
    top: 5px;
    left: 5px;
    z-index: 4;
    opacity: 0.6;
    font-size: 12px;
    background-color: #000;
    box-shadow: aliceblue;
    border-radius: 5px;
}


.wp-block-cover, .wp-block-cover * {
    color: white !important;
}



.t360-button-category {
    background-color: #f43f5e !important; /* Color rosa */
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white !important;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.t360-button-category:hover {
    background-color: #e11d48 !important; /* Color rosa más oscuro */
}

html.site360_entertainment .t360-button-category {
    background-color: #BD1514 !important;
}

html.site360_news .t360-button-category {
    background-color: #CD2813 !important;
    font-family: "Gochi Hand", cursive;
    font-size: 20px;
}

html.site360_iglesia .t360-button-category {
    background-color: #227fb9 !important;
}


.t360-extra-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 14px !important;
    color: #666;
}

.t360-extra-info .wp-block-post-date {
    font-size: 12px !important;
    color: #777;
    display: flex;
    align-items: center;
}

.t360-extra-info .wp-block-post-date:before {
    content: '\f017'; /* Icono de reloj de FontAwesome */
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    opacity: 0.7;
}

.t360-extra-info .wp-block-post-author {
    font-size: 12px !important;
    color: #777;
    display: flex;
    align-items: center;
}

.t360-extra-info .wp-block-post-author:before {
    content: '\f007'; /* Icono de usuario de FontAwesome */
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    opacity: 0.7;
}

/* Estilos responsivos adicionales */
@media (max-width: 768px) {
    main {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    main {
        padding: 0.5rem;
    }
}