.post-style-list.hemeroteca .post-block {
  /* clear: both; */
  /* margin-bottom: 12px; */
  position: relative;
  display: flex;
}
.post-style-list .post-block .post-image {
  width: 25%;
  /* float: left; */
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 74%;
  padding-left: 15px;
  /* float: left; */
  display: inline-flex;
  height: 100%;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
/* Panel general */
.post-style-list.hemeroteca .panel {
  border-radius: 6px;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 10px;
  background-color: #fff;
  padding-bottom: 15px;
}

/* Encabezado del panel */
.post-style-list.hemeroteca .panel-heading {
  background: #f9f9f9;
  border-bottom: none;
  padding: 12px 15px !important;
}

.post-style-list.hemeroteca .panel .panel-heading .panel-title > a .panel-title a {
  display: block;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-style-list.hemeroteca .panel-title a:hover {
  color: #000;
}

/* Estado abierto/cerrado */
.post-style-list.hemeroteca .panel-title a.collapsed::after {
  content: "▸";
  float: right;
  font-size: 14px;
  color: #999;
  transition: transform 0.2s ease;
}

.post-style-list.hemeroteca .panel-title a:not(.collapsed)::after {
  content: "▾";
  float: right;
  font-size: 14px;
  color: #007bff;
}

/* Cuerpo del panel */
.post-style-list.hemeroteca .panel-body {
  padding: 15px 10px;
  background-color: #fff;
  line-height: 1.5;
}
.post-style-list.hemeroteca .panel-body .item-list{
  border-radius: 6px;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 15px;
}
/* Lista de artículos */
.post-style-list.hemeroteca .list-group {
  margin: 0;
  padding: 0;
}

.post-style-list.hemeroteca .list-group-item {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 12px;
  transition: background 0.2s ease;
}

.post-style-list.hemeroteca .list-group-item:last-child {
  border-bottom: none;
}

.post-style-list.hemeroteca .list-group-item:hover {
  background: #f5f5f5;
}

/* Imágenes dentro de post-block */
.post-style-list.hemeroteca .post-image img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Títulos y contenido */
.post-style-list.hemeroteca .post-title a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.post-style-list.hemeroteca .post-title a:hover {
  text-decoration: underline;
}

.post-style-list.hemeroteca .body {
  color: #666;
  font-size: 14px;
}
li.hemeroteca-fila {
  width: 50%;
}
.hemeroteca-listado{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.censored{
  background-color: #a13a3a;
  padding: 10px;
  border-radius: 15px;
  color: white;

}

.hemeroteca-article {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

.hemeroteca-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2rem;
}

.hemeroteca-image {
  flex: 1 1 30%;
  margin-right: 20px;
}

.hemeroteca-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hemeroteca-title-block {
  flex: 1 1 60%;
}

.hemeroteca-title {
  font-size: 2rem;
  margin: 0;
  color: #222;
  display: inline-block;
}
.hemeroteca-title .field--name-field-subtitulo{
  display: inline-block;

}
.hemeroteca-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-top: 0.5rem;
}

.hemeroteca-body {
  margin-bottom: 2rem;
}

.hemeroteca-meta {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 6px;
}

.hemeroteca-details {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.hemeroteca-details li {
  display: inline-block;
  padding: 15px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: 19%;
}

.hemeroteca-details strong {
  color: #444;
}

.hemeroteca-pdf {
  text-align: right;
}

.btn-pdf {
  display: inline-block;
  background: #006699;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-pdf:hover {
  background: #005a9e;
  color: #fff;

}
