@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
body {
  overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, .jokery-title {
  font-family: 'Montserrat', sans-serif;
  color: #221B3A;
}

.jokery-title {
  color: #C37CB4;
}
.jokery-title-white {
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 0.5rem auto;
  display: block;
}

.joke-trivia-inline {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 15px 20px;
  border-left: 5px solid #6a4fcf;
  margin-bottom: 30px;
  border-radius: 8px;
  font-style: italic;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.jokery-layout {
  display: block;
  width: 100%;
  box-sizing: border-box;
}


.jokery-main {
  flex: 1;
  margin: 0 auto;
}
.joke-sidebar {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 300px;
  font-size: 0.95em;
  position: sticky;
  top: 100px;
}
.joke-category-page {
  background: url('https://jokery.co.uk/wp-content/uploads/2018/10/h1-row-bckg-3.jpg') no-repeat center center fixed;
  background-size: cover;
}
.tax-joke_category::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.3); /* soft dark overlay */
  z-index: 0;
}

.tax-joke_category {
  background: url('https://jokery.co.uk/wp-content/uploads/2018/10/h1-row-bckg-3.jpg') no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
}

.jokery-container {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  position: relative;
  z-index: 1;
}

.jokery-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}


.jokery-title {
  font-family: 'Montserrat', sans-serif;
  color: #221B3A;
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
}


.surprise-button {
  background-color: #4e3b8c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.surprise-button:hover {
  background-color: #6a4fcf;
}

.surprise-joke {
  margin-bottom: 30px;
  background-color: #3b2f63;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.joke-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}



.joke-card {
  background: linear-gradient(135deg, #221b3a, #221b3a);
  position: relative;
  padding-top: 2rem;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, background 0.3s ease;
  height: auto;
}

.joke-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #4e3b8c, #6a4fcf);
}

.joke-icon {
  font-size: 2em;
  margin-bottom: 10px;
}

.joke-voting {
  background-color: #c37db4;
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  border-radius: 12px; /* adjust px value as needed */
  padding: 10px;       /* optional, gives breathing room */
}

.vote-up,
.vote-down {
  background-color: #4e3b8c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.5em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
/* Puns Grid Layout */
.pun-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Individual Pun Card */
.pun-card {
  background: linear-gradient(135deg, #221b3a, #221b3a);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, background 0.3s ease;
  position: relative;
}

/* Hover Effect */
.pun-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #C37CB4, #8A4F9E);
}

/* Pun Text */
.pun-text {
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}
.pun-card h5.pun-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1.4;
}

/* Optional Emoji Overlay */
.pun-emoji {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.4rem;
  opacity: 0.85;
}

/* Submission Badge */
.pun-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #fff;
  color: #221B3A;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}


.vote-up:hover,
.vote-down:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(106, 79, 207, 0.6);
  background-color: #6a4fcf;
}

.vote-count {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 48px;
  color: #fff;
}
.vote-up:hover,
.vote-down:hover {
  animation: bounce 0.4s;
}

@keyframes bounce {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.joke-reactions {
  display: flex;
  flex-wrap: wrap;               /* allow wrapping */
  justify-content: center;       /* center emojis */
  gap: 10px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;                   /* ensure it fits the card */
  overflow: visible;             /* prevent clipping */

}
.emoji-react.count {
  color: #FFFFFF !important;
}
.emoji-react {
  background: none;
  border: none;
  padding: 6px 10px;
  font-size: 1em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

@media (max-width: 600px) {
  .emoji-react {
    font-size: 1em;
    padding: 4px 6px;
  }

  .emoji-counter {
    font-size: 0.8em;
  }
}
.reaction-wrapper .count {
  color: #FFFFFF;
}
.emoji-react + .count {
  color: #FFFFFF;
}

.emoji-react:hover {
  transform: scale(1.3) rotate(-5deg);
}
.submit-joke-button {
  background-color: #4e3b8c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-joke-button:hover {
  background-color: #6a4fcf;
}

.submit-joke-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  animation: fadeIn 0.4s ease;
}

.close-modal {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}

.joke-battle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.joke-battle {
  padding-left: 65px;
  padding-right: 65px;
}
.joke-battle-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}

.joke-card {
  background: linear-gradient(135deg, #221b3a, #221b3a) !important;
  color: #FFFFFF !important;
  position: relative;
  padding-top: 2rem;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 14px rgba(0, 80, 160, 0.15);
  width: 100%;
  max-width: 500px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;

}
/* Mobile override */
@media (max-width: 600px) {
  .joke-card {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .joke-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 12px;
  }
}

.joke-card h1,
.joke-card h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF !important;
  margin-bottom: 0.5rem;
}

.joke-card h3,
.joke-card a {
  color: #FFFFFF !important;
}
.joke-card h4 {
  color: #FFFFFF !important;
}
.joke-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 80, 160, 0.25);
}

.joke-leaderboard {
  background: #f9f9f9;
  padding: 40px 65px;
  border-top: 1px solid #ddd;
}
.leaderboard-title {
  font-size: 26px;
  color: #221B3A;
  margin-bottom: 24px;
  text-align: center;
  background: linear-gradient(135deg, #e0f0ff, #C37CB4) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.leaderboard-list {
  list-style: decimal inside;
  font-size: 18px;
}
.leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.leaderboard-table thead {
  background: linear-gradient(135deg, #e0f0ff, #C37CB4) !important;
  color: #fff;
}

.leaderboard-table th {
  padding: 16px;
  font-size: 17px;
  text-align: left;
  border-bottom: 2px solid #f78da7;
  letter-spacing: 0.5px;
}

.leaderboard-table td {
  padding: 16px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.leaderboard-table tr:nth-child(even) {
  background-color: #fdfaff; /* soft white with a hint of pink */
}

.leaderboard-table tr:hover {
  background-color: #e3f7ff; /* soft blue hover */
  transition: background 0.3s ease;
}

.leaderboard-table td:first-child {
  font-weight: bold;
  color: #f78da7;
}

.leaderboard-joke-content {
  font-style: italic;
  color: #333;
  margin-top: 6px;
}
#joke-leaderboard-container {
  transition: all 0.3s ease;
}

.leaderboard-toggle-button:hover {
  background-color: #C37CB4;
}

.leaderboard-title {
  font-size: 26px;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
  background: linear-gradient(to right, #8ed1fc, #f78da7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .joke-leaderboard {
    padding: 20px 10px; /* reduce side padding */
  }

  .leaderboard-table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow-x: auto;
  }

  .leaderboard-table th,
  .leaderboard-table td {
    padding: 12px;
    font-size: 15px;
    word-break: break-word;
  }
}


.jokery-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .jokery-category-grid {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
}

.jokery-tile {
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.jokery-tile-inner {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.jokery-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.jokery-tile:hover .jokery-tile-inner {
  transform: scale(1.08);
}

.jokery-emoji {
  font-size: 56px;
  margin-bottom: 16px;
}

.jokery-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.vs-divider {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #C37CB4;
  text-shadow: 2px 2px #221B3A;
  animation: pulseVs 1.2s infinite;
}

@keyframes pulseVs {
  0%   { transform: scale(1); opacity: 0.8; }
  50%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}
@media (max-width: 600px) {
  .joke-battle .joke-battle-container,
  .joke-battle .joke-battle-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}


  .joke-battle {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

  .joke-card {
    width: 100%;
    min-width: unset;
  }

  .vs-divider {
    font-size: 36px;
    text-align: center;
    margin: 10px 0;
  }
.squiggly-line {
  width: 120px;
  height: 20px;
  margin: 0 auto 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='20'><path d='M0 10 Q30 0,60 10 T120 10' stroke='%23C37CB4' stroke-width='3' fill='transparent'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.joke-of-the-day-widget {
  width: 100%;
  background: linear-gradient(135deg, #221B3A, #221B3A);
  color: #000000;
  padding: 40px 20px;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin: 40px 0;
}

.joke-of-the-day-card {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

@media (max-width: 600px) {
  .joke-of-the-day-card {
    padding: 20px;
    margin: 0 10px;
    box-sizing: border-box;
  }

  .joke-of-the-day-widget {
    padding: 30px 10px;
  }
}
/* Backdrop layer */
#submit-pun-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

/* Modal content layer */
#submit-pun-modal .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  z-index: 9999;
  font-family: sans-serif;
}

/* Close button */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}
.page-puns .jokery-container.joke-category-page {
  width: 100%;
  max-width: none;
  padding: 0 20px;
}
.joke-category-page.full-width {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 20px; /* Optional: adjust for side breathing room */
  box-sizing: border-box;
}
.page-puns .site-content,
.page-puns .container,
.page-puns .content-area {
  max-width: none;
  width: 100%;
  padding: 0;
}

.jokery-container.joke-category-page.full-width {
  width: 100%;
  max-width: none;
}
.jokery-dashboard h2 {
  font-family: 'Montserrat', sans-serif;
  color: #C37CB4;
}

.jokery-dashboard ul li:hover {
  background-color: #f0f0f0;
  transition: background 0.3s ease;
}
.dashboard-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #fffbe6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Montserrat', sans-serif;
}
.dashboard-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.dashboard-tab {
  padding: 0.75rem 1.25rem;
  background: #ffe066;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: bold;
}

.dashboard-tab.active {
  background: #ffcc00;
  box-shadow: 0 0 0 3px #fff176 inset;
}
.emoji-header {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  animation: bounceIn 0.6s ease;
}
@keyframes bounceIn {
  0%   { transform: scale(0.8); opacity: 0; }
  60%  { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tax-fact_category {
  background: url('https://jokery.co.uk/wp-content/uploads/2018/10/h1-row-bckg-3.jpg') no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
}
.tax-fact_category::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.tax-pun_category .jokery-container,
.tax-fact_category .jokery-container {
  width: 100%;
  max-width: none;
  padding: 0 20px;
  box-sizing: border-box;
}

.tax-pun_category .site-content,
.tax-pun_category .container,
.tax-pun_category .content-area,
.tax-fact_category .site-content,
.tax-fact_category .container,
.tax-fact_category .content-area {
  max-width: none;
  width: 100%;
  padding: 0;
}
body[class*="tax-pun_"] .jokery-container,
body[class*="tax-fact_"] .jokery-container {
  width: 100%;
  max-width: none;
  padding: 0 20px;
  box-sizing: border-box;
}

body[class*="tax-pun_"] .site-content,
body[class*="tax-pun_"] .container,
body[class*="tax-pun_"] .content-area,
body[class*="tax-fact_"] .site-content,
body[class*="tax-fact_"] .container,
body[class*="tax-fact_"] .content-area {
  max-width: none;
  width: 100%;
  padding: 0;
}
.jokery-tab-btn {
  padding: 0.75rem 1.25rem;
  background: #ffe066;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: bold;
  border: none;
  font-family: 'Montserrat', sans-serif;
}

.jokery-tab-btn.active {
  background: #ffcc00;
  box-shadow: 0 0 0 3px #fff176 inset;
}
.jokery-tab-wrapper {
  background: #f3f2ea;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Montserrat', sans-serif;
}
.jokery-tab-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.joke-heart {
  position: absolute;
  top: 10px;
  right: 10px;
}

.jokery-heart-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.jokery-heart-btn:hover {
  transform: scale(1.2);
  color: #C37CB4;
}

.jokery-heart-btn.favourited {
  color: #C37CB4;
}
/* Joke Interaction Bar */
.joke-interaction-bar {
  background-color: #c37db4;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  border-radius: 12px;
  padding: 10px;
}

/* Emoji Buttons */
.joke-reactions .emoji-react {
  background: none;
  border: none;
  padding: 6px 10px;
  font-size: 1.1em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}


.joke-reactions .emoji-react:hover {
  transform: scale(1.05);
}

/* Emoji Label */
.emoji-label {
  font-size: 1.1em;
  line-height: 1;
  padding: 0;
  background: none;
  color: #fff;
}

/* Emoji Counter */
.emoji-counter {
  font-size: 0.95em;
  color: #eee;
}

/* Favourite Toggle */
.fav-toggle {
  font-size: 1.8em;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  color: #ccc;
  transition: transform 0.2s ease;
}

.fav-toggle.favourited i {
  color: #ff4d88;
}


.fav-toggle:hover {
  transform: scale(1.1);
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  z-index: 0;
  position: relative;
}

.share-buttons a {
  background-color: #4e3b8c;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.85em;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.share-buttons a:hover {
  background-color: #6a4fcf;
  transform: scale(1.05);
}
.fav-toggle.clicked {
  animation: pop 0.3s ease;
}

@keyframes pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.share-facebook i,
.share-twitter i,
.share-whatsapp i {
  font-size: 1.5em;
  margin-right: 10px;
  color: #444;
  transition: color 0.3s ease;
}

.share-facebook:hover i { color: #3b5998; }
.share-twitter:hover i { color: #1da1f2; }
.share-whatsapp:hover i { color: #25d366; }
.fav-toggle.favourited i {
  animation: bounce 0.3s ease;
}

@keyframes bounce {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.badge-progress-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.badge-progress-item {
  margin-bottom: 20px;
}

.badge-label {
  font-weight: bold;
  margin-bottom: 6px;
}

.badge-bar {
  background: #eee;
  border-radius: 20px;
  height: 12px;
  overflow: hidden;
  position: relative;
}

.badge-fill {
  background: linear-gradient(135deg, #C37CB4, #6a4fcf);
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}


.badge-status {
  font-size: 0.9rem;
  margin-top: 4px;
  color: #555;
}
.fav-toggle i {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fav-toggle.favourited i {
  font-weight: 900;
}
.submitted-by {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.badge-icons {
  margin-left: 8px;
}

.badge-icon {
  margin-right: 4px;
  font-size: 16px;
}
/* Profile Page Container */
.jokery-profile {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  font-family: 'Poppins', sans-serif;
}

/* Header Section */
.jokery-profile .profile-header {
  text-align: center;
  margin-bottom: 30px;
}

.jokery-profile .profile-header h2 {
  font-size: 2rem;
  margin-top: 10px;
  color: #C37CB4;
}

/* Section Headings */
.jokery-profile .profile-section h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #444;
  border-bottom: 2px solid #C37CB4;
  padding-bottom: 5px;
}

/* Badge List */
.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.badge-list li {
  background: #f9f9f9;
  border: 2px solid #C37CB4;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 1.2rem;
}

/* Favourite Cards */
.fav-card {
  background: #fefefe;
  border: 1px solid #ddd;
  border-left: 5px solid #C37CB4;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.fav-card h4 {
  margin-top: 0;
  color: #333;
}

/* Stats List */
.jokery-profile .profile-section ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

.jokery-profile .profile-section ul li {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #555;
}
