/* Prevent long saved/applied titles from widening the dashboard grid in Safari. */
.gyj-dashboard-summary{grid-template-columns:minmax(0,1fr);min-width:0;max-width:100%}
.gyj-dashboard-summary>section{min-width:0;max-width:100%;box-sizing:border-box}
.gyj-dashboard-summary ul,.gyj-dashboard-summary li{min-width:0;max-width:100%}
.gyj-dashboard-summary li>div{flex:1 1 0%;min-width:0}
.gyj-dashboard-summary li>div>p{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}
.gyj-dashboard-summary li>a{flex-shrink:0}
.gyj-dashboard-summary>section>div:first-child{gap:12px}
.gyj-dashboard-summary>section>div:first-child>a{flex-shrink:0}
@media(min-width:1024px){.gyj-dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
