.jobpageheader {
overflow: hidden;
display: flex;
flex-direction: column;
gap: 0.25rem;
margin: 0.5rem 0;
background-color: var(--jobheader-transparent);
border: var(--border-classic);
border-color: var(--jobheader-secondary);
border-radius: var(--border-radius-medium);
box-shadow: 0 0 0.5rem -0.1rem var(--jobheader-secondary);
}
.jobpageheader-title {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
height: 1.75rem;
line-height: 1.3em;
margin: 0.25rem;
padding: 0 0.5rem;
background-color: var(--jobheader-primary);
color: var(--color-white);
border-radius: var(--border-radius-small);
}
.jobpageheader-content {
display: flex;
align-items: center;
gap: 0.25rem;
line-height: 1.3em;
}
.jobpageheader-image {
display: flex;
flex-direction: column;
align-items: center;
}