/*
Theme Name:     FVJ Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Frederick Van Johnson
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Add padding to the entire sidebar container */
.sidebar-inner-wrap {
    padding: 30px 20px !important;
}

/* OR add padding to each individual widget */
.sidebar .widget {
    padding: 20px !important;
    margin-bottom: 30px !important;
}

/* OR add padding just to widget content (preserves titles) */
.sidebar .widget .widget-content {
    padding: 15px !important;
}

/* Add background to see the padding working */
.sidebar .widget {
    background: #f9f9f9;
    padding: 20px !important;
    border-radius: 8px;
}


/* Increase top padding on EventON archive sidebar only */
.post-type-archive-ajde_events .sidebar,
.tax-event_type .sidebar,
.tax-event_type_2 .sidebar,
.tax-event_location .sidebar,
.tax-event_organizer .sidebar 




/* Target the main product container - adds top spacing */
.fluent-product-single {
    padding-top: 120px !important;
}

/* Add spacing around the entire product content area */
.fluent-product-wrapper {
    padding: 40px 20px !important;
}

/* Space between product image gallery and product info */
.fluent-product-gallery {
    margin-bottom: 40px !important;
}

/* Product title spacing */
.fluent-product-title {
    margin-bottom: 25px !important;
    padding-top: 20px !important;
}

/* Product description spacing */
.fluent-product-description {
    margin-top: 30px !important;
    padding: 20px 0 !important;
}

/* Buy button and cart actions spacing */
.fluent-product-actions,
.fluent-cart-actions {
    margin-top: 30px !important;
    padding-top: 20px !important;
}

/* Variant selector spacing (for color options) */
.fluent-product-variants {
    margin: 25px 0 !important;
}


/* Remove rounded corners for main event tiles */
.ajde_evcal_calendar.boxy .eventon_list_event,
.ajde_evcal_calendar.boxy .evoShow_more_events {
    border-radius: 0 !important;
}

/* For other tile styles, you might need these selectors */
.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
    border-radius: 0 !important;
}


