/* First container for each <div> containing sub <div>s. */
/* This is tone the whole div. */
.pwl_ptone-1 {
  background-color: #bcbcf5;
}

/* ***************************************************** */
/* Container 1 */
.pwl_cont-1 {
  /* Container 1 will take must of the publications page content.
  Container 1 will have two sub-containters as flex box style.
  Sub-container 1 will have a grid style for the content.
  Sub-container 2 will have a flex box style and it will be side
  by side of each other with space in between. */
  margin: 0 auto;
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 0px 100px;
}

/* ****************************************************** */
/* First sub-container for Container 1 */
.pwl_c1_s1_grid-1 {
  width: auto;
  display: unset;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* ***************************************************** */
/* Containter for the top that says publications */
.pwl_c1_s1_g1_box-1 {
  display: unset;
  display: flex;
  padding: 20px;
  border: 1px solid #0c0c0c; /* Visualization */
  border: unset;
  justify-content: center;
}

.pwl_c1_s1_g1_b1_ptitle-1 {
  color: #000000;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2.0625rem + 0.7142857143vw, 3rem);
  font-weight: 300;
}

/* ********************************************** */
/* Publication #1 */
.pwl_c1_s1_g1_box-2 * {
  display: unset;
  display: flex;
}

.pwl_c1_s1_g1_b2_image-1 {
  width: clamp(18.75rem, -4.6875rem + 17.8571428571vw, 43.75rem);
  height: auto;
  box-shadow: 0px 0px 10px black;
}

.pwl_c1_s1_g1_b2_lcont-1 {
  justify-content: left;
  padding-top: 1em;
  color: blue;
  padding-bottom: 1em;
}

.pwl_c1_s1_g1_b2_l1_span-1 {
  font-size: 1rem;
  font-size: clamp(1rem, -0.09375rem + 1.7857142857vw, 2.25rem);
  font-weight: bold;
}

.pwl_c1_s1_g1_b2_pcont-1 {
  letter-spacing: 0px;
  text-align: left;
  word-spacing: unset;
  word-spacing: 0.05em;
}

.pwl_c1_s1_g1_b2_p1_span-1 {
  font-weight: bold;
  font-size: unset;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.75rem);
}

.pwl_c1_s1_g1_b2_pcont-1 a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Remove default color */
  outline: none; /* Remove focus outline (optional) */
}

.pwl_c1_s1_g1_b2_acont-1 {
  letter-spacing: 0px;
  text-align: left;
  font-weight: 500;
  font-style: bold;
  color: #800000;
  margin-bottom: 2%;
}

.pwl_c1_s1_g1_b2_a1_author-1 {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.75rem);
  font-style: italic;
}

/* ******************************************* */
/* Publication #2 */
.pwl_c1_s1_g1_box-3 {
  padding: 20px;
  border: 1px solid #0c0c0c; /* Visualization */
  display: none;
}

/* ******************************************* */
/* Publication #3 */
.pwl_c1_s1_g1_box-4 {
  padding: 20px;
  border: 1px solid #0c0c0c; /* Visualization */
  display: none;
}

/* ******************************************* */
.pwl_c1_scon-2 {
  margin-top: 5rem;
  margin-left: auto;
  height: auto;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 10%;
  background-color: #D6D6D5;
}

.pwl_c1_s2_pcont-1 {
  background-color: #9099A2;
  max-width: 20rem;
}

.pwl_c1_s2_p1_ctext-1 {
  display: unset;
  display: flex;
  justify-content: center;
}

.pwl_c1_s2_p1_c1_text-1 {
  text-align: unset;
  color: unset;
  max-width: 16rem;
  color: #D6D6D5;
  text-align: center;
  overflow-wrap: break-word;
}

.pwl_c1_s2_p2_ctext-1 {
  display: unset;
  display: flex;
  justify-content: center;
}

.pwl_c1_s2_p2_c1_text-1 {
  text-align: unset;
  color: unset;
  max-width: 16rem;
  color: black;
  text-align: center;
  overflow-wrap: break-word;
}

.pwl_c1_s2_pcont-3 {
  display: unset;
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.pwl_c1_s2_pcont-4 {
  display: unset;
  display: flex;
  justify-content: center;
}

.pwl_c1_s2_p3_image-1 {
  width: clamp(15rem, -5.78125rem + 19.6428571429vw, 20rem);
  height: auto;
  object-fit: contain;
}

.pwl_c1_s2_p4_image-1 {
  width: clamp(15rem, -5.78125rem + 19.6428571429vw, 20rem);
  height: auto;
  object-fit: contain;
}

/*# sourceMappingURL=pub_web_layout.css.map */
