/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*for jobs custom widget*/
.job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
   
    background-color: #fff; /* لون خلفية العنصر */
    box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1); /* تأثير الظل من كل الجهات */
}



.job-column {
    flex: 1; /* Each column takes an equal width */
    padding: 10px;
}

.job-title-column {
    text-align: left;
}

.job-description-column {
    text-align: center;
}

.job-link-column {
    text-align: right;
}

.view-details {
    text-decoration: none;
    padding: 10px 20px;
    color: orange;
    background-color: white;
    border: 1px solid orange;
   border-radius: 5px;
}
.custom-jobs p{
    margin-top: 33px;
    /* margin-bottom: 1.5em; */
}
