/* 
Theme Name: Fish Nation 
Theme URI: https://github.com/elementor/hello-theme-child/
Description: FISH-NATION IS A DIVISION OF BUTCH MANASSE OUTDOOR ADVENTURES
Fish-Nation has been in operation for over 25 years, full time. We represent over 350 outfitters worldwide and our team will help you find and book the hunting or fishing adventure of a lifetime. Our Services are always FREE and we cater to your needs and budgets. Call us at 307.637.5495 or shoot us an email at info@fish-nation.com and one of our 5 consultants will be happy to answer all the questions you have and provide complete write-ups on any adventure we offer.
Author: Bit's & Digits
Author URI: https://www.bitsndigits.com/
Template: hello-elementor
Version: 2.0
Text Domain: Fish-nation
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
/* Style meta box container */
#jet-meta-box-id {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

/* Style meta box fields */
#jet-meta-box-id .jet-meta-field {
    margin-bottom: 15px;
}

/* Style field labels */
#jet-meta-box-id label {
    font-weight: bold;
    color: #333;
}

/* Style text fields */
#jet-meta-box-id input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Align fields in two columns */
#jet-meta-box-id .field-half {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
}
