/**
 * StackWC Custom Permalinks Settings Styles
 *
 * Minimal styling - WordPress components use their default styles.
 *
 * @package StackWC
 * @subpackage Custom Permalinks for WooCommerce
 * @since 1.0.0
 */

/* Container */
.stackwc-cpfw-settings-container {
    max-width: 1200px;
    margin: 0;
}

/* Card padding */
.stackwc-cpfw-card .components-card__body {
    padding: 16px 20px;
}

/* Radio option spacing */
.stackwc-cpfw-settings-app .components-radio-control__option {
    padding: 8px 0;
    margin-bottom: 8px;
}

.stackwc-cpfw-settings-app .components-radio-control__option:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media screen and (max-width: 782px) {
    .stackwc-cpfw-settings-row {
        flex-direction: column !important;
    }
    
    .stackwc-cpfw-settings-col-left {
        flex: 1 1 auto !important;
        min-width: auto !important;
    }
}
