/*
 Theme Name:   Lambda Child
 Description:  Lambda Child Theme
 Author:       Karen
 Template:     lambda
 Version:      1.0.0
*/

/* The footer widget columns get narrow well before the layout stacks — around
   768px "Visit Us" is only ~158px wide, while info@goodfellaspawnshop.com is a
   single unbreakable 203px token, so it runs past the edge of the screen.
   Letting long strings break inside widget text fixes it wherever it happens
   and changes nothing for text that already fits. */
.sidebar-widget .textwidget,
.sidebar-widget .textwidget a {
    overflow-wrap: break-word;
    word-break: break-word;
}
