/*
Theme Name: On Wisconsin Outdoors Theme
Template: hello-biz
Version: 1.0.0
Description: Child theme for On Wisconsin Outdoors with custom post type badges
Author: Your Name
*/

/* ==========================================================================
   Custom Post Type Badges - Additional Styling (if needed)
   Note: Main badge styles are loaded via functions.php inline styles
   ========================================================================== */

/* Badge hover effects */
.cpt-badge:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

/* Badge spacing in different contexts */
.entry-header .cpt-badge {
    margin-bottom: 15px;
}

.jet-listing-grid__item .cpt-badge {
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cpt-badge {
        font-size: 10px;
        padding: 5px 10px;
    }
}

/* ==========================================================================
   Additional Child Theme Styles
   Add your custom styles below
   ========================================================================== */