/*
Theme Name: Job Board by Ejobsitesoftware
...
*/
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
a {
    color: #8FB04B;
}
header h1 {
    margin: 0;
    text-align: center;
}
.job-title,
.entry-title,
h1.entry-title,
h2.entry-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.3;
}
.job-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.job-listing {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    padding: 0px;
    color: #1f2937;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(143, 176, 75, 0.3);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.job-listing:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #8FB04B;
}
.job-title {
    font-size: 1.5em;
    color: #8FB04B;
}
.job-description {
    margin-top: 10px;
}
.footer {
    background: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}
.footer p {
    margin: 0;
}
.wp-caption {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    text-align: center;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.wp-caption-text {
    font-size: 0.875em;
    color: #666;
    margin-top: 5px;
}
.gallery-caption {
    text-align: center;
    font-size: 0.9em;
    color: #888;
}
.bypostauthor {
    font-weight: bold;
    border-left: 3px solid #8FB04B;
    padding-left: 10px;
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px; height: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    position: static;
    width: auto; height: auto;
    margin: 1rem;
}
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}



