/* Custom CSS to fix spacing issues */
.breadcrumbs {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
}

.section {
    padding: 30px 0 !important;
}

.section-title {
    margin-bottom: 30px !important;
}

/* Specific fix for Share Story page if needed, but requested globally */
#MainContent_pnlIntro {
    margin-bottom: 1rem !important;
}