/* css overrides will go in here */

.ltdc-sort-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.ltdc-sort-link:hover .ltdc-sort-icon path {
    fill: #003078;
}

.ltdc-link-button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #1d70b8;
    font: inherit;
    font-family: "GDS Transport", arial, sans-serif;
}

/* Signed-in identity in the service navigation nav-end slot. Unit mix is intentional: see docs/UI.md */
.ltdc-signed-in-user {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    line-height: 1.25;
}

.ltdc-signed-in-user__name {
    font-weight: 700;
}

.ltdc-signed-in-user__email {
    font-size: 0.875rem; /* 14px */
    color: #505a5f; /* $govuk-secondary-text-colour */
}

/* 40.0625em = GOV.UK tablet breakpoint, where the nav list becomes a row; see docs/UI.md */
@media (min-width: 40.0625em) {
    .ltdc-signed-in-user {
        margin-left: auto;
        align-items: flex-end;
        text-align: right;
    }
}