/* CF Core plugin styles */
/* --------------------- */
.cfcore-cita { font-family: Georgia, serif; font-style: italic; border-left: 4px solid #ccc; padding-left: 1rem;  margin: 2rem 0; color: #333; }
.cfcore-cita footer { margin-top: 0.5rem; font-size: 0.9em; color: #777; }

/* Núcleo y galerías */
.cfcore-header-archivo { text-align: center; margin: 4rem auto 2rem; padding: 0 2rem; }
.cfcore-titulo-principal { font-size: 2.4rem; margin-bottom: 0.5rem; font-weight: 400; letter-spacing: 0.5px; }
.cfcore-descripcion-principal { font-size: 1.1rem; color: #666; font-style: italic; }
.cfcore-filtro-tax { margin-top: 1rem; font-size: 0.95rem; }
.cfcore-filtro-tax a { margin-right: 10px; color: #444; text-decoration: none; border-bottom: 1px dotted #ccc; }
.cfcore-filtro-tax a:hover { color: #000; border-bottom: 1px solid #000; }
.cfcore-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 3rem; margin: 4rem auto; max-width: 1400px; padding: 0 2rem; }
.cfcore-pagination { text-align: center; margin: 3rem 0; }

/* CF Portada */
.cfcore-portada { padding: 6rem 2rem; text-align: center; background-color: #f6f9fc; font-family: 'Georgia', serif; }
.cfcore-portada-inner { max-width: 800px; margin: 0 auto; }
.cfcore-titulo { font-size: 3rem; letter-spacing: -1px; color: #333; margin-bottom: 0.5rem; }
.cfcore-subtitulo { font-size: 1.5rem; font-weight: normal; color: #777; margin-bottom: 2rem; }
.cfcore-frase { font-style: italic; color: #555; font-size: 1.25rem; margin-bottom: 2.5rem; }
.cfcore-boton { display: inline-block; padding: 0.75rem 1.5rem; background-color: #333; color: #fff; text-decoration: none; font-size: 1rem; border-radius: 3px; transition: background-color 0.3s ease; }
.cfcore-boton:hover { background-color: #111; }

/* CF Core imagen fria single (child theme)*/
.cfcore-single-imagenfria { max-width: 860px; margin: 4rem auto; padding: 0 1rem; font-family: Georgia, serif; color: #222; }
.cfcore-imagen-container figure { margin: 0; text-align: center; }
.cfcore-imagen-container img { max-width: 100%; height: auto; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #eee; }
.cfcore-caption { margin-top: 1rem; font-size: 1rem; font-style: italic; color: #666; }
.cfcore-meta { margin: 2rem 0 1rem; font-size: 0.95rem; color: #444; }
.cfcore-content { margin-top: 2rem; line-height: 1.7; font-size: 1.1rem; }

/* Shortcode Mosaico */
/* Mosaico tipo Masonry */
.cfcore-mosaico { column-count: 2; column-gap: 2rem; max-width: 1200px; margin: 4rem auto; padding: 0 1rem; }
@media (max-width: 768px) {
    .cfcore-mosaico { column-count: 1;}
}
.cfcore-mosaico-item { background: #f9f9f9; display: inline-block; width: 100%; margin: 0 0 2rem; padding: 1.5rem; box-sizing: border-box; border: 1px solid #eee; box-shadow: 0 1px 4px rgba(0,0,0,0.05); font-family: Georgia, serif; color: #333; break-inside: avoid; transition: all 0.3s ease; }
.cfcore-mosaico-item:hover { background: #f0f0f0; box-shadow: 2px 2px 10px rgba(0,0,0,0.05); }
.cfcore-mosaico-item figure { margin: 0; overflow: hidden; border-radius: 4px; }
.cfcore-mosaico-item img { width: 100%; height: auto; display: block; border-radius: 4px; }
.cfcore-caption { margin-top: 0.8rem; font-size: 0.95rem;    color: #666;    text-align: center;    font-style: italic;}
.cfcore-fragmento-text { font-size: 1.1rem; line-height: 1.6; font-style: italic; white-space: pre-line; }

/* Shortcode frases */
.cfcore-frase-sebald { font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.6; text-align: center; padding: 2rem 1rem; max-width: 800px; margin: 3rem auto; color: #222; border-left: 4px solid #ccc; background: #f9f9f9; transition: all 0.3s ease; }
.cfcore-frase-sebald .frase-contenido { transition: opacity 0.4s ease; opacity: 1; }

@keyframes scroll-fragmentos {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

/* CF Galeria imagenes */
.cfcore-galeria-imagenes { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; padding: 2rem 1rem; background-color: #f9f9f9; }
.cfcore-galeria-item { display: flex; flex-direction: column; align-items: center; filter: grayscale(100%) contrast(90%); transition: filter 0.3s ease, transform 0.3s ease; }
.cfcore-galeria-item:hover { filter: grayscale(0%) contrast(100%); transform: scale(1.02); }
.cfcore-galeria-img img { width: 100%; height: auto; border: 2px solid #ddd; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: box-shadow 0.3s ease; }
.cfcore-galeria-item:hover .cfcore-galeria-img img { box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.cfcore-galeria-titulo { margin-top: 0.8rem; font-size: 0.95rem; color: #333; text-align: center; opacity: 0.8; }

/* CF blog */
/* Wrapper general */
.cf-blog-wrapper { max-width: 1000px; margin: 0 auto; padding: 60px 20px; font-family: 'IBM Plex Mono', monospace; }

/* Cada entrada del blog */
.cf-blog-entry {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
	border-radius: 5px; -webkit-border-radius: 5px; -mz-border-radius: 5px; -o-border-radius: 5px;
  	padding: 10px 5px;
  	background:  #f9f9f9;
}

/* Miniatura */
.cf-blog-thumb {
    flex: 0 0 250px;
    max-width: 250px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
.cf-blog-thumb a { width: 100%; height: 100%; display: block; }
.cf-blog-thumb img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%) contrast(85%);
    transition: transform 0.3s ease;
}

.cf-blog-thumb img:hover {
    transform: scale(1.02);
}

/* Contenido */
.cf-blog-content {
    flex: 1;
    min-width: 0;
}

.cf-blog-date {
    display: block;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.cf-blog-title {
    font-size: 1.7rem;
    margin: 0 0 0.8rem;
    line-height: 1.3;
}

.cf-blog-title a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
}

.cf-blog-title a:hover {
    color: #444;
}

.cf-blog-excerpt {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
    max-width: 700px;
}

/* Sin posts */
.cf-no-posts {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 40px 0;
}


@media screen and (max-width:480px){
	.cf-blog-entry { flex-direction: column; }
	.cf-blog-thumb { max-width: 100%; }
}