/*--------------------- Downloads page ---------------------------*/
/* IE11-compatible: no flex "gap", no space-separated rgb() syntax,
   no CSS custom properties. Spacing between flex items uses margins. */

/* The signed-out "Sign In" breadcrumb renders as a bare <p><span><a>
   between the branding and the content; anchor it to the card's top-left
   corner and dress it as a back-style pill so it doesn't look stranded. */
#centered_container .box.stacked {
    position: relative;
}

#centered_container .box.stacked > p:first-of-type {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
}

#centered_container .box.stacked > p:first-of-type a {
    display: inline-block;
    padding: 5px 14px 5px 11px;
    border: 1px solid #e4e1ec;
    border-radius: 999px;
    background-color: #ffffff;
    font-weight: 600;
    color: #33145d;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#centered_container .box.stacked > p:first-of-type a::before {
    content: "\2039";
    margin-right: 6px;
    font-size: 18px;
    line-height: 1;
}

#centered_container .box.stacked > p:first-of-type a:hover,
#centered_container .box.stacked > p:first-of-type a:focus {
    border-color: #f9955a;
    box-shadow: 0 2px 8px rgba(51, 20, 93, 0.12);
}

.download-lead {
    text-align: center;
    margin: 0 0 25px 0;
}

#centered_container .box .content a.download-card {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid #e4e1ec;
    border-radius: 0.5rem;
    background-color: #ffffff;
    color: #222222;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#centered_container .box .content a.download-card:hover,
#centered_container .box .content a.download-card:focus {
    color: #222222;
    border-color: #f9955a;
    box-shadow: 0 4px 14px rgba(51, 20, 93, 0.15);
}

.download-card-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    border-radius: 0.5rem;
    background-color: #efe9f7;
    color: #33145d;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#centered_container .box .content a.download-card:hover .download-card-icon,
#centered_container .box .content a.download-card:focus .download-card-icon {
    background-color: #33145d;
    color: #ffffff;
}

.download-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.download-card-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #33145d;
    margin-bottom: 2px;
}

.download-card-text {
    display: block;
    color: #222222;
}

.download-card-action {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #838591;
    transition: color 0.2s ease;
}

#centered_container .box .content a.download-card:hover .download-card-action,
#centered_container .box .content a.download-card:focus .download-card-action {
    color: #f9955a;
}

.download-support {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    padding: 16px;
    border-radius: 0.5rem;
    background-color: #f5f2fa;
}

.download-support-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-right: 15px;
    color: #33145d;
}

.download-support-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.download-support h3 {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: #33145d;
}

.download-support p {
    margin: 0;
    color: #222222;
}

.download-support a {
    font-weight: 600;
}
