/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/

/* =========================
   GLOBAL AYARLAR
========================= */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #324158;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================
   BAŞLIKLAR – SORA
========================= */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    color: #003172;
    line-height: 1.3;
    margin-bottom: 0.8em;
}

/* Hiyerarşi – Dengeli Ölçek */

h1 {
    font-size: 34px;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


/* =========================
   PARAGRAF & METİN
========================= */

p {
    margin-bottom: 1.2em;
}

/* Link stili (isteğe bağlı ama önerilir) */
a {
    color: #003172;
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover {
    opacity: 0.8;
}


.job-location a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-location a:hover {
    color: #your-theme-color; /* Theme renginizie göre değiştirin */
    text-decoration: underline;
}


/* 1. İlan başlığı - 20px, font-weight 500 */
.job-title,
.job-title a {
    font-size: 20px !important;
    font-weight: 500 !important;
}

/* 2. Employer logosu tam kare */
.employer-thumbnail img {
    border-radius: 0 !important;
}

/* 3. İlan hover border rengi */
.jobs-listing-wrapper article:hover {
    border-color: #003172 !important;
}

	/* JOB DETAİL YAZI KÜÇÜLTME */
.job-detail-detail ul li {
    font-size: 10px !important;
}

body.single-job_listing .job-detail-detail {
    font-size: 14px !important;
}

