
html,
body,
* {
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

html[data-theme="ribbit"],
body[data-theme="ribbit"],
body[data-theme="ribbit"] * {
  scrollbar-color: #4CAF50 #d9f7c6;
}

html[data-theme="ribbit"]::-webkit-scrollbar-track,
body[data-theme="ribbit"]::-webkit-scrollbar-track,
body[data-theme="ribbit"] *::-webkit-scrollbar-track {
  background: #d9f7c6;
}

html[data-theme="ribbit"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit"] *::-webkit-scrollbar-thumb {
  background: #4CAF50;
}

html[data-theme="ribbit"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit"] *::-webkit-scrollbar-thumb:hover {
  background: #2e7d32;
}

html[data-theme="classic"],
body[data-theme="classic"],
body[data-theme="classic"] * {
  scrollbar-color: #1e6bd6 #dbe9ff;
}

html[data-theme="classic"]::-webkit-scrollbar-track,
body[data-theme="classic"]::-webkit-scrollbar-track,
body[data-theme="classic"] *::-webkit-scrollbar-track {
  background: #dbe9ff;
}

html[data-theme="classic"]::-webkit-scrollbar-thumb,
body[data-theme="classic"]::-webkit-scrollbar-thumb,
body[data-theme="classic"] *::-webkit-scrollbar-thumb {
  background: #1e6bd6;
}

html[data-theme="classic"]::-webkit-scrollbar-thumb:hover,
body[data-theme="classic"]::-webkit-scrollbar-thumb:hover,
body[data-theme="classic"] *::-webkit-scrollbar-thumb:hover {
  background: #0b2a4a;
}

html[data-theme="pink"],
body[data-theme="pink"],
body[data-theme="pink"] * {
  scrollbar-color: #b03060 #f7d6f2;
}

html[data-theme="pink"]::-webkit-scrollbar-track,
body[data-theme="pink"]::-webkit-scrollbar-track,
body[data-theme="pink"] *::-webkit-scrollbar-track {
  background: #f7d6f2;
}

html[data-theme="pink"]::-webkit-scrollbar-thumb,
body[data-theme="pink"]::-webkit-scrollbar-thumb,
body[data-theme="pink"] *::-webkit-scrollbar-thumb {
  background: #b03060;
}

html[data-theme="pink"]::-webkit-scrollbar-thumb:hover,
body[data-theme="pink"]::-webkit-scrollbar-thumb:hover,
body[data-theme="pink"] *::-webkit-scrollbar-thumb:hover {
  background: #7a1f40;
}

html[data-theme="ribbit-dark"],
body[data-theme="ribbit-dark"],
body[data-theme="ribbit-dark"] * {
  scrollbar-color: green #1a1a1a;
}

html[data-theme="ribbit-dark"]::-webkit-scrollbar-track,
body[data-theme="ribbit-dark"]::-webkit-scrollbar-track,
body[data-theme="ribbit-dark"] *::-webkit-scrollbar-track {
  background: #1a1a1a;
}

html[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit-dark"] *::-webkit-scrollbar-thumb {
  background: #7db7ff;
}

html[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit-dark"] *::-webkit-scrollbar-thumb:hover {
  background: #4f8fd8;
}

#post-categories a {
  color: #1e6bd6;
  text-decoration: underline;
}

#post-categories a:hover {
  color: #0b2a4a; 
}
.mention-link {
  pointer-events: auto !important;
  position: relative;
  z-index: 5;
}

.mention-link:hover {
  color: #0b3d91;
}

.mobile-bottom-nav {
  display: none !important;
}
@media (max-width: 480px) {
  #ribbitLogo {
    display: block !important;
    margin: 8px auto !important;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#post-categories {
  color: #000; 
}

body.ribbit-dark #post-categories,
body[data-theme="ribbit-dark"] #post-categories {
  color: #fff; 
}
@media (max-width: 480px) {
  .mobile-bottom-nav {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: #121212;
    justify-content: space-around;
    align-items: center;
    z-index: 5000;
  }

  .mobile-bottom-nav a {
    font-size: 12px;
    color: #6ab0ff;
    text-decoration: none;
  }
  body {
    margin: 0;
  }
  .container {
    padding-bottom: 80px !important;
  }
}

.left-box-banner {
  position: static;
}
html.has-entry-background .container {
  border: none !important;
  box-shadow: none !important;
}
body.has-entry-background .blog-green-box {
  background: transparent !important;
}

body.has-entry-background .blog-green-box *:not(button):not(#like-btn):not(#like-btn *){
  background: transparent !important;
}
body.has-entry-background {
  background: transparent !important;
}
body.has-entry-background .container {
  background: transparent !important;
}
#post-meta {
  font-size: 12px;
  margin-bottom: 10px;
  word-break: break-word;
}

#post-meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: break-word;
}

@media (max-width: 480px) {
  #post-meta {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #post-blog-title {
    white-space: normal;
    word-break: break-word;
  }
}

html.has-entry-background body.ribbit-dark,
html.has-entry-background body[data-theme="ribbit-dark"] {
  background: transparent !important;
}
body.ribbit-dark #post-categories a,
body[data-theme="ribbit-dark"] #post-categories a {
  color: #6ab0ff; 
}

body.ribbit-dark #post-categories a:hover,
body[data-theme="ribbit-dark"] #post-categories a:hover {
  color: #9cc8ff;
}
html.has-entry-background {
  background: transparent !important;
}

  @media (max-width: 440px) {
    #banner-profile-pic {
      display: none !important;
    }
    
    #edit-btn {
      display: none !important;
    }
  }
@media (min-width: 481px) {
  body {
    visibility: hidden;
  }
}
html[data-theme="ribbit"] {
  background: linear-gradient(
    180deg,
    #eaffda 0%,
    #d9f7c6 40%,
    #c8efb2 100%
  );
}

html[data-theme="classic"] {
  background: linear-gradient(
    180deg,
    #eaf3ff 0%,
    #dbe9ff 40%,
    #c6dcff 100%
  );
}

html[data-theme="pink"] {
  background: linear-gradient(
    180deg,
    #fde8f8 0%,
    #f7d6f2 40%,
    #efb9e8 100%
  );
}

html[data-theme="ribbit-dark"] {
  background: linear-gradient(
    180deg,
    #0f0f0f 0%,
    #151515 40%,
    #1a1a1a 100%
  );
}


body {
  background: transparent;
}

html, body {
  min-height: 100%;
}


html {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.music-note {
  position: fixed;
  bottom: -40px;
  font-size: 22px;
  opacity: 0.35;
  animation: floatMusic linear infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes floatMusic {
  from {
    transform: translateY(0) rotate(0deg);
    opacity: 0.5;
  }
  to {
    transform: translateY(-110vh) rotate(20deg);
    opacity: 0;
  }
}

@media (min-width: 481px) {
  body {
    visibility: hidden;
  }
}

html[data-theme] {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  background: transparent !important;
}

html[data-theme="ribbit"] {
  background-image: linear-gradient(
    180deg,
    #eaffda 0%,
    #d9f7c6 40%,
    #c8efb2 100%
  );
}

html[data-theme="classic"] {
  background-image: linear-gradient(
    180deg,
    #eaf3ff 0%,
    #dbe9ff 40%,
    #c6dcff 100%
  );
}

html[data-theme="pink"] {
  background-image: linear-gradient(
    180deg,
    #fde8f8 0%,
    #f7d6f2 40%,
    #efb9e8 100%
  );
}

html[data-theme="ribbit-dark"] {
  background-image: linear-gradient(
    180deg,
    #0f0f0f 0%,
    #151515 40%,
    #1a1a1a 100%
  );
}

