/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1751043634
Updated: 2025-06-27 17:00:34

*/

/*
 * RTP Custom Membership Full-Width Shortcode Styles
 * --------------------------------------------------
 * These rules make the professional directory and map search
 * shortcodes break out of the theme's narrow content container.
 */
.rtp-directory-container,
.rtp-map-search-container {
    /* Set the max-width to override the theme's default. */
    max-width: 95%;
    
    /* Center the container on the page. */
    margin-left: auto;
    margin-right: auto;
    
    /* Add some vertical spacing to separate from other content. */
    margin-top: 2rem;
    margin-bottom: 2rem;
}