/***** Removes roundels, added by Dom *****/
    .dash-cta-deck {
        display:none !important;
    }
    .dashboard-custom {
        margin-top: 2rem !important;
    }
         .dashboard-header {
        display:none !important;
    }
        .dashboard-feed {
        margin-top: 0rem !important;
    }
    .card-body {
        max-height: none !important;
    }
/***** Floating employer details pane, fix by Dom *****/
    .romeo .dashboard-custom.employer .dashboard-feed:first-child {
        margin-top: 0rem !important;
    }
/***** CUSTOM PANE CSS, added by GTI / Angela, modified by Dom *****/
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
	display:none;
	}
@media (min-width: 992px) {
	.romeo .flex-dash-row .dash-card-custom .card-body {
		max-height: fit-content;
		}
	}
.cp-link h3 {
	line-height:1.4;
	}
.cp-link span.text-primary {
	display:inline;
	text-decoration-line: none;
	background-image: linear-gradient(to right, #0098CD, #0098CD);
	background-size: 0 2px;
	background-position: left bottom;
	background-repeat: no-repeat;
	transition-property: background-size;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	}
.cp-link:hover span.text-primary {
	background-size: 100% 2px;
	}
/***** CUSTOM PANE CSS END *****/
.custom-content-block {
margin-bottom: 1em;
}
