advice {
    display: grid;
    color: white;
    border: solid 3px white;
    border-radius: 9px;
    margin: 0 4px;
    overflow-y: auto;
    overflow-x: clip;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    padding: 4px;
}

advices {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .5vw;
}

#advice dayname {
    text-align: left;
    padding: .5vw;
    font-weight: bold;
    text-decoration: underline;
}

adviceitem {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 0;
}

advicehtml {
    /* justify-self: center; */
    /* padding-bottom: 1vw; */
}

iconcontainer {
    width: 6vw;
    height: 6vw;
    display: grid;
    margin-right: .5vw;
}

vspoints {
    color: #fcb32e;
}

vspoints::after {
    content: ' VS Points';
}

arpoints {
    color: #cc92ff;
}

arpoints::after {
    content: " Arm's Race Points";
}

daypartphrase {
    color: #cc92ff;
}
    
besttime::after {
    content: 'Best Time';
    color: #cc92ff;
    text-decoration: underline;
    font-style: italic;
}
advicedaytitle {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    text-align: left;
    /* padding: 6px; */
    text-decoration: underline;
    font-size: larger;
}

advicehtml {
    text-align: left;
    padding-right: 16px;
    align-self: center;
}

adviceItem img {
    width: 60px;
    height: 60px;
}

adviceitem.heading img {
    width: 0;
    visibility: collapse;
}

advicecontainer {
    max-height: 100%;
    overflow-y: scroll;
    margin: 6px;
}
