.profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.badge-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 8px;
  border: 1px solid rgba(0,0,0,0.35);
  background: rgba(0,0,0,0.06);
  border-radius: 999px;
  line-height: 1.2;
}
html {
  scrollbar-gutter: stable;
}

body {
  margin: 0; 
  background-color: #e3e3e3;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
} 

.headerhero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.headerbox {
  width: 800px;
  height: 75px;
  background: #0054e3;
  color: white;
}

.linkbox {
  width: 800px;
  height: 20px;
  background: #5d89d6;
}

.contentbackground {
  width: 800px;
  max-width: 100%;
  background: #f2f0f0;
  min-height: 200px;
  padding: 20px;
  padding-bottom: 50px;
} 

.artistcontentbackground {
  width: 800px;
  max-width: 100%;
  background: #f2f0f0;
  /* allow this area to grow with page content */
  min-height: 600px;
  padding: 20px;
} 

h1 {
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 30px;
  font-weight: bolder;
  color: white;
}

h2 {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-size: 5px;
}

a {
  margin: 0;
  padding-left: 5px;
  text-decoration: none;
  color: blue;
}

p {
  margin: 0;
  padding: 5px;
  padding-left: 10px;
}

span {
  margin: 0;
  color: black;
  font-size: 16px;
  padding-left: 3px;
  padding-right: -2px;
}

.songdownloadlink {
  color: rgb(60, 60, 170);
  font-weight: 500;
  text-decoration: underline;
  padding-left: 15px;
  line-height: 20px;
}

.homeintro {
  padding-top: 10px;
  padding-bottom: 20px;
}

.homecontent {
  position: relative;
  line-height: 1.4;
}

.subheading {
  text-decoration: underline;
  color: black;
  font-size: large;
  padding-left: 10px;
  padding-right: 20px;
}

.subsubheading {
  text-decoration: underline;
  color: black;
  font-size: medium;
  padding-left: 10px;
  padding-right: 20px;
  padding: 10px;
}

.homeparagraph {
  width: 400px;
  overflow-wrap: normal;
}

.homeparagraphshortmed {
  width: 500px;
  overflow-wrap: normal;
}

.goodiesparagraphmed {
  width: 700px;
  overflow-wrap: normal;
}

.homeparagraphmed {
  width: 620px;
  
}

.bioparagraph {
  width: 650px;
  overflow-wrap: anywhere;
	word-break: break-word;
  max-width: 100%;
}

.homeparagraphlong {
  width: 700px;
  overflow-wrap: normal;
}

.tooltip {
  position: absolute;
  top: -42px;
  left: 455px;
  color: black;
  width: 280px;
  border: 2px solid black;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.tooltip p {
  line-height: 1.4;
}

.bold {
  font-weight: bolder;
  text-decoration: underline;
  color: black;
}

.profile-name {
  font-weight: bolder;
  color: black;
  font-size: 18px;
}

.pagelink {
  color: #0000ee;
  text-decoration: underline;
  padding-left: 15px;
}

.discretelink {
  color: #0000ee;
  text-decoration: underline;
}

.discretebold {
  font-weight: bold;
  color: black;
      display: inline-block;
    margin-left: -0.5ch;
}

.instagramprofilelink {
  font-weight: bolder;
  color: black;
  text-decoration: underline;
}
.floatingimage {  
  position: absolute;
  top: 280px;
  left: 460px;
  color: black;
}

.artistcontainer {
  position: relative;
  padding: 10px;
}

.artistright {
    position: absolute;
    left: 240px;
    top: 0;
    max-width: 300px;
}

.artistinfo {
  margin: 0;
  padding: 0;
}

.artisttitle {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.goodiestitle {
  text-decoration: underline;
  font-size: medium;
  padding: 10px;
  color: black;
}

.menuoption {
  color: white;
}

.menuoption:hover {
  text-decoration: underline;
}

.headerbox {
  width: 800px;
  height: 75px;
  background: #0054e3;
  color: white;
  position: relative; /* REQUIRED */
  align-items: center;
}

.header-account {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: medium;
  white-space: nowrap;
}

.header-account a {
  padding-left: 0;
}

.header-account .seperator {
  padding-left: 3px;
  padding-right: 3px;
  font-size: medium;
  color: white;
}

.seperator {
  color: white;
}

.headermenuoption {
  font-size: medium;
  color: white;
}

.headermenuoption:hover {
  text-decoration: underline;
}

.user-name {
  font-weight: 600;
  color: #0054e3;
  text-decoration: none;
}

.user-name:hover {
  text-decoration: underline;
}

.featured-widget {
  border: 1px solid #ccc;
  background: #f7f7f7;
  width: 100%;
  max-width: 280px;
}

/* 3-column layout: left widgets | main content | right widgets */
.page-layout {
  display: grid;
  grid-template-columns: 320px 800px 320px;
  gap: 30px;
  align-items: start;
  justify-content: center; /* centers the whole 3-column layout */
  padding: 0 20px;
}

.main-column {
  width: 800px;
}

/* Sidebars scroll with the page; widgets inside are evenly spaced */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px; /* spacing between widgets */
}

.sidebar-left { justify-self: end; }
.sidebar-right { justify-self: start; }

.featured-header {
  background: #0054e3;
  color: white;
  font-weight: bold;
  padding: 6px 10px;
  font-size: 17px;
}

.featured-body {
  padding: 10px;
}

.featured-line {
  margin: 0;
  font-size: 15px;
}

.featured-label {
  font-weight: bold;
  margin-right: 6px;
  color: black;
}

.featured-link {
  color: #0054e3;
  text-decoration: none;
  font-weight: 600;
}

.featured-link:hover {
  text-decoration: underline;
}

.featured-meta {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.7;
}

.headerbox,
.linkbox,
.contentbackground {
  margin-left: auto;
  margin-right: auto;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px; /* spacing between widgets vertically */
}

.sidebar-left { justify-self: end; }
.sidebar-right { justify-self: start; }

.warningbox {
    background-color: #ffcccc;
    border: 1px solid #452626;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    
    padding: 12px 16px;
    margin: 15px 10px 20px 10px;
    
    font-size: 16px;
    line-height: 1.4;
}

.notebox {
    background-color: #cceaff;
    border: 1px solid #262d45;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    
    padding: 12px 16px;
    margin: 15px 10px 20px 10px;
    
    font-size: 16px;
    line-height: 1.4;
}

.notetext {
  line-height: 12px;
}
/* BLOG */

.blog-post {
  padding: 10px 0;
}

.blog-author {
  margin-left: 1ch;
}

.blog-date {
  margin-top: 0.6ch;
}

.blog-title {
  margin: 0 0 6px 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: black;
}

.blog-meta {
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.blog-separator {
  opacity: 0.6;
}

.blog-tags {
  font-style: italic;
}

/* Optional featured image */
.blog-hero {
  margin: 10px 0 14px 0;
}

.blog-hero img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(0,0,0,0.15);
}

/* Main content */
.blog-content p {
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.blog-content h2 {
  margin: 18px 0 8px 0;
  font-size: 16px;
  font-weight: 800;
}

.blog-content a {
  text-decoration: underline;
}

.blog-content blockquote {
  margin: 14px 0;
  padding: 10px 12px;
  border-left: 4px solid rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.03);
  font-style: italic;
}

/* Footer actions */
.blog-footer {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.12);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
}

.blog-footer a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.4);
  padding-bottom: 1px;
}

.blog-footer a:hover {
  border-bottom-style: solid;
}

/* ===== Comments ===== */

.comments {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.comments h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 800;
}

.comment {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.comment-author {
  margin: 0;
  font-weight: 800;
  font-size: 15px;

}

.comment-date {
  margin: 2px 0 8px 0;
  font-size: 13px;
  opacity: 0.7;
}

.comment-body {
  margin: 0;
  line-height: 1.4;
}

/* Comment form */
.comment-form {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.comment-form input,
.comment-form textarea {
  font: inherit;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.7);
  outline: none;
}

.comment-form textarea {
  min-height: 90px;
  resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(0,0,0,0.45);
}

.comment-form button {
  font: inherit;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.25);
  background: rgba(0,0,0,0.05);
  cursor: pointer;
  width: fit-content;
}

.comment-form button:hover {
  background: rgba(0,0,0,0.08);
}

/* ===== More posts ===== */

.more-posts {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.more-posts h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 800;
}

.more-posts ul {
  margin: 0;
  padding-left: 18px;
}

.more-posts li {
  margin: 6px 0;
}

/* Make "view comments" feel like a button */
.comments-summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,0.35);
  background: rgba(0,0,0,0.04);
  font-size: 12px;
  font-weight: 800;
  user-select: none;
}

.comments-summary:hover {
  background: rgba(0,0,0,0.08);
}

/* Arrow indicator */
.comments-summary::before {
  content: "▶";
  font-size: 10px;
  opacity: 0.8;
}

.comments-dropdown[open] .comments-summary::before {
  content: "▼";
}

/* Comment count badge */
.comments-count {
  font-weight: normal;
  opacity: 0.7;
}