/*
Theme Name:   Astra Horzon
Description:  Tema hijo personalizado para Horzon Studio
Author:       Marcelo Ruiz
Author URI:   https://studio.horzonweb.com
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-horzon
*/

/* ========================================
   OCULTAR IMAGEN DESTACADA
======================================== */

.single-post .ast-single-post-featured-section{

    display:none !important;

}

/* ========================================
   CONTENEDOR
======================================== */

.single-post .site-content
.ast-container{

    max-width:920px !important;

}

/* ========================================
   TITULO
======================================== */

.single-post h1.entry-title{

    font-size:42px !important;

    line-height:1.1 !important;

    margin-bottom:14px !important;

    font-weight:700;

}

/* ========================================
   META
======================================== */

.single-post .entry-meta{

    margin-bottom:20px !important;

    opacity:.75;

    font-size:14px;

}

/* ========================================
   CONTENIDO
======================================== */

.single-post .entry-content{

    font-size:16px;

    line-height:1.85;

}

/* ========================================
   ESPACIADO
======================================== */

.single-post .entry-content > *{

    margin-bottom:24px;

}

/* ========================================
   EMBEDS
======================================== */

.single-post iframe{

    width:100% !important;

    max-width:100% !important;

    border-radius:20px !important;

    overflow:hidden;

}

/* ========================================
   EMBED BLOQUES
======================================== */

.single-post .wp-block-embed{

    margin-top:28px !important;

    margin-bottom:28px !important;

}

/* ========================================
   INSTAGRAM
======================================== */

.single-post .instagram-media{

    margin:auto !important;

}

/* ========================================
   FACEBOOK
======================================== */

.single-post .fb-post{

    margin:auto !important;

}

/* ========================================
   TIKTOK
======================================== */

.single-post .tiktok-embed{

    margin:auto !important;

}

/* ========================================
   IMAGENES CONTENIDO
======================================== */

.single-post .entry-content img{

    border-radius:20px;

}

/* ========================================
   TAGS
======================================== */

.single-post .tag-links{

    display:flex !important;

    flex-wrap:wrap;

    gap:10px;

    margin-top:34px;

}

/* ========================================
   CHIP TAG
======================================== */

.single-post .tag-links a{

    background:#111;

    color:#fff !important;

    padding:8px 15px;

    border-radius:999px;

    text-decoration:none;

    font-size:13px;

    transition:.2s;

}

/* ========================================
   HOVER TAG
======================================== */

.single-post .tag-links a:hover{

    transform:translateY(-2px);

    opacity:.9;

}

/* ========================================
   RESPONSIVE
======================================== */

@media(max-width:768px){

    .single-post h1.entry-title{

        font-size:32px !important;

    }

    .single-post .site-content
    .ast-container{

        width:92% !important;

    }

}