:root {
  --phnewsmag-primary: #fe5825;
  --phnewsmag-primary-text: #f9ffe7;
  --phnewsmag-background-main: #ffffff;
  --phnewsmag-background-darker: #eaeaea;
  --phnewsmag-secondary: #fd4f18;
  --phnewsmag-secondary-dark: #33202a;
  --phnewsmag-secondary-text: #FFF;
  --phnewsmag-text-dark: #111;
  --phnewsmag-text: #555;
  --phnewsmag-text-light: #777;
  --phnewsmag-header-background: #fff;
  --phnewsmag-header-lighter: #222;
  --phnewsmag-header-text: #FFFFFF;
  --phnewsmag-menu-text: #ff582e;
  --phnewsmag-title-text: #fe5825;
  --phnewsmag-top-bar-text: #777777;
  --phnewsmag-top-bar-background: #000;
  --phnewsmag-mobile-header-background: #FFFFFF;
  --phnewsmag-mobile-header-text: #222222;
}
#secondary {
  border-left: var(--phnewsmag-background-darker) solid 1px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #secondary {
    border: none;
  }
}
button {
  background-color: var(--phnewsmag-primary);
  color: var(--phnewsmag-primary-text);
  border: none;
  border-radius: 4px;
}
.widget {
  padding: 15px;
}
.widget .widget-title,
.widget h2 {
  margin-bottom: 1.5rem;
  position: relative;
}
.widget .widget-title::before,
.widget h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--phnewsmag-primary);
  margin-bottom: 10px;
  top: 39px;
}
.widget .widget-title::after,
.widget h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--phnewsmag-background-darker);
  margin-bottom: 10px;
  top: 42px;
}
.widget h2,
.widget h3,
.widget h4,
.widget h1,
.widget .widget-title {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 10px;
}
.widget ul,
.widget ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style: none;
}
.widget li {
  padding: 8px 0;
  border-bottom: solid 1px var(--phnewsmag-background-darker);
}
.widget li:last-child {
  border-bottom: none;
}
.widget li a {
  color: var(--phnewsmag-text-light);
  text-decoration: none;
}
.widget li a:hover {
  color: var(--phnewsmag-secondary-dark);
}
.widget .widget_block h1:only-child,
.widget .widget_block h2:only-child,
.widget .widget_block h3:only-child,
.widget .widget_block h4:only-child,
.widget .widget_block h5:only-child,
.widget .widget_block h6:only-child {
  margin-bottom: -40px;
}
.featured-posts .featured-posts__post {
  display: -ms-grid;
  display: grid;
  padding-bottom: 20px;
  -ms-grid-columns: 1fr 0.5rem 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem;
}
.featured-posts .featured-posts__post--thumb {
  max-width: 150px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.featured-posts .featured-posts__post--thumb img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-posts .featured-posts__post--title {
  font-size: 16px;
  color: var(--phnewsmag-text-light);
  text-decoration: none;
  border: none;
}
.featured-posts .featured-posts__post--meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
}
.featured-posts .featured-posts__post--meta:visited {
  color: inherit;
}
