/**
 * Sermon Manager Plugin Styles
 * Custom styling for Sermon Manager plugin
 *
 * @package Theologian_Theme
 */

/* Sermon Manager Archive */
.wpfc_sermon {
    /* Inherits from theme's sermon card styles */
}

/* Sermon Manager Widgets */
.widget_sermons {
    /* Style sermon widgets */
}

/* Sermon Manager Shortcodes */
.wpfc-sermon-list {
    /* Style sermon list shortcodes */
}

/* Ensure compatibility with Sermon Manager's default classes */
.wpfc-sermon-wrapper {
    max-width: 100%;
}

