.home-update-layout {
    margin: 20px 0;
}

.home-update-layout::after {
    clear: both;
    content: "";
    display: block;
}

.home-update-banner {
    float: left;
    margin: 0 20px 12px 0;
    width: 270px;
}

.home-update-content {
    display: block;
}

.home-update-copy {
    text-align: left;
    padding-left: 10px;
}

.home-update-heading {
    white-space: nowrap;
}

.home-update-expandable {
    display: block;
}

details.home-update-copy summary {
    cursor: pointer;
    list-style: none;
}

details.home-update-copy summary::-webkit-details-marker {
    display: none;
}

.home-update-excerpt {
    font-weight: 400;
}

.home-update-more-label {
    font-weight: 700;
    margin-left: 6px;
}

.home-update-ellipsis {
    margin-left: 1px;
}

.home-update-remainder {
    display: none;
    white-space: pre-wrap;
}

details[open].home-update-copy .home-update-more-label,
details[open].home-update-copy .home-update-ellipsis {
    display: none;
}

details[open].home-update-copy .home-update-remainder {
    display: inline;
}

@media (max-width: 768px) {
    .home-update-banner {
        float: none;
        margin: 0 0 16px;
    }
}

.ad-banner-title--flush {
    margin-top: 0;
}

.ad-banner-frame--flush {
    margin-top: 0;
}

.aside-home {
    padding-top: 0.5rem;
}

.aside-home .dashboard-box,
.aside-home .product-rotation-shell {
    width: 100%;
    min-height: 0;
    margin: 0 0 16px;
}

.aside-home .aside-card {
    padding: 16px 18px;
}

.aside-home .aside-card--compact {
    min-height: 0;
}

.aside-home .aside-card--feature {
    min-height: 0;
}

.aside-home .dashboard-box h3,
.aside-home .dashboard-box p,
.aside-home .dashboard-box ul {
    margin-top: 0;
}

.aside-home .dashboard-box h3 {
    margin-bottom: 12px;
    text-align: left;
}

.aside-home .dashboard-box p {
    margin-bottom: 0;
}

.aside-home .list li + li {
    margin-top: 6px;
}
