.job-openings {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.job-openings-div {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0.625rem;
    width: 100%;
}

.job-openings-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.job-openings-title-bar {
    border: 2px solid #80bc3d;
}

.job-openings-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.job-openings-body {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.job-openings-font-body {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
    color:#336600;
}

.job-openings-buttons {
    display: flex;
    justify-content: space-between;
    gap: clamp(0.625rem, 3vw, 3.75rem);
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    margin-bottom: 1.25rem;
}

.job-openings-button-link {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s;
    flex: 1;
    min-width: 0;
}

.job-openings-button-link:hover {
    opacity: 0.9;
}

.job-openings-button-banner {
    background-color: #4bd0ff;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.job-openings-button-title {
    color: white;
    font-size: clamp(0.85rem, 1.8vw, 1.6rem);
    font-weight: bold;
    padding: 0.625rem 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-openings-button-text {
    color: white;
    padding: 0.625rem 0.5rem;
    border-radius: 0;
    font-size: clamp(0.8rem, 1.5vw, 1.1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}