
.row.wrapper::before {
    background-color: var(--color-1);
    border: none;
    border-radius: 10px 0 10px 10px;
}
.secondary {
    color: #fff;
}

.secondary .module-narrow {
    border-bottom: 1px solid #fff;
    padding: 10px 0 20px;
}
.secondary .module-heading {
    background-color: transparent;
    border: none;
}
.secondary .module-heading .fa {
    margin-right: 10px;
}
.secondary .image {
    padding: 0 15px;
}
.secondary a {
    color: var(--color-button-light);
}
.secondary a:hover {
    color: #fff;
}
.package-group-a {
    display: block;
    color: #bbb;
    font-size: 0.9rem;
}
.package-group-a:hover {
    color: #ddd;
}
.package-group-highlight {
    filter: brightness(130%);
    font-weight: 700;
}
.pill-tag {
    margin-bottom: 7px;
}
.module-footer {
	display: none;
}
.nums dl dt, .nums dl dd {
    color: #fff;
}
.nums {
    color: var(--color-contrast);
    display: flex;
    align-items: center;
}
.num-label, .nums dl dt {
    font-size: 1.1rem !important;
    margin-right: 20px;
}
.num-count, .nums dl dd {
    font-size: 2rem !important;
}
.empty {
    color: #ccc;
    font-style: normal;
    font-size: 0.9rem;
}