/* Branding logo styles */
.branding-logo {
    width: 186px;
    margin-bottom: 10px;
}

/* Branding address paragraph styles */
.branding p {
    line-height: 1.3em;
    margin-bottom: 0px;
}

/* Prevent text wrapping */
.nowrap {
    white-space: nowrap;
}

/* Phone icon in the branding address block */
.branding-phone-icon {
    display: inline-block;
    vertical-align: -2px;
    color: #33145d;
}

/* App links row (Create Job / Software Downloads / Remote Support).
   Overrides the float + GIF-thumbnail layout in views/auth.css — this file
   loads after it. IE11-compatible: flexbox without "gap", rgba() colours. */
#centered_container .box .links {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#centered_container .box .links .applink {
    float: none;
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 40px;
    text-decoration: none;
}

#centered_container .box .links .applink:last-child {
    margin-right: 0;
}

#centered_container .box .links .applink .thumbnail {
    position: static;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #efe9f7;
    color: #33145d;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#centered_container .box .links .applink .text {
    display: block;
    margin-left: 12px;
    font-weight: 600;
    color: #33145d;
    line-height: 1.3;
}

#centered_container .box .links .applink:hover .thumbnail,
#centered_container .box .links .applink:focus .thumbnail {
    background-color: #33145d;
    color: #ffffff;
}
