.ukg-job-listing {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ukg-job-listing h3 {
    color: #467997 !important;
}

.ukg-job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ukg-meta-title {
    font-weight: bold;
}

.ukg-apply-button {
    color: white;
    background-color: #554499;
    border: solid #554499;
    padding: 0.5rem 2rem;
    border-radius: 3px;
    text-decoration: none;
	text-align: center;
	max-width: fit-content;
}

.ukg-apply-button:hover {
    background-color: white;
    color: #554499 !important;
}

.ukg-apply-button:focus {
	color: white;
	text-decoration: underline;
}

.ukg-apply-button:visited {
	color: white;
}

.ukg-job-separator {
    border: 1px #467997;
	border-style: ridge;
    margin: 1rem 0 !important;
}
