/*!
Theme Name: Kinsley Child
Theme URI: https://bslthemes.site/kinsley/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Kinsley - Hotel WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: kinsley
Text Domain: kinsley-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

/*Viet_edit 08.03.25
Remove large margin bottom that cause header overlay the heading (on Post, Room Search)
Original value: 120px from parent css
*/
.knsl-banner-simple.knsl-transition-bottom {
    margin-bottom: auto; 
  }

  .knsl-filter {    
    margin-top: 60px;
  }

  .single-post-text p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 180%; /* new */
  }

  .single-post-text > ul > li, .single-post-text ul ul > li, .single-post-text ol ul > li {
    list-style-type: disc;
    margin-bottom: 0.25rem;
    line-height: 180%; /* new */
  }

  .single-post-text a {
    text-decoration: underline; /* new */
    color: mediumseagreen;    /* new */
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline !important;
}
