/* CNS Featured Resources Button */
.cns-resources-row {
    background-color: #E0E0E0;
    border: 1px solid #000000;
    display: flex;
    max-height: 82px;
    overflow-y: auto;
    padding: 1rem 0.5rem 1rem 0.5rem;
}

.cns-resources-row A {
    text-decoration: none !important;
}

.cns-resources-icon {
    align-items: center;
    display: flex;
    min-width: 3rem;
}

.cns-resources-icon IMG {
    width: 3rem;
}

.cns-resources-text {
    align-items: center;
    display: flex;
}

.cns-resources-text P {
    padding-left: 1rem;
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
}
