/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Highlight Sticky Posts in OceanWP */
.category .sticky {
    background-color: #f9f9f9; /* Light grey background */
    border: 2px solid #000;    /* Dark border */
    padding: 20px;
    position: relative;
}

/* Optional: Add a 'Featured' label */
.category .sticky::before {
    content: "Pillar Guide";
    background: #000;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
}
#site-header-inner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.single-post .page-header-title {display:none}

.warning-strip {
  background: repeating-linear-gradient( 45deg, #ffc107, #ffc107 10px, #1a1a1a 10px, #1a1a1a 20px );
  height: 30px;
}