﻿html{
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.unduhwrap{
  margin-bottom: 20px;
}
.unduhwrap audio{
  height: 45px;
}


.commentary-content {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.profbox {
  width: 180px;
  border-left: 1px solid #cecece;
  padding-left: 15px;
  position: relative;
  right: 0;
  top: 0;
  flex-shrink: 0;
  height: fit-content;
}

.profbox__row {
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #cecece;
}

.profbox__row:last-child {
  margin-bottom: 0;
  border: none;
}

.profbox__pic {
  height: 160px;
}

.profbox__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  vertical-align: bottom;
}

.profbox__text {
  padding: 10px;
}

.profbox__name {
  font-weight: 600;
}

.profbox__posisi {
  font-weight: 300;
  font-size: 0.95rem;
}

.profbox-label1 {
  margin-bottom: 5px;
  font-weight: 600;
}

.mainsection--mediumwrap {
  max-width: 950px;
  margin: auto;
}

.mainsection--mediumwrap .detailmain {
  padding-right: 0;
}

.mainsection--mediumwrap > .wrapper {
  max-width: 100%;
  width: 100%;
}

.commentary-content .artikel__content {
  padding-right: 15px;
  overflow-wrap: anywhere;
}

.artikel__featimg img{
  width: 100%;
}

/* Responsive Styles */
@media screen and (max-width:767px){
  .unduhwrap{
    flex-direction: column;
  }
  .unduhwrap .btn-full{
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }
  .unduhwrap audio{
    width: 100%;
    height: auto;
  }

  .commentary-content {
    flex-direction: column;
  }

  .profbox-label1 {
    width: 100%;
    margin-bottom: 12px;
  }

  .profbox {
    width: 100%;
    border-left: none;
    padding-left: 0;
    position: relative;
    right: 0;
    top: 0;
    flex-shrink: 0;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
  }

  .profbox__row {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    padding-bottom: 10px;
  }

  .profbox__pic {
    height: 70px;
    width: 70px;
  }

  .profbox__text {
    font-size: 13px;
  }

  .profbox__posisi {
    font-size: inherit;
  }

}
