form {
	width: unset !important;
}
.hitlijst-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 10px 0px;
    padding: 0 30px;
}

.hitlijst-naam {
    line-height: 1;
    text-align: right;
    margin: 0;
}

.hitlijst-week {
    line-height: 1;
    text-align: right;
    margin: 0;
}

.hitlijst-modern {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 800px;
    margin: 0 auto;
    padding: 16px;
}
.hitkaart {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 0.92em;
}
.hitkaart .positie {
    font-weight: 600;
    text-align: left;
    color: #222;
}
.hitkaart .hoes img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
}
.play-refrein {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 8px 0 0;
  transition: transform 0.16s;
  display: inline-flex;
  align-items: center;
  width: 30px;
}
.play-refrein svg {
  transition: filter 0.16s, transform 0.16s;
  filter: drop-shadow(0 1px 2px #a000) brightness(1.03);
}
.play-refrein:hover svg {
  filter: drop-shadow(0 0 8px #e23a3a77) brightness(1.2);
  transform: scale(1.08);
}
.play-refrein:active svg {
  filter: drop-shadow(0 0 4px #e23a3aaa) brightness(1.12);
  transform: scale(0.97);
}
.play-refrein:focus {
  outline: none;
  box-shadow: none;
}
.icon-play, .icon-pause {
  pointer-events: none;
}
.hitkaart .info {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hitkaart .titel {
    font-weight: 500;
    display: inline;
    margin-right: 6px;
    color: #111;
}
.hitkaart .artiest {
    color: #777;
    font-size: 0.85em;
    display: inline;
}
.hitkaart .extra {
    font-size: 0.85em;
    white-space: break-spaces;
}
.hitlijst-splits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hitlijst-splits .kolom {
  flex: 1;
  min-width: 300px;
}
.hitlijst-splits .kolom .hitkaart {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
}
 .hitlijst-splits .kolom .vote-thanks {
  font-style: italic;
  color: #21759b;
  margin-top: 6px;
}

.label {
    background: #0073aa;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 0.7em;
    margin-left: 6px;
}
.label.nieuw {
    background: #2ecc71;
}
.label.salland {
    background: #d10057;
}
.pijl {
    font-weight: bold;
}
.pijl.groen { color: green; }
.pijl.rood { color: red; }
.pijl.zwart { color: #aaa; }



.icon-nummer1 {
    width: 13px;
    height: 13px;

    vertical-align: middle;
}
.icon-reentry {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.icon-salland {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.weken {
    font-size: 0.75em;
    color: #888;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}


.vote-button {
    background: white;
    border: 1px solid rgb(226, 58, 58);
    color: rgb(226, 58, 58);
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 10px rgba(255, 50, 50, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.vote-button:hover {
    background: rgba(255, 50, 50, 0.3);
    box-shadow: 0 6px 15px rgba(255, 50, 50, 0.5);
    transform: scale(1.1);
}
.vote-thanks {
    background: rgba(50, 200, 50, 0.15);
    border: 1px solid rgba(50, 200, 50, 0.4);
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    box-shadow: 0 3px 8px rgba(50, 200, 50, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;

}

.vote-thanks {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.vote-thanks.show {
    min-width: 200px; /* ruim kiezen voor lange tekst */
    opacity: 1;
}

.icon-watermerk {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    opacity: 0.3;
}
.icon-watermerk img {
    height: 100%;
    max-height: 40px;
    width: auto;
}

/* DEBUG weergave icoon */
.icon-watermerk {
    opacity: 1;
}
.icon-watermerk img {
    background-color: red;
    height: 100%;
    max-height: 40px;
    width: auto;
}

.hitkaart {
    position: relative;
    overflow: hidden;
}
.icon-watermerk {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 16px;
    opacity: 0.3;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-watermerk img {
    height: 80%;
    width: auto;
    object-fit: contain;
}
.hitlijst-legenda {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    max-width: 320px;
}
.legenda-item {
	margin:  1.5rem 0;
    font-size: var(--p-size);
    font-weight: var(--p-weight);
    line-height: 1.5;	
}
.legenda-item:first-child {
    margin-top: 0;
}
.legenda-item:hover {
    opacity: 0.9;
}
.content-inner {
	background: url('../assets/backend.png') no-repeat center center fixed;
}
.track-history {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;

    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.08) !important;
    margin-top: 20px !important;
}
@media (max-width: 415px) {
    .hitkaart {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 0.9em;
    }
    .hitkaart .info {
        width: 100%;
    }
    .hitkaart .positie,
    .hitkaart .hoes img {
        min-width: 100% !important;
        width: 100% !important;
	height: auto !important;
    }
    .hitkaart .info {
        width: 75% !important;

    }
}
