/*
 Theme Name:   CareerHub
 Description:  The CareerHub standalone theme for career and job management
 Author:       Catholic Gigs
 Author URI:   https://catholicgigs.com
 Version:      1.0.0
*/

body {
     margin: 0 !important;
}

#site-header {
     border-bottom: 1px solid #F1F1F1
}

.site-content {
width: 100%;
justify-content: center;
min-height: 100vh;
padding: 0px 0px 0px 0px;
}

.site-info {
     padding-top: 30px;
     padding-bottom: 30px;
}

.cg-msg {
     text-decoration: none !important;
}

h1 {
     text-align: center;
}

     .job-posting {
            background: white;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            margin-bottom: 16px;
            transition: all 0.2s ease;
        }

        .job-posting:hover {
            box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        }

        .job-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .job-info h3 {
            color: #2B3674;
            font-size: 18px;
            margin: 0;
        }

        .job-info .employer {
            color: #2B3674;
            font-size: 16px;
            margin: 0;
        }

        .job-meta {
            text-align: right;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 8px;
        }

        .job-location {
            color: #667;
            font-size: 14px;
            margin: 0;
        }

        .job-type {
            color: #B48C3C;
            font-size: 14px;
            margin: 0;
        }

        .job-date {
            color: #667;
            font-size: 14px;
            margin: 0;
        }

.employer_icon_in_feed img {
     max-width: 60px;
}

.dashicons.dashicons-edit {
     display: none !important;
}

.chat-header {
     display: none !important;
}

.bp-messages-wrap-main {
     max-width: 900px;
     margin: auto;
     padding: 20px;
}

.bp-messages-wrap {
     margin: 10px;
}

.cg-checkin-btn .pending {
     background: #3A787A;
}
