.widget-contenido-relacionado {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0 0px 15px 0;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
}
.widget-contenido-relacionado .version,
.widget-contenido-relacionado .boton-busqueda {
    margin-left: 5px;
    margin-right: 5px;
}
.banner-contenido-relacionado {
    background-image: url(https://fullprogramaspc.com/wp-content/uploads/desktop-wallpaper-simple-red-red-simple.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget-contenido-relacionado h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    border-radius: 0;
}
.widget-contenido-relacionado .boton-busqueda {
    display: inline-block;
    background-color: #ffcc00;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.widget-contenido-relacionado .boton-busqueda:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    background-color: #ffd633;
}
.widget-contenido-relacionado .boton-busqueda img.favicon {
    width: 24px;
    height: 24px;
    border-radius: 30%;
    margin-right: 5px;
    vertical-align: middle;
}
.widget-contenido-relacionado .categoria,
.widget-contenido-relacionado .fecha-actualizacion,
.widget-contenido-relacionado .version {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}
.widget-contenido-relacionado .version {
    background-color: #ffcc00;
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
    color: #333;
    margin-top: 5px;
    font-weight: 600;
}
.widget-contenido-relacionado .imagen-circulo {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: none;
}
