/*
Theme Name: Harmuny Child
Description: Harmuny Child Theme
Author: Bdaia
Author URI: https://harmuny.bdaia.com/
Template: harmuny
Version: 1.0.4
Text Domain: harmuny
Domain Path: /lib/languages
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Container for the login/register buttons */
.login-register-buttons {
    text-align: center;
    margin-top: 20px;
}

/* Styling for both buttons */
.login-register-buttons .btn {
    padding: 10px 15px;
    text-decoration: none;
    background-color: #0073aa;
    color: #ffffff;
    border-radius: 3px;
    margin: 0 5px;
    display: inline-block;
}

/* Hover effect for buttons */
.login-register-buttons .btn:hover {
    background-color: #005177;
}
.spillbybill-leaderboard {
  text-align: center;
  background: #FFFFFF; /* Optional */
  padding: 10px 0;
}

.spillbybill-leaderboard img {
  max-width: 100%;
  height: auto;
}
/* 🎧 Podcast Page Styles */
.podcast-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.podcast-wrapper h1 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 10px;
}

.podcast-episode {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.podcast-episode audio {
  width: 100%;
  margin-top: 10px;
}

.podcast-episode a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #d33;
  font-weight: bold;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}
/* auth menu */
.auth-menu {
  display: flex;
  flex-direction: column;
}
.auth-menu .auth-link {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: #0073aa;
}
.auth-menu .auth-link:hover {
  color: #005177;
}
/* new category stuff*/
/* Strong selector override */
.category-quiet-spills h2.entry-title {
    font-size: 2rem !important;
    font-weight: bold !important;
    margin: 0 0 0.5em;
    color: #000 !important;
}
/*-------------subtitle stuff-------------*/
.ogq-banner {
  background: #fff6d5;
  padding: 24px;
  border-left: 6px solid #f39c12;
  margin-bottom: 30px;
}

.ogq-title {
  font-size: 2.2rem;
  margin: 0;
}

.ogq-sub {
  color: #777;
  font-style: italic;
}

.ogq-post-body {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}

.ogq-post-snippet {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.ogq-excerpt {
  color: #444;
  margin: 10px 0;
}

.ogq-read-more {
  display: inline-block;
  margin-top: 8px;
  color: #e67e22;
  text-decoration: none;
}

.ogq-read-more:hover {
  text-decoration: underline;
}

.ogq-comments {
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

