html body .product-card__add {
    margin-top: 24px !important;
}

/* ============================================================
   GORILLA — SINGLE POST
   ============================================================ */
.gg-post__title {
  color: black !important;}

.gg-single-post {
    padding: 26px 0 60px;
    background: #FFF7E6;
}

.gg-single-post .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================================
   LAYOUT
   ============================================================ */

.gg-post__layout,
.gg-post__layout--no-sidebar {
    display: block;
}

.gg-post__main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.gg-post__sidebar {
    display: none !important;
}

.gg-post__main {
    min-width: 0;
}

.gg-post__sidebar {
    position: sticky;
    top: 30px;
}

/* ============================================================
   HEADER
   ============================================================ */

.gg-post__header {
    margin-bottom: 28px;
}

.gg-post__cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.gg-post__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #f3b300;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #111;
    transition: transform .15s ease, opacity .15s ease;
}

.gg-post__cat:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.gg-post__title {
    margin: 0 0 10px;
    font-family: 'hwt-artz', sans-serif;
    font-size: clamp(34px, 5vw, 66px);
    line-height: .95;
    text-transform: uppercase;
    color: #FFF7E6;
    -webkit-text-stroke: 3px #111;
    text-shadow:
        2px 2px 0 #111,
        -2px 2px 0 #111,
        2px -2px 0 #111,
        -2px -2px 0 #111;
}

.gg-post__meta {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

/* ============================================================
   THUMBNAIL
   ============================================================ */

.gg-post__thumbnail {
    margin: 0 0 26px;
    border: 2px solid #111;
    border-radius: 12px;
    overflow: hidden;
    background: #FFF7E6;
}

.gg-post__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   CONTENT
   ============================================================ */

.gg-post__content {
    color: #171717;
    font-size: 16px;
    line-height: 1.55;
}

.gg-post__content > *:first-child {
    margin-top: 0;
}

.gg-post__content h2,
.gg-post__content h3,
.gg-post__content h4 {
    font-family: 'hwt-artz', sans-serif;
    text-transform: uppercase;
    color: #111;
    line-height: 1;
    margin: 34px 0 14px;
}

.gg-post__content h2 {
    font-size: clamp(28px, 3vw, 44px);
}

.gg-post__content h3 {
    font-size: clamp(22px, 2.4vw, 34px);
}

.gg-post__content h4 {
    font-size: clamp(18px, 2vw, 26px);
}

.gg-post__content p {
    margin: 0 0 18px;
}

.gg-post__content ul,
.gg-post__content ol {
    padding-left: 22px;
    margin: 0 0 18px;
}

.gg-post__content li {
    margin-bottom: 8px;
}

.gg-post__content a {
    color: #111;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.gg-post__content strong {
    font-weight: 800;
}

.gg-post__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 26px;
    background: transparent;
    overflow: hidden;
    border-radius: 10px;
}

.gg-post__content table th,
.gg-post__content table td {
    border: 2px solid rgba(17, 17, 17, .45);
    padding: 16px 18px;
    text-align: left;
    vertical-align: top;
}

.gg-post__content table th {
    background: #f3b300;
    color: #111;
    font-weight: 800;
}

.gg-post__content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 18px 0;
    border-radius: 12px;
}

.gg-post__content blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    border: 2px solid #111;
    border-radius: 12px;
    background: #FFF7E6;
    font-style: italic;
}

.gg-post__content hr {
    border: 0;
    border-top: 2px solid rgba(17, 17, 17, .15);
    margin: 28px 0;
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */

.gg-post__products {
    margin: 34px 0;
}

.gg-post__products-head {
    margin-bottom: 18px;
}

.gg-post__section-title {
    margin: 0;
    font-family: 'hwt-artz', sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    text-transform: uppercase;
    color: #111;
}

.gg-post-products-carousel-wrap {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 16px;
    align-items: center;
}

.gg-post-products-carousel {
    min-width: 0;
    overflow: hidden;
}

.gg-post-products-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(25% - 14px);
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 2px 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: stretch;
}

.gg-post-products-carousel__track::-webkit-scrollbar {
    display: none;
}

.gg-post-products-carousel__item {
    min-width: 0;
    display: flex;
}

.gg-post-products-carousel__item > * {
    width: 100%;
}

.gg-post-products-nav {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 2px solid #111;
    background: #f3b300;
    color: #111;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, opacity .15s ease;
}

.gg-post-products-nav:hover {
    transform: scale(1.04);
    opacity: .95;
}

/* ============================================================
   ADAPTACIÓN PARA LAS CARDS REALES DEL TEMA
   ============================================================ */

.gg-post-products-carousel__item .product,
.gg-post-products-carousel__item li.product,
.gg-post-products-carousel__item .product-card {
    width: 100%;
    margin: 0 !important;
}

.gg-post-products-carousel__item ul.products,
.gg-post-products-carousel__item .products {
    margin: 0;
    padding: 0;
}

.gg-post-products-carousel__item .product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gg-post-products-carousel__item .product-card__inner,
.gg-post-products-carousel__item .product-card__body {
    height: 100%;
}

.gg-post-products-carousel__item .product-card__body {
    display: flex;
    flex-direction: column;
}

.gg-post-products-carousel__item .product-card__add {
    margin-top: auto;
}

.gg-post__products .woocommerce,
.gg-post__products .products {
    margin: 0;
}

.gg-post__products .star-rating {
    float: none;
}

.gg-post__products .price {
    margin-bottom: 0;
}

/* ============================================================
   AUTOR
   ============================================================ */

.gg-post__author {
    margin-top: 30px;
}

.gg-post__author-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    border: 2px solid rgba(17, 17, 17, .5);
    border-radius: 10px;
    padding: 20px;
    background: transparent;
    align-items: start;
}

.gg-post__author-image-wrap {
    min-width: 0;
}

.gg-post__author-name-top {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.gg-post__author-image,
.gg-post__author-image-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    background: linear-gradient(180deg, #d94e87 0%, #f4d8d8 100%);
}

.gg-post__author-content {
    min-width: 0;
}

.gg-post__author-title {
    margin: 0 0 12px;
    font-family: 'hwt-artz', sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    text-transform: uppercase;
    color: #111;
}

.gg-post__author-list {
    margin: 0 0 18px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.gg-post__author-list li {
    margin-bottom: 8px;
}

.gg-btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #2faa4a;
    color: #fff7e6;
    border: 2px solid #111;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    transition: transform .15s ease, opacity .15s ease;
}

.gg-btn-green:hover {
    transform: translateY(-1px);
    opacity: .95;
    color: #fff7e6;
}

/* ============================================================
   FOOTER
   ============================================================ */

.gg-post__footer {
    margin-top: 34px;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 17, 17, .15);
}

.gg-post__back {
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

.gg-post__back:hover {
    text-decoration: underline;
}

/* ============================================================
   SIDEBAR
   ============================================================ */

.gg-sidebar-box + .gg-sidebar-box {
    margin-top: 34px;
}

.gg-sidebar-box__title {
    margin: 0 0 18px;
    font-family: 'hwt-artz', sans-serif;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    color: #111;
}

.gg-sidebar-cats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gg-sidebar-cats__item {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    background: #f3b300;
    border: 2px solid #111;
    border-radius: 8px;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform .15s ease, opacity .15s ease;
}

.gg-sidebar-cats__item:hover {
    opacity: .95;
    transform: translateY(-1px);
}

.gg-sidebar-featured__thumb {
    display: block;
    border: 2px solid #111;
    border-radius: 8px;
    overflow: hidden;
    background: #f3b300;
    aspect-ratio: 1 / 1;
}

.gg-sidebar-featured__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gg-sidebar-featured__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'hwt-artz', sans-serif;
    font-size: 36px;
    color: #111;
    text-transform: uppercase;
}

.gg-sidebar-featured__title {
    margin: 12px 0 6px;
    font-size: 15px;
    line-height: 1.35;
}

.gg-sidebar-featured__title a {
    color: #111;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}

.gg-sidebar-featured__title a:hover {
    text-decoration: underline;
}

.gg-sidebar-featured__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
}

.gg-sidebar-featured__badge {
    padding: 2px 8px;
    background: #f3b300;
    border: 1px solid #111;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1200px) {
    .gg-post-products-carousel__track {
        grid-auto-columns: calc(33.333% - 12px);
    }
}

@media (max-width: 1100px) {
    .gg-post__layout {
        grid-template-columns: 1fr;
    }

    .gg-post__sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .gg-single-post {
        padding: 18px 0 40px;
    }

    .gg-single-post .container {
        padding: 0 14px;
    }

    .gg-post__title {
        -webkit-text-stroke: 2px #111;
        font-size: 34px;
    }

    .gg-post__content {
        font-size: 15px;
    }

    .gg-post__content table th,
    .gg-post__content table td {
        padding: 12px;
        font-size: 14px;
    }

    .gg-post__author-card {
        grid-template-columns: 1fr;
    }

    .gg-post-products-carousel-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gg-post-products-nav {
        display: none;
    }

    .gg-post-products-carousel__track {
        grid-auto-columns: 85%;
    }

    .gg-sidebar-cats {
        grid-template-columns: 1fr;
    }

    .gg-sidebar-box__title {
        font-size: 30px;
    }
}

/* ============================================================
   POST — Productos destacados como carrusel normal
   ============================================================ */

.gg-post__layout,
.gg-post__layout--no-sidebar {
    display: block !important;
}

.gg-post__main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.gg-post__sidebar {
    display: none !important;
}

.gg-post__products {
    width: 100%;
    max-width: 100%;
    margin: 3rem 0;
    overflow: visible;
}

.gg-post__products-head {
    margin-bottom: 1.25rem;
}

.gg-post__section-title {
    margin: 0;
    text-align: left;
}

/* Wrapper limpio */
.gg-post__products .gg-post-products-section-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 38px;
    padding-right: 38px;
    overflow: visible;
    box-sizing: border-box;
}

/* Carrusel */
.gg-post__products .products-carousel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: .5rem;
    box-sizing: border-box;
}

.gg-post__products .products-carousel::-webkit-scrollbar {
    display: none;
}

/* Tarjetas igual que el carrusel principal */
.gg-post__products .products-carousel > .product-card {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    flex: 0 0 230px !important;
    scroll-snap-align: start;
}

/* Por si algún script dentro del product-card entra como hijo flex */
.gg-post__products .products-carousel > script {
    display: none !important;
}

/* Flechas */
.gg-post__products .carousel-btn {
    top: 40%;
    z-index: 5;
}

.gg-post__products .carousel-btn--prev {
    left: 0;
}

.gg-post__products .carousel-btn--next {
    right: 0;
}

/* Evita cortes raros por hover */
.gg-post__products .product-card:hover {
    transform: none;
}

/* Mobile */
@media (max-width: 900px) {
    .gg-post__products {
        overflow: hidden;
    }

    .gg-post__products .gg-post-products-section-wrap {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .gg-post__products .products-carousel {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-bottom: .5rem;
    }

    .gg-post__products .carousel-btn {
        display: none !important;
    }

    .gg-post__products .products-carousel > .product-card {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        flex: 0 0 200px !important;
    }
}

/* ============================================================
   POST — Productos destacados como carrusel normal
   ============================================================ */

.gg-post__layout,
.gg-post__layout--no-sidebar {
    display: block !important;
}

.gg-post__main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.gg-post__sidebar {
    display: none !important;
}

.gg-post__products {
    width: 100%;
    max-width: 100%;
    margin: 3rem 0;
    overflow: visible;
}

.gg-post__products-head {
    margin-bottom: 1.25rem;
}

.gg-post__section-title {
    margin: 0;
    text-align: left;
}

/* Wrapper limpio */
.gg-post__products .gg-post-products-section-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 38px;
    padding-right: 38px;
    overflow: visible;
    box-sizing: border-box;
}

/* Carrusel */
.gg-post__products .products-carousel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: .5rem;
    box-sizing: border-box;
}

.gg-post__products .products-carousel::-webkit-scrollbar {
    display: none;
}

/* Tarjetas igual que el carrusel principal */
.gg-post__products .products-carousel > .product-card {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    flex: 0 0 230px !important;
    scroll-snap-align: start;
}

/* Por si algún script dentro del product-card entra como hijo flex */
.gg-post__products .products-carousel > script {
    display: none !important;
}

/* Flechas */
.gg-post__products .carousel-btn {
    top: 40%;
    z-index: 5;
}

.gg-post__products .carousel-btn--prev {
    left: 0;
}

.gg-post__products .carousel-btn--next {
    right: 0;
}

/* Evita cortes raros por hover */
.gg-post__products .product-card:hover {
    transform: none;
}

/* ============================================================
   POST — Aviso legal fijo antes del autor
   ============================================================ */

.gg-post__legal-notice {
    margin: 3rem 0 2rem;
    padding: 1.25rem 1.5rem;
    background: #f7b500;
    border: 2px solid #1c1c1c;
    border-radius: 14px;
    box-shadow: 4px 4px 0 #1c1c1c;
}

.gg-post__legal-notice p {
    margin: 0;
    color: #1c1c1c;
    font-size: .9rem;
    line-height: 1.65;
    font-weight: 600 !important;
}

/* Mobile */
@media (max-width: 900px) {
    .gg-post__products {
        overflow: hidden;
    }

    .gg-post__products .gg-post-products-section-wrap {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .gg-post__products .products-carousel {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-bottom: .5rem;
    }

    .gg-post__products .carousel-btn {
        display: none !important;
    }

    .gg-post__products .products-carousel > .product-card {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        flex: 0 0 200px !important;
    }

    .gg-post__legal-notice {
        margin: 2rem 0 1.5rem;
        padding: 1rem;
        border-radius: 12px;
        box-shadow: 3px 3px 0 #1c1c1c;
    }

    .gg-post__legal-notice p {
        font-size: .82rem;
        line-height: 1.55;
    }
}
.gg-post__legal-notice {
    margin: 3rem 0 2rem;
    padding: 1.25rem 1.5rem;
    background: #f7b500;
    border: 2px solid #1c1c1c;
    border-radius: 14px;
    box-shadow: 0px 0px 0 #1c1c1c;
}

.gg-post__cats, .gg-post__meta{display:none;}

/* ============================================================
   SINGLE POST — FORZAR SIDEBAR AL LADO SIN CAMBIAR ESTILOS
   ============================================================ */

body.single-post .gg-single-post .gg-post__layout.gg-post__layout--with-sidebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: clamp(28px, 4vw, 56px) !important;
    align-items: start !important;
    width: 100% !important;
}

body.single-post .gg-single-post .gg-post__main {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.single-post .gg-single-post .gg-post-sidebar {
    display: block !important;
    width: 340px !important;
    max-width: 340px !important;
    min-width: 0 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
}

body.single-post .gg-single-post .gg-post-sidebar__sticky {
    position: sticky !important;
    top: 120px !important;
}

/* Evita que imágenes, tablas o contenido ancho empujen el sidebar abajo */
body.single-post .gg-single-post .gg-post__content,
body.single-post .gg-single-post .gg-post__content * {
    max-width: 100% !important;
}

body.single-post .gg-single-post .gg-post__content img,
body.single-post .gg-single-post .gg-post__thumbnail img,
body.single-post .gg-single-post iframe,
body.single-post .gg-single-post table {
    max-width: 100% !important;
}

/* Móvil/tablet: sidebar debajo */
@media (max-width: 900px) {
    body.single-post .gg-single-post .gg-post__layout.gg-post__layout--with-sidebar {
        display: block !important;
    }

    body.single-post .gg-single-post .gg-post-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 42px !important;
    }

    body.single-post .gg-single-post .gg-post-sidebar__sticky {
        position: static !important;
        top: auto !important;
    }
}


.gg-post__author-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.gg-post__author-content {
    align-self: center;
}

.gg-post__author-title {
    margin: 0;
}

@media (max-width: 768px) {
    .gg-post__author-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* ============================================================
   SINGLE POST — AUTOR COMO ANTES + SEO COMPATIBLE
   ============================================================ */

body.single-post .gg-post__author {
    margin-top: 30px;
}

body.single-post .gg-post__author-card {
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) !important;
    gap: 26px !important;
    align-items: start !important;
    border: 2px solid rgba(17, 17, 17, .5);
    border-radius: 10px;
    padding: 20px;
    background: transparent;
}

body.single-post .gg-post__author-image-wrap {
    width: 220px !important;
    max-width: 220px !important;
    min-width: 0 !important;
}

body.single-post .gg-post__author-name-top {
    display: block !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 1.25;
}

body.single-post .gg-post__author-name-link {
    color: inherit !important;
    text-decoration: none !important;
    display: inline !important;
}

body.single-post .gg-post__author-name-link:hover,
body.single-post .gg-post__author-name-link:focus {
    color: inherit !important;
    text-decoration: none !important;
}

body.single-post .gg-post__author-image {
    width: 220px !important;
    max-width: 220px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 6px;
    display: block !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #d94e87 0%, #f4d8d8 100%);
}

body.single-post .gg-post__author-image-img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 6px;
    display: block !important;
    object-fit: cover !important;
    margin: 0 !important;
    background: transparent !important;
}

body.single-post .gg-post__author-content {
    min-width: 0 !important;
    align-self: start !important;
    text-align: left !important;
}

body.single-post .gg-post__author-title {
    margin: 0 0 12px !important;
    font-family: 'hwt-artz', sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    text-transform: uppercase;
    color: #111;
}

body.single-post .gg-post__author-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
}

body.single-post .gg-post__author-text p {
    margin: 0 0 10px;
}

body.single-post .gg-post__author-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #2faa4a;
    color: #fff7e6;
    border: 2px solid #111;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    transition: transform .15s ease, opacity .15s ease;
}

body.single-post .gg-post__author-button:hover {
    transform: translateY(-1px);
    opacity: .95;
    color: #fff7e6;
}

/* Mobile: como antes, una columna centrada */
@media (max-width: 768px) {
    body.single-post .gg-post__author-card {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        text-align: center !important;
    }

    body.single-post .gg-post__author-image-wrap {
        width: 100% !important;
        max-width: 260px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.single-post .gg-post__author-image {
        width: 100% !important;
        max-width: 260px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.single-post .gg-post__author-content {
        text-align: center !important;
    }

    body.single-post .gg-post__author-title {
        margin-bottom: 10px !important;
    }
}

/* Centrar verticalmente el contenido del autor respecto a la imagen */
body.single-post .gg-post__author-card {
    align-items: center !important;
}

body.single-post .gg-post__author-content {
    align-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

body.single-post .gg-post__author-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ============================================================
   CTAs / BOTONES BLOG - GORILLA GRILLZ
   ============================================================ */

/* Categorías destacadas sidebar */
.gg-post-sidebar__category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gg-post-sidebar__category-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 6px !important;
    background: #fab300 !important;
    color: var(--color-black) !important;
    font-family: "hwt-artz", sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 3px 3px 0 var(--color-black) !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.gg-post-sidebar__category-btn:hover,
.gg-post-sidebar__category-btn:focus {
    background: #298C37 !important;
    color: #FFF7E6 !important;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 var(--color-black) !important;
}

/* CTA dentro del contenido del post */
.gg-post__content .cta-final,
.gg-post__content #cta-final {
    margin: 34px 0 !important;
    padding: 24px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 10px !important;
    background: #FFF7E6 !important;
    color: var(--color-black) !important;
    box-shadow: 5px 5px 0 var(--color-black) !important;
    text-align: center !important;
}

.gg-post__content .cta-final h2,
.gg-post__content #cta-final h2 {
    margin: 0 0 10px !important;
    color: var(--color-black) !important;
    font-family: "hwt-artz", sans-serif !important;
    font-size: clamp(28px, 4vw, 44px) !important;
    line-height: .95 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
}

.gg-post__content .cta-final p,
.gg-post__content #cta-final p {
    max-width: 720px;
    margin: 0 auto 14px !important;
    color: var(--color-black) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.gg-post__content .cta-final p:last-child,
.gg-post__content #cta-final p:last-child {
    margin-bottom: 0 !important;
}

/* Botón CTA final */
.gg-post__content .btn-corp-final,
.gg-post__content a.btn-corp-final {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 46px;
    margin-top: 6px !important;
    padding: 12px 22px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 6px !important;
    background: #298C37 !important;
    color: #FFF7E6 !important;
    font-family: "hwt-artz", sans-serif !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 3px 3px 0 var(--color-black) !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.gg-post__content .btn-corp-final:hover,
.gg-post__content .btn-corp-final:focus,
.gg-post__content a.btn-corp-final:hover,
.gg-post__content a.btn-corp-final:focus {
    background: #fab300 !important;
    color: var(--color-black) !important;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 var(--color-black) !important;
}

/* Links simples tipo "Ver producto" dentro del contenido */
.gg-post__content > p > a:not(.btn-corp-final) {
    font-weight: 800;
}

/* Botón volver al blog */
.gg-post__back {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 6px !important;
    background: #fab300 !important;
    color: var(--color-black) !important;
    font-family: "hwt-artz", sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 3px 3px 0 var(--color-black) !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.gg-post__back:hover,
.gg-post__back:focus {
    background: #298C37 !important;
    color: #FFF7E6 !important;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 var(--color-black) !important;
}

/* Botones del carrusel de productos del post */
.gg-post-products-section-wrap .carousel-btn {
    border: 2px solid var(--color-black) !important;
    border-radius: 6px !important;
    background: #fab300 !important;
    color: var(--color-black) !important;
    font-family: "hwt-artz", sans-serif !important;
    box-shadow: 3px 3px 0 var(--color-black) !important;
}

.gg-post-products-section-wrap .carousel-btn:hover,
.gg-post-products-section-wrap .carousel-btn:focus {
    background: #298C37 !important;
    color: #FFF7E6 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .gg-post-sidebar__category-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .gg-post-sidebar__category-btn {
        min-height: 40px;
        padding: 9px 12px !important;
        font-size: 17px !important;
    }

    .gg-post__content .cta-final,
    .gg-post__content #cta-final {
        margin: 26px 0 !important;
        padding: 18px 14px !important;
        border-radius: 8px !important;
        box-shadow: 4px 4px 0 var(--color-black) !important;
    }

    .gg-post__content .cta-final h2,
    .gg-post__content #cta-final h2 {
        font-size: 30px !important;
    }

    .gg-post__content .cta-final p,
    .gg-post__content #cta-final p {
        font-size: 14px !important;
    }

    .gg-post__content .btn-corp-final,
    .gg-post__content a.btn-corp-final {
        width: 100%;
        min-height: 44px;
        padding: 11px 14px !important;
        font-size: 18px !important;
    }

    .gg-post__back {
        width: 100%;
        min-height: 40px;
        font-size: 17px !important;
    }
}

.gg-post__content .cta-final, .gg-post__content #cta-final {
    margin: 34px 0 !important;
    padding: 24px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 10px !important;
    background: #fab300 !important;
    color: var(--color-black) !important;
    box-shadow: 5px 5px 0 var(--color-black) !important;
    text-align: center !important;
}


.gg-post-sidebar__category-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 6px !important;
    background: #fab300 !important;
    color: var(--color-black) !important;
    font-family: "hwt-artz", sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 0 0 var(--color-black) !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.gg-post__content .cta-final, .gg-post__content #cta-final {
    margin: 34px 0 !important;
    padding: 24px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 10px !important;
    background: #fab300 !important;
    color: var(--color-black) !important;
    box-shadow: 0 0 0 var(--color-black) !important;
    text-align: center !important;
}

.gg-post__content .btn-corp-final, .gg-post__content a.btn-corp-final {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 46px;
    margin-top: 6px !important;
    padding: 12px 22px !important;
    border: 2px solid var(--color-black) !important;
    border-radius: 6px !important;
    background: #298C37 !important;
    color: #FFF7E6 !important;
    font-family: "hwt-artz", sans-serif !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 0 0 var(--color-black) !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}