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


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


body[template="me"] .linear-edit {
    padding:32px;
    border-top:1px solid var(--theme-gray-2);
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

body[template="me"] .accolades {
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    display:flex;
    padding: 0 16px;
    margin-bottom:4px;
    padding-bottom:8px;
    /* border-bottom:1px solid var(--theme-gray-2); */
}
body[template="me"] .accolades .accolade {
    display: inline-block;
    padding: 0 16px;
    width: 96px;
    opacity:0.3;
    text-align: center;
    vertical-align: top;
}
body[template="me"] .accolades .accolade.has {
    opacity:1;
    order:-1;
}
body[template="me"] .accolades img {
    max-width: 50px;
    height: auto;
    filter:brightness(0.2);
}
body[template="me"] .accolades p {
    text-align:center;
    font-size:11px;
    text-transform: uppercase;
    white-space: break-spaces;
    display:flex;
    justify-content: center;
}
body[template="me"] .badge-title {
    padding:0 32px 4px;
}

body[template="me"] .quick-actions {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content: space-evenly;
    padding:0 16px;
}
body[template="me"] .quick-actions .button {
    min-width:calc(50% - 16px);
    margin-bottom:16px;
}

body[template="me"] .danger.linear-edit {
    padding: 16px 32px;
    background: #5a3131;
    color:var(--theme-light);
    display: block;
    text-align: center;
}

body[template="me"] .checkin-list.style-user {
    padding:32px;
    min-height:calc(100dvh - var(--tab-bar-height));
}
body[template="me"] .checkin-list.style-user .a-checkin {
    border-bottom:1px solid var(--theme-gray-2);
    padding-bottom:32px;
    margin-bottom:16px;

    & .remove-checkin {
        display: flex;
        align-items: center;
        justify-content: center;
        & img {
            height:16px;
            margin-right:8px;
        }
    }
}

body[template="me"] .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-dark);
    width: 100%;
    color:var(--theme-light);
    bottom: 0;
}
body[template="me"] .return a {
    display:block;
    width:100%;
    padding: 16px 32px;
}



body[template="me"] .user img {
    width:50px;
    border-radius:100px;
    margin-right:16px;
}
body[template="me"] .user p {
    display:flex;
    align-items: center;
}