/*
 Theme Name:   Eduma Child
 Description:  Child theme for Eduma
 Author:       Mohcen Hafidi
 Template:     eduma
 Version:      1.0
*/

/* Import the parent theme's styles */
@import url("../eduma/style.css");

/* Single Publication pages — make meta + text larger */
.single-post article.category-publications .pub-meta-single{
  font-size: 1.6rem;   /* was ~0.95rem */
  line-height: 1.55;
  opacity: 1;           /* make it fully readable */
}
.single-post article.category-publications .pub-meta-single p{
  margin: 0 0 .35rem;
}

/* Body text on publication articles (abstract/content) */
.single-post article.category-publications .entry-content{
  font-size: 1.6rem;   /* bump base size */
  line-height: 1.7;     /* nicer line spacing */
}
.single-post article.category-publications .entry-content p{
  margin-bottom: 1rem;
}

/* Publications list page (template) */
.page-template-page-publications-child .publication-entry .pub-meta{
  font-size: 1.2rem;
  opacity: 1;
}
.page-template-page-publications-child .publication-entry .pub-excerpt{
  font-size: 1.6rem;
  line-height: 1.6;
}

/* Single publication pages: make the Date/Authors bigger */
.single-post .pub-meta-single{
  font-size: 1.6rem !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}
.single-post .pub-meta-single p{
  margin: 0 0 .35rem;
}

/* (You already bumped abstract/content; keeping here for completeness) */
.single-post .entry-content{
  font-size: 1.6rem;
  line-height: 1.7;
}
.single-post .entry-content p{
  margin-bottom: 1rem;
}

/* Publications LIST page (by page ID 9373) */
.page-id-9373 .publication-entry .pub-meta{
  font-size: 1.6rem !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}
.page-id-9373 .publication-entry .pub-excerpt{
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
}