
#album-description {
  margin-bottom: 20px !important;
}

body {
  margin-bottom: 100px;
}

a {
  text-decoration: none;
  color: #007185;
}
a:hover {
  text-decoration: underline;
  color: #007185;
}

text {
  font-weight: 200;
    font-style: normal;
    font-family: inherit;
}

dir[dir="ltr"] {
  width: 100% !important;
}

h2 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}

p {
  font-weight: 200;
}

.container > div {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
}

.dropdown-item {
  font-family: monospace, serif;
  font-size: 14px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner__copy {
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 12px;
  line-height: 20px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #2CE080;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #3A4649;
  background-color: transparent;
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
  background-color: transparent;
  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

.starter-template {
  text-align: center;
}

.chart-flex {
  display: flex;
  gap: 16px;
  font-weight: 300;
}
.chart-credit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
  }

  height: 100%;
  width: 100%;
}
.chart-credit__title {
  font-size: 16px;
  font-weight: 300;
}
.chart-credit__artist {
  @media screen and (min-width: 768px) {
      white-space: nowrap;
  }
  font-size: 14px;
  font-weight: 300;
}

.chart-rank {
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "palt";
}
.chart-arrow {
    color:#aaa;
}
.chart-weeks {
    color:#aaa;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
  display: contents;
}
.chart-new {
  background-color: #a539a3;
  padding: 0.35em 0.65em;
  font-size: 10px;
  font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.09rem;
}

.chart-week {
    font-variant-numeric: tabular-nums;
    font-size: 16px;
    font-feature-settings: "palt";
    font-weight: 300;
}

.chart-year {
  width: 56px;
}

.chart__wks-value {
  font-weight: 700;
  font-size: 12px;
    color:#aaa;
}
.chart__wks-label {
  font-weight: 700;
  font-size: 12px;
    color:#aaa;
}

.chart-specification {  
  padding: 2px 0;
  text-align: center;
  @media screen and (min-width: 768px) {
    width: 64px;
  }
  
  @media screen and (max-width: 767px) {
    width: 40px;
  }
}

.relation {
    margin: 10px auto auto auto;
    overflow: hidden;
  text-align: left;
}

.relation-tag {
    background-color: gray;
    font-size: 10pt;
  font-weight: 300;
    float: left;
    margin: 5px;
    padding: 3px 7px 3px 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.relation-tag a:link {
    color: orange;
}

.relation-tag a:visited {
    color: orange;
}

.relation-tag a:hover {
    color: orange;
    text-decoration: underline !important;
}

.relation-tag a:active {
    color: orange;
    text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}

.artist-description {
    flex-direction: row;
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    @media screen and (max-width: 767px) {
        display: block !important;
    }
}

.artist-image {
    visibility: hidden;
    @media screen and (max-width: 767px) {
        width: 100% !important;
    }
}

.artist-image img {
    border-top-left-radius: calc(0.25rem - 1px);
    @media screen and (max-width: 767px) {
        width: 100% !important;
    }
}

.artist-text {
    margin: 8px 16px;
  font-weight: 300;
  font-size: 14px;
}

.artist-right {
    display: flex;
    flex-direction: column;
  height: 100%;
  gap: 16px;
}

.artist-right .chart-specification {
    width: 100%;
    text-align: right;
    color: #aaa;
}

.album-text {
    margin: 8px 16px;
    font-weight: 300;
    font-size: 14px;
}

.album-card img {
    width: 200px;
    @media screen and (max-width: 767px) {
  width: 100%;
  height: 100%;
    }
}

.album-description {
    flex-direction: row;
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    @media screen and (max-width: 767px) {
        display: block !important;
    }
}

#___gcse_0 {
  @media screen and (min-width: 768px) {
    width: 480px;
  }
  @media screen and (max-width: 767px) {
        width: 100% !important;
    }
}

.add-to-any {
  display: flex;
  flex-direction: row-reverse;
}

.gsc-input-box {
  border-radius: 0 !important;
  padding: 0 !important;
}
.gsc-search-box {
  margin: 0 !important;
}

.gsc-search-button-v2 {
  padding: 13px 32px !important;
  border-radius: 0 !important;
}

.gsc-search-box .gsc-input {
  height: 32px !important;
  padding-right: 4px !important;
}

.align-right {
  display: flex;
    flex-direction: row;
    justify-content: end;
}

div[style="width: 100%; height: auto; clear: both;"] {
    display: none;
}

html {
  scroll-padding-top: 72px;
}

.news-list {
    list-style-type: circle;
}

.news-list-item {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
    font-variant-numeric: tabular-nums;
    font-size: 14px;
    font-feature-settings: 'palt';
    flex-direction: row;
  justify-content: space-between;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    width: fit-content;
    }
}
