.block-editor-block-list__block .job-details:empty::before {
    content:"Enter position details in right sidebar after selecting this block.";
    opacity: 0.3; 
}


.job-details tr {
    text-align: left;
    position: relative;
    z-index: 1;
}
.job-details tr > * {
    padding: 0.5em;
}
.job-details th {
    width: 22%;
}


.job-details.zebra tr:nth-child(odd) th::before {
    content: "";
    position: absolute;
    background: #ddd;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.2rem;
}


.job-details.background { 
    background: #ddd;
}


.careers-list {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.careers-list:empty::before {
    content: var(--no-openings-msg, "No open positions");
}
.careers-list .career-box {
    background: #ddd;
    padding: 0.5rem;
    text-decoration: none;
}
.careers-list .career-box > *:first-child {
    margin-top: 0;
}