/* APPLE MUSIC */
#apple-music-embed {
  width: 90%;
  display: block;
  margin: 1rem auto 1rem auto;
}

#music-info {
  display: block;
  max-width: 90%;
  margin: 0.5rem auto;
  font-size: 75%;
  line-height: 140%;
  opacity: 0.75;
  text-align-last: left;
}

#amtrack {
  display: block;
  text-align: left;
  margin: 0 1rem;
}

#amtrack::before {
  content: "🎧";
  color: var(--body-text-color);
  margin: auto 0.32rem auto -1rem;
}

#amtrack::after {
  content: "";
}

#amartist {
  display: block;
  text-align: left;
  margin: 0 1rem;
}

#amartist::before {
  content: "🧑🏻‍🎤";
  color: var(--body-text-color);
  margin: auto 0.32rem auto -1rem;
}

#amartist::after {
  content: "";
}

#amalbum {
  display: block;
  text-align: left;
  margin: 0 1rem;
}

#amalbum::before {
  content: "💿";
  color: var(--body-text-color);
  margin: auto 0.32rem auto -1rem;
}

#amalbum::after {
  content: "";
}

/* CONNECT */
.contact-info {
  font-size: 100%;
  line-height: 190%;
  white-space: nowrap;
  margin: 0 auto;
}

.fa-icon-category {
  color: var(--body-accent-color);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 150%;
  display: -webkit-inline-box;
  margin: 1.2rem auto 0 auto;
  -webkit-box-pack: center;
}

.fa-icon-as-button {
  font-size: 2.2rem;
  margin: 0.4rem;
  width: 2.6rem;
  display: -webkit-inline-box;
  color: var(--body-accent-color);
  -webkit-box-pack: center;
}

.fa-icon-as-button:hover {
  color: var(--body-hover-color);
}

/* FOOTER */
footer {
  margin: 4rem auto 2rem auto;
}

/* GHOSTEXT */

.ghostext {
  /**convert text to 0 space**/
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: fixed;
  z-index: -99;
  /* or just -1, whatever */
}

.ghostext1 {
  /**convert text to 1 space on screen**/
  padding: 0.1rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: -99;
  /* or just -1, whatever */
}

.ghostext2 {
  /**convert text to 2 spaces on screen**/
  padding: 0.2rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: -99;
  /* or just -1, whatever */
}

.ghostext3 {
  /**convert text to 3 spaces on screen**/
  padding: 0.3rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: -99;
  /* or just -1, whatever */
}

.ghostext4 {
  /**convert text to 4 spaces on screen**/
  padding: 0.4rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: -99;
  /* or just -1, whatever */
}

/* IFRAME */

iframe {
  width: 100%;
}

.videoContainer {
  margin: 1.1rem auto;
}

/* Only apply vertical margin to direct descendants, prevents multi margins */
.entry > iframe {
  margin: 24px 0 !important;
}

/* LOGO */
.logo-rotation {
  animation: wiggly 4s infinite linear;
}

@keyframes wiggly {

  0%,
  50%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(5deg);
  }

  75% {
    transform: rotate(-5deg);
  }
}

/* PRETTY-TAGS */

.pretty-tag {
  display: inline-block;
  font-size: 70%;
  padding: 0.2rem 0.25rem 0.2rem 0.25rem;
  line-height: .7rem;
  vertical-align: middle;
  border-style: none;
  border-radius: 0.25rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0.1rem 0;
}


.pretty-tag.twitter-blue {
  background-color: #1FA1F3;
  /**BLUE, theme color of Twitter**/
  border-color: #1FA1F3;
}

.pretty-tag.twitter-blue a {
  color: #FFFC00 !important;
}

.pretty-tag.fb-navy {
  background-color: #4267B2;
  /**NAVY BLUE, theme color of Facebook**/
  border-color: #4267B2;
}

.pretty-tag.fb-navy a {
  color: #FFFC00 !important;
}

.pretty-tag.reddit-orange {
  background-color: #FF4500;
  /**ORANGE, theme color of Reddit**/
  border-color: #FF4500;
}

.pretty-tag.reddit-orange a {
  color: #FFFC00 !important;
}

.pretty-tag.line-green {
  background-color: #00B901;
  /**GREEN, theme color of Line**/
  border-color: #00B901;
}

.pretty-tag.line-green a {
  color: #FFFC00 !important;
}

.pretty-tag.snap-yellow {
  color: #121212 !important;
  background-color: #FFFC00;
  /**YELLOW, theme color of Snapchat**/
  border-color: #FFFC00;
}

.pretty-tag.snap-yellow a {
  color: #4267B2 !important;
}

.pretty-tag.red {
  background-color: #D52B1E;
  /**RED, theme color of this site**/
  border-color: #D52B1E;
}

.pretty-tag.red a {
  color: #FFFC00 !important;
}

.pretty-tag.grey {
  background-color: #7c7c7c;
  /**GRAY, theme color of this site**/
  border-color: #7c7c7c;
}

.pretty-tag.grey a {
  color: #FFFC00 !important;
}

/* TABLES */

table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  font-size: .9375rem;
  line-height: 24px;
}

tr {
  box-sizing: border-box;
  border-top: 1px solid var(--card-accent-color);
  padding: 0;
}

th,
td {
  box-sizing: border-box;
  border: 1px solid var(--card-accent-color);
  padding: 5px 12px 6px;
}

/* CHECKINS, LINKS, TRACKS */
#checkins-list,
#links-list,
#tracks-list {
  max-width: 100%;
  margin: auto;
}

#loading {
  font-size: 1.5rem;
  color: var(--body-text-color);
  padding: 2rem;
  text-align: center;
}

.dots {
  display: inline-block;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

#checkins-list,
#links-list,
#tracks-list {
  display: none;
  /* Optional: hide until loaded */
}

#checkins-list.loaded,
#links-list.loaded,
#tracks-list.loaded {
  display: block;
  /* Optional: show when loaded */
}

.checkin-entry,
.link-entry,
.track-entry {
  background: var(--body-background-color);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0 auto 1rem auto;
  transition: transform 0.3s ease-in-out;
  align-items: center;
}

.checkin-entry:hover,
.link-entry:hover,
.track-entry:hover {
  transform: scale(1.05);
}

.checkin-placename,
.link-hyper_text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
  margin: 0.5rem auto;
}

.checkin-address,
.link-sidenote {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0.5rem auto;
}

.checkin-timestamp,
.link-timestamp {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0.5rem auto;
  opacity: 0.8;
}

/* TRACKS LIST */

.track-entry {
  display: flex;
}

.track-artwork {
  min-width: 95px;
  max-height: 95px;
  border-radius: 8px;
  margin: 0 0.2rem 0 0;
  flex-shrink: 0;
  object-fit: cover;
}

.track-info {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  flex-grow: 1;
  margin: auto auto auto 0.75rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.track-title-genre {
  display: block;
  line-height: 1.2rem;
  margin: 0 auto 0.25rem 0;
}

.track-title {
  display: inline;
  font-size: 1rem;
  margin: 0 0.5rem 0 0;
  font-weight: bold;
}

.track-genre {
  display: inline-block;
  color: var(--body-text-color);
  font-size: 0.65rem;
  vertical-align: text-bottom;
  border: 1px solid var(--body-text-color);
  border-radius: 0.25rem;
}

.track-artist {
  display: block;
  font-size: 0.85rem;
  line-height: 1rem;
  margin: 0.25rem 0 0.5rem 0;
}

.track-album-year {
  display: block;
  font-size: 0.85rem;
  line-height: 1rem;
}