body[template="profile"] {
    background:var(--theme-light);
    color:var(--theme-dark);
}

body[template="profile"] main {
    background: var(--theme-light);
    color: var(--theme-dark);
}



body[template="profile"] .account-header {
    position:relative;
    border-bottom:1px solid var(--theme-light-1);
    display:flex;
    align-items: center;
    padding:32px;
}
body[template="profile"] .account-header .left {
    padding-right:16px;
    max-width:30%;
}
body[template="profile"] .account-icon {
    background:#757068;
    aspect-ratio:1/1;
    border-radius:100%;
    width:256px;
}



body[template="profile"] .accolades {
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    padding: 0 16px;
    margin-bottom:16px;
    padding-bottom:8px;
    border-bottom:1px solid var(--theme-light-1);
}
body[template="profile"] .accolades .accolade {
    display: inline-block;
    padding: 0 16px;
    width: 96px;
    text-align: center;
    vertical-align: top;
}
body[template="profile"] .accolades img {
    max-width: 50px;
    height: auto;
    filter:brightness(0);
}
body[template="profile"] .accolades p {
    text-align:center;
    font-size:11px;
    text-transform: uppercase;
    white-space: break-spaces;
}
body[template="profile"] .return {
    
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
    position: sticky;
    border-top: 1px solid var(--theme-light-1);
    background: var(--theme-light);
    width: 100%;
    bottom: 0;
}
body[template="profile"] .return .do-go-back {
    padding: 16px 32px;
    display:block;
}

body[template="profile"] .recent-check img {
    width:100%;
    padding-bottom:8px;
}
body[template="profile"] .recent-check .a-checkin {
    padding-bottom:32px;
}
body[template="profile"] .recent-check {
    padding:0 16px;
}
body[template="profile"] .recent-check .flex-between {
    display:flex;
    justify-content: space-between;
}
body[template="profile"] .badge-title {
    padding:0 32px 4px;
}