/*
Theme Name: PSC Jobs
Theme URI: https://publicservicecommission.co.ke
Author: PSC Jobs
Author URI: https://publicservicecommissionjobs.co.ke
Description: Custom child theme for GeneratePress with SEO and conversion tweaks.
Template: generatepress
Version: 1.0
*/
/* Logo size — responsive and restrained */
.site-logo img,
.gp-logo-link img,
.custom-logo-link img {
  max-height: 40px; /* change to 40px or 56px as you prefer */
  height: auto;
  width: auto;
  display: block;
}

/* Slightly larger on desktops if you want */
@media (min-width: 1200px) {
  .site-logo img,
  .gp-logo-link img,
  .custom-logo-link img {
    max-height: 50px;
  }
}

/* Ensure header doesn't grow from large logo */
.gp-header-inner,
.site-header {
  align-items: center;
}
/* Tighten header-to-content spacing on small screens */
@media (max-width: 880px) {
  .gp-header-inner { padding-top: 5px; padding-bottom: 5px; }
  .gp-container { padding-top: 4px; padding-bottom: 16px; } /* reduce top gap */
  .main-hero { padding-top: 4px; } /* shrink hero top padding */
}

/* If GeneratePress adds admin bar spacing on mobile, override it */
html.wp-admin-bar .gp-container,
html.wp-admin-bar .main { margin-top: 0 !important; }

/* Optional: ensure header is compact */
.gp-header { border-top: 0; }


@import url("../generatepress/style.css"); /* Optional: only if you want to inherit styles directly */

.psc-apply-button {
  display: inline-block;
  padding: 12px 18px;
  background-color: #ff6a00;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
}
.psc-apply-button:hover {
  background-color: #e65a00;
}
