/*
Theme Name: Rumput Hijau Child
Template: rumput-hijau
Description: Child theme for Rumput Hijau. Extended width to 85% and increased font size to 16px.
Version: 1.0
Author: Kiyotaka
*/

/* =============================================================================
Font Size Adjustment
============================================================================= */
html {
  font-size: 16px;  /* Changed from 13px to 16px */
}

/* =============================================================================
Width Adjustment (Set to 85%)
============================================================================= */

/* Main content area */
.site-main {
  max-width: 85%;
  _width: 85%;
}

/* Navigation area */
.main-navigation .inside-primary-nav {
  max-width: 85%;
  _width: 85%;
}

/* Footer credits */
.site-footer .inside-footer {
  max-width: 85%;
  _width: 85%;
}

/* Footer sidebar */
#footer-sidebar .footer-sidebar-inner {
  max-width: 85%;
  _width: 85%;
}

/* =============================================================================
Additional Customization Space
Add your custom CSS below as needed
============================================================================= */

