.tc-cookie {
    position: fixed;
    inset-inline: 1rem;
    bottom: 1rem;
    z-index: 9999;
    background: #111;
    color: #fff;
    padding: .9rem 1rem;
    border-radius: .75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    max-width: 680px;
    line-height: 1.6
}

.tc-cookie__actions {
    margin-top: .75rem;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap
}

.tc-btn {
    border: 0;
    padding: .6rem .9rem;
    border-radius: .55rem;
    cursor: pointer
}

.tc-btn--accept {
    background: #06c167;
    color: #fff
}

.tc-btn--decline {
    background: #333;
    color: #fff
}

.tc-cookie a {
    color: #88e1ff;
    text-decoration: underline
}

.tc-hidden {
    display: none !important
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
