.category .wp-block-post-title,
.category .entry-title,
.category h1 {
    display: none !important;
}
.wp-block-search__input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.wp-block-search__button {
    background: transparent;
    color: #000;
    border: none;
}

.wp-block-search {
    max-width: 300px;
}
.single-post .entry-header .wp-post-image,
.single-post .entry-header .attachment-post-thumbnail,
.single-post .entry-header .post-thumbnail,
.single-post .featured-image {
  display: none !important;
}
.wp-block-navigation-item__content {
    white-space: nowrap !important;
    display: inline-block !important;
}

.wp-block-navigation-item {
    white-space: nowrap !important;
}

.wp-block-navigation__container {
    flex-wrap: nowrap !important;
}
/* FOOTER GENERAL */
footer {
    font-size: 14px;
    line-height: 1.6;
}

/* TÍTULOS FOOTER */
footer h2, footer h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* LINKS FOOTER */
footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* BOTONES REDES */
footer .wp-block-button__link {
    background: #111;
    color: #fff;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    transition: all 0.2s ease;
}

footer .wp-block-button__link:hover {
    background: #e60023; /* Pinterest rojo */
}

/* TEXTO LEGAL */
footer p {
    color: #666;
    font-size: 13px;
}
.sharedaddy,
.sd-sharing,
.sd-like,
.jetpack-likes-widget-wrapper,
div.sharedaddy,
div.sd-block,
.sd-social,
.sd-content {
    display: none !important;
}
.wp-block-button__link {
    background-color: #000;
    color: #fff !important;
    padding: 14px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    background-color: #333;
    transform: translateY(-2px);
}
p {
  margin-bottom: 16px;
  line-height: 1.6;
}