/* GOPHER Custom Color Scheme CSS */
:root {
    --color-primary-50: #fdc6c9;
    --color-primary-100: #faa5a8;
    --color-primary-200: #f78487;
    --color-primary-300: #f46366;
    --color-primary-400: #f14245;
    --color-primary-500: #ee2124;
    --color-primary-600: #ca1c1f;
    --color-primary-700: #a6171a;
    --color-primary-800: #821215;
    --color-primary-900: #5e0d10;
    --color-primary-950: #3a080b;
    --btn-link-disabled-color: #ee2124;
}
/* END Custom Color Scheme CSS */

/* owen.perks 09166549 */
.index .franchise.selected .childList .adr, .index .franchise.selected .childList .tel {color: #000;}

/*cnconway 09169491*/
.index .ddc-composer .page-section.row.contentEditorFix {flex-direction: row; width: 100%!important}
.searchWidthFix {width: 90%;}
.searchWidthFix .ddc-offset4 {margin-left: 17%}

/* ddcrandyh CC13129647 */
.index .franchise.selected .childList .adr {  display: flex; flex-wrap: wrap;  gap: 2px;  }
.index .franchise.selected .childList .adr .street-address { width: 100%; }
.index .franchise.selected .childList .adr .street-address:has(+ .extended-address) { width: auto; margin-right: 2px; }
.index .franchise.selected .childList .adr .street-address + .extended-address { width: auto; }
