/* E N C A B E Z A D O */
:is(.page-template-default,.post-template-default) .header-post :is(.top,.bottom){position:relative;padding:10px 0;display:flex;justify-content:space-between;gap:30px;}
.post-template-default .header-post .top .category-list{padding:0;list-style:none;display:inline-flex;align-items:center;gap:10px;}
.post-template-default .header-post .top .category-list .category-item a{background-color:#e52e2e;color:#fff;padding:3px 9px;border-radius:4px;position:relative;}
:is(.page-template-default,.post-template-default) .header-post .top :is(.breadcrumb,.breadcrumb a,.category-item a){display:inline-flex;align-items:center;gap:7px;}
:is(.page-template-default,.post-template-default) .header-post .top .breadcrumb a svg{height:1cap;}
:is(.page-template-default,.post-template-default) .header-post .top .category-list .category-item a svg{width:14px;height:14px;}
:is(.page-template-default,.post-template-default) .header-post .top .breadcrumb a.go-home svg{width:18px;height:18px;position:relative;bottom:2px;}
:is(.page-template-default,.post-template-default) .header-post .title-and-data__wrapper{position:relative;padding:var(--padding-bg-header) 0;text-align:center;display:grid;gap:20px;}
/* autor */
.post-template-default .header-post .title-and-data__wrapper .author{display:grid;grid-template-columns:auto auto;column-gap:13px;max-width:140px;text-align:left;margin-inline:auto;}
.post-template-default .header-post .title-and-data__wrapper .author .author-name{color:var(--color-text);}
.post-template-default .header-post .title-and-data__wrapper .author .avatar{grid-row:1 / 3;background-color:var(--bg-alt);border-radius:50%;}
.post-template-default .header-post .title-and-data__wrapper .author .author-ocupation{font-size:13px;opacity:.5;color:var(--color-text);}
/* date */
.post-template-default .header-post .bottom .date{display:inline-flex;align-items:center;gap:7px;justify-content:center;color:var(--color-text);}
/* compartir */
.post-template-default .header-post .bottom .share{display:flex;align-items:center;justify-content:center;line-height:1;gap:20px;color:var(--color-text);}
.post-template-default .header-post .bottom .share a{color:var(--color-text);}

/* C U E R P O */
:is(.page-template-default,.post-template-default) .body-post{padding:30px 0;background-color:var(--white);}
:is(.page-template-default,.post-template-default) .body-post .section .content-post{max-width:675px;margin-inline:auto;line-height:1.9;}
:is(.page-template-default,.post-template-default) .body-post .section .content-post > *:not(:last-child){margin-bottom:19px;}
:is(.page-template-default,.post-template-default) .body-post .section .content-post > h2{font-size:22px;line-height:1.6;font-weight:400;color:var(--resalted-text);margin-top:50px;padding-bottom:5px;border-bottom:2px solid var(--color-placeholder);}
:is(.page-template-default,.post-template-default) .body-post .section .content-post a{color:var(--color-link-post);background-image:linear-gradient(transparent 0%, transparent 90%, var(--color-link-post) 90%, var(--color-link-post) 100%);background-repeat:no-repeat;background-size:0% 100%;background-position-x:right;transition:background-size .3s;}
:is(.page-template-default,.post-template-default) .body-post .section .content-post a:hover{background-size:100% 100%;background-position-x:left;}
:is(.page-template-default,.post-template-default) .body-post .section .content-post :is(figure.wp-block-image.size-full,figure.wp-block-image.size-large) img{width:100%;}