.section-even-more .section-content .full-list-container .full-list-headline {
    max-width: 548px;
}

@media only screen and (max-width: 1068px) {
    .section-even-more .section-content .full-list-container .full-list-headline {
        max-width:480px
    }
}

@media only screen and (max-width: 734px) {
    .section-even-more .section-content .full-list-container .full-list-headline {
        max-width:380px
    }
}
html.enhanced .page-overview .section-messages .grid-item-messaging .image-messages-messaging{
     display:block;
}
.xs-nowrap{
    display: inline-block;
    text-decoration: inherit;
    white-space:nowrap
}
@media only screen and (max-width:734px){
    .xs-nowrap{
    white-space:normal
}
}
/* auto messages */
.section-messages .grid-item-collaborate .tile-content{
    background: #8876fe;
    color:#fff
}


.section-messages .grid-item-collaborate .tile-headline{
    color:#fff
} 

.section-messages .tile.tile-with-overlay{
   --tile-overlay-copy-max-width:650px
}
.section-messages .grid-item-collaborate .tile-body{
  justify-content:center;
}

/* track your orders */

.section-apple-pay-wallet .grid-item-track-orders .tile-content{
    background: linear-gradient(135deg,#632cff,#8676f3);
}
.section-apple-pay-wallet .grid-item-track-orders .tile-overlay-content{
    background:#632cff;
}
/* maps */
 .grid .grid-item.large-span-6.grid-item-transit-cards .tile-body-blockquote{
    align-self:flex-start;
    margin-left:2em
 }
 @media only screen and (max-width: 734px) {
     .grid .grid-item.large-span-6.grid-item-transit-cards .tile-body-blockquote{
   align-self:auto;
    margin-left:0
 }
}

@media only screen and (max-width: 734px) {
    .section-lock-screen .grid-item-notification-views .inline-video-notification-views {
        width: 195px;
        height: 421px;
    }
}

