/*
Theme Name: Hara Child
Theme URI: https://hara.thembaydev.com/
Author: Thembay
Description: This is a child theme for Hara
Version: 1.0
Author URI: https://thembay.com/
Template: hara
Text Domain: hara-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


.form-label {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.form-section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ccc;
}