.frascout-sg-jobs {
    display: grid;
    gap: 20px;
}

.frascout-sg-card {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    padding: 22px;
    background: #fff;
}

.frascout-sg-card h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.frascout-sg-meta {
    opacity: .75;
    margin-bottom: 16px;
}

.frascout-sg-button {
    display: inline-block;
    margin-top: 8px;
}

.frascout-sg-detail h2 {
    margin-top: 10px;
}

.frascout-sg-jobtext {
    margin-top: 24px;
}

.frascout-sg-error,
.frascout-sg-empty {
    padding: 16px;
    border-radius: 8px;
    background: #f7f7f7;
}
