.obj_article_details .abstract,
.obj_article_details .item > :last-child {text-align: justify;}
.obj_article_details .copyright a[rel="license"]+p {
  margin-top: 0;
  text-align: left;
}
h1 {
    font-family: Playfair Display, serif;
    font-size: 25px;
    letter-spacing: 0.2px;
}
h2 {
    font-family: Playfair Display, serif;
    font-size: 20px;
    letter-spacing: 0.2px;
}
h3 {
    font-family: Playfair Display, serif;
    font-size: 20px;
    letter-spacing: 0.2px;
}
p {
    font-family: Playfair Display, serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: justify;
}
li {
    font-family: Playfair Display, serif;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-align: left;
}
.item copyright {
    font-family: Playfair Display, serif;
    font-size: 15px;
    text-align: left;
}
div {
  font-family: Playfair Display, serif;
  font-size: 14px;
  text-align: left;
}
em {
  font-family: Playfair Display, serif;
  font-size: 14px;
  text-align: left;
}

.pkp_brand_footer a {
    float: right;
    display: contents;
    max-width: 150px;
}

html,
body {
  height: 100%;
  margin: 0px;
}

.slider-container {
  background: white;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 800px;
}

.slider {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 20px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slide:nth-of-type(even) {
  background-color: white;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 400px;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: white;
  transform-origin: center center;
  transform: scale(1);
}

.slide__text {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
}

.slide a {
  background: none;
  border: none;
}

a.slide__prev,
.slider::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 5%;
}

a.slide__next,
.slider::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
  position: absolute;
  top: 48%;
  width: 35px;
  height: 35px;
  border: solid black;
  border-width: 0 4px 4px 0;
  padding: 3px;
  box-sizing: border-box;
}

.slider::before,
.slider::after {
  content: "";
  z-index: 1;
  background: none;
  pointer-events: none;
}

.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.slider__navlink {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px 0 10px;
}

.read-article{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  color: #000;
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: arial;
  text-decoration: none;
  box-shadow: rgb(50 50 93 / 25%) 0 0 100px -20px, rgb(0 0 0 / 30%) 0 0 60px -15px;
}
.read-article:hover{
    background: #d5d5d5;
    box-shadow: rgb(50 50 93 / 25%) 0 0 100px -20px, rgb(0 0 0 / 30%) 0 0 60px 0px;
}
iframe[sandbox] .read-article{
  display: none;
}

.pkp_block{
  p {
    font-family: Playfair Display, serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: left;
  }
}