﻿.gradient-row {
    background: linear-gradient(to right, blue, #d150b8);
    color: white; /* optional for text readability */
    padding: 10px 20px; /* adjust as needed */
    margin-top: 0px;
    margin-bottom: 5px;
    min-height:130px;
}

.smallfont {
    font-size: 0.8rem !important;
}
