.berita_home_grid {display: grid; grid-template-columns: 48% 48%; column-gap: 4%; row-gap: 0%;}
.berita_home_cont {position: relative; margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; border-bottom: 1px solid rgba(var(--color_1), 0.25);}
.berita_home_head {display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; max-width: 100%; padding: 0px 0px 0px 0px; font-size: 11px;}
.berita_home_head_category {flex: 0 0 auto; font-weight: 1; padding: 5px 10px 5px 0px; border-right: 5px solid rgba(var(--color_1), 0.10); color: rgba(var(--orange_1), 0.75);}
  .berita_home_head_category a {color: rgba(var(--orange_1), 0.75) !important;}
.berita_home_head_date {flex-basis: 100%; padding-left: 10px; color: rgba(var(--color_1), 0.50);}
.berita_home_judul {display: table; table-layout: fixed; font-size: 14px; margin: 5px 0px 0px 0px;}
  .berita_home_judul_big {font-weight: 2;}
  .berita_home_judul_small {font-weight: 1; font-size: 12px;}
  .berita_home_judul a {color: rgba(var(--color_1), 0.80) !important;}
  .berita_home_judul_break {display: table-cell; overflow: hidden; word-wrap: break-word; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.berita_home_headline {display: table; table-layout: fixed; width: 100%; font-size: 11px; margin: 5px 0px 30px 0px;}
  .berita_home_headline_break {display: table-cell; overflow: hidden; word-wrap: break-word; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.berita_home_more {position: absolute; bottom: 0px; font-size: 12px; font-weight: 0; margin: 10px 0px; width: 100%; text-align: inherit;}

/* Portrait */
@media only screen and (orientation:portrait) {
  .berita_home_grid {grid-template-columns: 100%; column-gap: 0%; row-gap: 0%;}
}

.berita_read_0 {margin-bottom: 20px; text-align: justify;}
.berita_read_1 {font-size: 18px; padding: 0px 0px 10px 0px; font-weight: 1;}
.berita_read_2 {display: flex; flex-wrap: nowrap; align-items: top; justify-content: center; max-width: 100%; font-size: 12px; padding: 0px 0px 10px 0px; font-weight: 1;}
  .berita_read_2_kat {flex: 0 0 auto; border-right: 5px solid rgba(var(--color_1), 0.10); padding: 0px 10px 0px 0px;}
    .berita_read_2_kat a {color: rgba(var(--orange_1), 0.75) !important;}
  .berita_read_2_tgl {flex-basis: 100%; color: rgba(var(--color_1), 0.30); padding: 0px 10px 0px 10px;}
.berita_read_3 {padding: 0px 0px 10px 0px;}
.berita_read_4 {display: flex; flex-wrap: nowrap; align-items: top; justify-content: center; max-width: 100%; font-size: 12px; padding: 10px 0px 10px 0px;}
  .berita_read_4_1 {flex: 0 0 auto; font-weight: 1;}
  .berita_read_4_2 {flex-basis: 100%; padding: 0px 10px; display: table; table-layout: fixed; width: 100%;}
    .berita_read_4_2_break {display: table-cell; overflow: hidden; word-wrap: break-word; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

.berita_act_0 {display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; max-width: 100%; font-size: 11px; border-top: 1px solid rgba(var(--color_1), 0.25); border-bottom: 1px solid rgba(var(--color_1), 0.25);  margin: 10px 0px 10px 0px; padding: 5px 0px 5px 0px;}
.berita_act_1 {flex-basis: 100%;}
.berita_act_2 {flex: 0 0 auto;}
.berita_act_icon {border: 0px solid #ff4000; width: 25px; height: 25px; margin: 0px 5px; background-size: 16px !important; cursor: pointer;}
.berita_act_icon_nocursor {border: 0px solid #ff4000; width: 25px; height: 25px; margin: 0px 5px; background-size: 16px !important;}
.berita_act_count {padding-right: 10px;}

.berita_list_kat_0 {}
.berita_list_kat_1 {margin-bottom: 20px;}
.berita_list_kat_2 a {color: rgba(var(--color_1), 0.50);}
.berita_list_kat_3 a {color: rgba(var(--color_1), 1.00); font-weight: 1;}


/* Portrait */
@media only screen and (orientation:portrait) {
  .berita_act_1 {display: none;}
  .berita_act_hide {display: none;}
}
