.elementor-147 .elementor-element.elementor-element-4e537fd8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-147 .elementor-element.elementor-element-37c043dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-147 .elementor-element.elementor-element-5efdb562 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:38px;font-weight:700;text-transform:capitalize;line-height:1.2em;letter-spacing:0.5px;color:var( --e-global-color-text );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-147 .elementor-element.elementor-element-12c69924{text-align:left;font-family:"Lato", Sans-serif;font-size:17px;font-weight:400;line-height:1.7em;letter-spacing:0px;}.elementor-147 .elementor-element.elementor-element-24b97fa2 .elementor-heading-title{font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;line-height:1.2em;letter-spacing:0.5px;}.elementor-147 .elementor-element.elementor-element-1722e237{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-147 .elementor-element.elementor-element-37c043dc{--width:66%;}.elementor-147 .elementor-element.elementor-element-1722e237{--width:34%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-147 .elementor-element.elementor-element-5efdb562 .elementor-heading-title{font-size:34px;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-147 .elementor-element.elementor-element-12c69924{font-size:16px;line-height:1.3em;}.elementor-147 .elementor-element.elementor-element-24b97fa2 .elementor-heading-title{font-size:12px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-147 .elementor-element.elementor-element-5efdb562 .elementor-heading-title{font-size:24px;line-height:1.3em;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-147 .elementor-element.elementor-element-24b97fa2 .elementor-heading-title{font-size:12px;}}/* Start custom CSS for heading, class: .elementor-element-24b97fa2 */.tags-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin-top: 25px !important;

  /* === [ PERUBAHAN UTAMA ] === */
  /* Menambah jarak vertikal (antar baris) secara signifikan */
  row-gap: 15px !important; 
  /* Jarak horizontal antar tag tetap 8px */
  column-gap: 8px !important; 
}

/* Tampilan setiap tag individu */
.tags-links a,
body .entry-content .tags-links a {
  
  /* Style Minimalis */
  background-color: #F5F5F7 !important;
  color: #1F1F1F !important;
  border: none !important; /* Dihilangkan untuk tampilan flat */
  
  /* Tampilan & Spasi */
  display: inline-block !important;
  border-radius: 5px !important;
  padding: 5px 12px !important; /* Dibuat lebih ramping */
  margin: 0 !important;
  
  /* Font & Teks */
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important; /* Dibuat lebih ringan (Medium) */
  text-decoration: none !important;
  transition: all 0.2s ease-in-out !important;
}

/* Efek saat kursor diarahkan ke tag */
.tags-links a:hover,
body .entry-content .tags-links a:hover {
  background-color: #B60D3B !important;
  color: #FFFFFF !important;
}

/*
 * [ PENYESUAIAN MOBILE ] Style Tag Berita Lebih Minimalis untuk Voxveritas.id
 * Diterapkan hanya pada layar dengan lebar 767px ke bawah (Tablet & HP).
 */

@media (max-width: 767px) {
  
  /* Menambah jarak vertikal antar baris tag */
  .tags-links {
    /* Semula 'gap: 8px'. Sekarang kita atur jarak baris (row) menjadi 12px */
    row-gap: 15px !important;
    column-gap: 8px !important; /* Jarak horizontal tetap 8px */
  }

  /* Membuat style tag lebih ringan dan minimalis */
  .tags-links a,
  body .entry-content .tags-links a {
    
    /* Membuat lebih 'flat' dengan menghapus border */
    border: none !important; 

    /* Sedikit mengurangi spasi internal agar lebih ramping */
    padding: 5px 12px !important; 
    
    /* Mengurangi ketebalan font agar tidak terlalu dominan */
    font-weight: 500 !important; /* Dari 600 (Semi-bold) menjadi 500 (Medium) */
  }
  
}/* End custom CSS */