/*
Theme Name: DiarioRed
Author: DiarioRed
Author URI: https://canalred.tv/
Description: DiarioRed 
Version: 1.0
Requires at least: 6.0
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DiarioRed
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.rounded-top {
    border-radius: 15px 15px 0 0;
}

.border-black {
    border: solid black 1px !important;
}

.top-50 {
    margin-top: -150px !important;
    z-index: 1000 !important;
    position: relative;
}

.z-index-1 {
    z-index: 1 !important;
}

.float-right {
    position: relative;
    float: right;
    z-index: 1000;
    right: 10px;
    top: 23px;
    line-height: 0;
    transform: translate(-50%, -50%);  /* Desplaza la imagen */
    pointer-events: none;  /* Opcional: si quieres que los elementos debajo sean clickeables */
}

/* .container-relative {
    position: relative;
} */


.text-right {
    float: right;
}

.visible {
    left: -100% !important;
    position: absolute;
    /* bottom: 0; */
    overflow: hidden !important; /* para asegurar que el contenido también se oculte */
}

.custom-button {
    width: 250px !important;
    padding: 0;
    padding-left: 10px !important;
}

/* .cky-consent-container {
    border-radius: 20px !important;
    padding: 20px;
}

.cky-consent-bar {
    background-color: #f7f754 !important;
    border-radius: 20px !important;
}

.cky-btn {
    border-radius: 20px !important;
} */

.wp-block-post-author {
    display: flex;
    flex-direction: row-reverse;
}

.wp-block-post-author__avatar {
    position: relative;
    width: 48px;
    height: 48px;
  }
  
  .wp-block-post-author__avatar img {
    width: 96px;  /* o cualquier otro valor que desees */
    height: 96px; /* o cualquier otro valor que desees */
    position: absolute; /* para posicionar la imagen encima del contenedor */
    z-index: 2; /* para asegurarte de que la imagen esté por encima de otros elementos */
    overflow: visible;
  }
