/*
Theme Name: Job Board
Theme URI: https://ejobsitesoftware.com/free-wordpress-theme/
Author: Ejobsitesoftware
Author URI: https://ejobsitesoftware.com/
Description: A responsive WordPress theme for the Ejobsitesoftware plugin, built with Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, theme-options, translation-ready
Text Domain: job-board
Tested up to: 6.5
Requires PHP: 7.4
Copyright: © 2025 Ejobsitesoftware. All rights reserved.
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

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;
}


header h1 {
    margin: 0;
    text-align: center;
}

.job-listing {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.job-title {
    font-size: 1.5em;
    color: #007bff;
}

.job-description {
    margin-top: 10px;
}

.footer {
    background: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}

.footer p {
    margin: 0;
}
/* WordPress Core Compatibility Classes */

.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 #007bff;
    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 */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}