/* 
 * PlacesImporter Frontend UI Fixes
 * Resolves layout breaking due to long URLs in sidebars
 */

.lp-listing-website a, 
.lp-listing-social-links a,
.pi-reviews-block a {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    display: inline-block;
    max-width: 100%;
}
