/*
 Theme Name:   Flatsome Child
 Theme URI:    http://example.com/flatsome-child/
 Description:  Flatsome Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     flatsome
 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, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  flatsome-child
*/

/* Layout helpers */
.container-single .entry-header { margin-bottom: 1rem; }
.container-single .buttons .button { margin-right: .5rem; margin-bottom: .5rem; }

/* Boxes */
.box { border: 1px solid #eee; border-radius: 8px; overflow: hidden; background: #fff; }
.box-image img { width: 100%; height: auto; display: block; }
.box-text { padding: 12px 14px; }
.box-text h5 { margin: 0 0 8px; }

/* Tables */
.table-wrap { overflow-x: auto; }
table.table { width: 100%; border-collapse: collapse; }
table.table th, table.table td { border-bottom: 1px solid #eee; padding: 10px; text-align: left; }
table.table thead th { background: #fafafa; font-weight: 600; }

/* Search form */
.search-form { margin: 15px 0 25px; display: flex; gap: 10px; }
.search-form input[type="search"]{ flex:1; }
