.ContainerPutih button{
    padding: 10px 15px 10px 15px;
    border: none;
    background-color: var(--nav-color);
    border-radius: 5px;
    font-weight: bolder;
    color: var(--text-color);
}
#ContainerPutih{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.tagatas{
    align-items: center;
    display: flex;
    gap: 5px;
}
.tagatas i{
    font-size: var(--font-btn);
}
.conleft{
    width: 62%;
    position: relative;
    display: block;
    z-index: 2;
}
.conleft h1{
    margin-top: 15px;
    margin-bottom: 15px;
}
.conleft h2{
    margin-top: 10px;
    margin-bottom: 10px;
}
.conleft p, 
.conleft li{
    font-size: normal;
}
.conleft button{
    font-size: normal;
}
.conleft img{
    width: 100%;
    height: auto;
}
.conleft ul {
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.conright{
    width: 36%;
    position: sticky;
    top: 95px;
    height: fit-content;
    z-index: 10;
}
.containerproduk{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.containerproduk img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.bacaimg{
    width: 100%;
}
.bacaimg img{
    width: 100%;
}
.shareartikel{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: aqua;
}
/* START SHARE SOSIAL MEDIA */
.shareartikel a{
    width: 25%;
    color: var(--text-color);
    display: flex;
    padding: 12px;
    font-size: 20pt;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wa, .fb, .tw, .tg{
    width: 100%;
}
.wa {
    background-color: #126e00;
}
.fb {
    background-color: #00336e;
}
.tw{
    background-color: #3d3d3d;
}
.tg {
    background-color: #0087d4;
}
.wa:hover, .fb:hover,
.tw:hover, .tg:hover{
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}
/* END SHARE SOSIAL MEDIA */
/* HR TEXT DITENGAH */
.hr-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.hr-text p{
    color: #979797;
}
.hr-text::before,
.hr-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #979797;
}
.hr-text:not(:empty)::before {
    margin-right: .5em;
}
.hr-text:not(:empty)::after {
    margin-left: .5em;
}
/* END HR TEXT DITENGAH */
/* START RELATED POST */
.relatedpost{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    padding: 5px;
}
.relatedpost a{
    text-decoration: none;
    width: calc(25% - 12px);
    color: var(--text-black);
}
.relatedpost p:hover{
    color: var(--nav-color);
}
.relatedpost img:hover{
    background-color: rgba(255, 255, 255, 0.4);
}
.relatedpostwhile{
    width: 100%;
}
.relatedpostwhile img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}
/* END RELATED POST */ 
@media screen and (max-width: 1030px) {
    #ContainerPutih{
        display: block;
        align-items:normal;
    }
    .conleft{
        width: 100%;
    }
    .conright{
        margin-top: 20px;
        width: 100%;
        position: relative;
        top: auto;
    }
}
@media screen and (max-width: 690px) {
        .relatedpost a{
            width: calc(50% - 12px);
        }
}