<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Pointfinder Child
 Theme URI:    http://example.com/point-finder-child/
 Description:  à¹€à¸›à¹‡à¸™ Customize theme à¸‚à¸­à¸‡ Pointfinder
 Author:       Phornthep Aumphet (LPN)
 Author URI:   http://www.lpn.co.th
 Template:     pointfinder
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, LPN, condolumpini, BBD
 Text Domain:  point-finder-child
*/

@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';

body{
    font-family: 'Kanit', sans-serif;
}

*{
    font-family: 'Prompt', sans-serif !important;
}

.bbd-alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bbd-alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* à¸‚à¸¢à¸²à¸¢ tab information */
.pf-itempagedetail-element .ui-tab2 .pf-row .col-lg-4{
    width: 100%;
}

.pfdetailitem-subelement span.pf-ftitle{
    float: left;
    width: 30%;
    text-align: left;
}
.pfdetailitem-subelement span.pfdetail-ftext{
    float: right;
    width: 70%;
    text-align: left;
}

/* Fix font */
.owl-buttons div{
    font-family:"fontello" !important;
}

/* Add wpcf7-form required 100% width style */
.wpcf7-form span.required{
    color:red;
}
.wpcf7-form .wpcf7-form-text label{
    width: 100%;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.wpcf7-form-control-wrap  .wpcf7-form-control{
    width: 100%;
}
/* fix submit btn */
.wpcf7-bbd-submit{
    background:rgba(24,136,164,0.77) !important;
    color:#fff !important;
    width: 100%;
}
.wpcf7-bbd-submit:hover{
    background: rgba(4, 95, 164, 0.77) !important;
}</pre></body></html>