/* ===================================================================================

* Theme Name: Prespri Child
* Theme URI: https://themexriver.com/wp/prespri
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Prespri Child Theme
* Version: 1.0.6
* Template: prespri
* Text Domain: prespri-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
body {
  font-size: 16px;
}
h1{
	font-size:48px
}
h2{
	font-size:35px
}
h3{
	font-size:28px
}
h4{
	font-size:22px
}
h5{
	font-size:18px
}

=======================================================================================*/
<style>
  table {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
  }
  th, td {
    border: 1px solid #ddd;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
  }
  th {
    background-color: #eaf4ff; /* Highlight biru muda yang ringan */
    color: #333;
    font-weight: 600;
  }
  select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }
  option {
    padding: 10px;
  }
  .note {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
  }
</style>