html,
body {
    scroll-behavior: smooth;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  /* overflow-x: hidden; */
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

a{
  color:currentColor;
}

img{
  max-width: 100%;
  height: auto;
}

canvas {
  display: none;
}

@media (min-width: 600px) {
  canvas {
    display: block;
    margin: 0 auto;
    position: fixed;
    top: 3px;
  }
}
.video{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  place-items: center;
  align-items: center;
}
video{
  max-height: 80vh;
  max-width: 90vw;
}
.close{
  position: absolute;
  top: 12px;
  right: 12px;
  font-weight: 100;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}

.top{
  background: #f60;
  height: 3px;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
}

h1{
  font-size: 1rem;
  margin: 0;
  padding:12px 8px 8px;
  font-weight: normal;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
}
h1 a{
  color: #fff;
  text-decoration: none;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}
h2{
  font-size: 1rem;
}

@media (min-width: 600px) {
  .ios{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  canvas{
    display: block;
  }
}

#defaultCanvas0_Description{
  padding:8px;
}

ul{
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

li{
  margin: 8px 0;
  width:100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px;
  border-bottom: 1px solid rgba(255, 102, 0, 0.393);
}

li a{
  color: #fff;
  text-decoration: none;
}

li a .title{
  font-weight: bold;
}
li a .categories{
  font-weight: normal;
}



@media (max-width:599px) {
  body{
    height:auto!important;
  }
  .media video{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
  }
}

#cookie-banner{
  display:none; position: fixed; bottom: 0; left: 0; right: 0;  color: white; padding: 5px; text-align: center; z-index: 1000;
  width: 100%;
  grid-template-columns: auto auto;
  gap:10px;
  padding:0 12px;
  font-size: 13px;
  max-width: 500px;
  margin: 0 auto 12px;
  box-sizing: border-box;
}
#cookie-banner p{
  margin: 0;
  padding: 0;
}

#cookie-banner button{
  background: #000;
  border: 1px solid #ffffff2d;
  color: #ddd;
  border-radius: 12px;
  padding: 10px 16px;
  margin: 0;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
}

#cookie-settings{
  /* width:200px; */
  font-size: 1em;
  width:32px;
  height:32px;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid #ffffff2d;
  position: absolute;
  right: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  opacity: 0;
}