
@media (orientation: portrait) {
  #cookie-lista{
     top: 50% !important;
     border-radius: 8px;
  }
  
 .cookie-row{
  display: block !important;
 }
  
  .cookie-tdlogo img{
        margin-top: 0px !important;
      
        width: 40px !important;
    }
}

    


/*cookielista */

  #cookie-lista{
      position:fixed;
       width:100%; background-color: white;
       top: 100%;
       transform: translate(0%, -100%); 
       height: 100px; 
       box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
        height: auto;
        max-height: 70%;
        max-width: 100%;
        min-width: 100%;
        padding: 24px;
        z-index: 2147483630;
        width: 100%;
        box-sizing: border-box;
        display: flex;
     }     
     
       .cookie-row{     
          display: flex;
          flex-direction: row;
          margin: 0 auto;
          max-width: 1600px;
          position: relative;
          align-items: flex-start;
          width: 100%;
        }
        
     .cookie-tdlogo, .cookie-tdstred, .cookie-tlacitka{
            align-self: stretch;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
            background: transparent;
        box-sizing: border-box;
        color: inherit;
        font-family: inherit;
        font-size: 15px;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline; 

     }
     
     .cookie-tdlogo{
     align-items: center;
        align-self: stretch;
        border: none;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0;
        display: flex;
        width: 210px;
        
     }
     
       .cookie-tdlogo img{
          width: 140px;
          margin-top: 30px;
       }
     
     .cookie-nadpis{
         margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.25px;
        color: inherit;
    font-family: inherit;
     }
     
    .cookie-tdstred{
       justify-content: space-between;
        box-sizing: border-box;
       display: flex;
       text-align: left;
       align-items: left;
        flex: 1;
        margin-left: 1.5em;
        overflow: visible;
         justify-content: space-between;
         padding: 0 1.125em 0 0;
     }
     
     .cookie-text{
       letter-spacing: .5px;
      line-height: 1.6em;
      background: transparent;
      box-sizing: border-box;
      color: inherit;
      font-family: inherit;
      font-size: 15px;
      margin: 0;
      outline: 0;
      padding: 0;
      vertical-align: baseline;
     }
     
     .cookie-text-detail{
         align-items: center;
          color: #0a0000;
          display: flex;
          font-weight: 600;
          text-decoration: none;
          margin-top: 20px;
          font-size: 15px;
     }
     
    .cookie-text-detail:after {
        border-style: solid;
        border-width: .15em .15em 0 0;
        color: #000000;
        content: "";
        display: block;
        height: .563em;
        margin-left: 1em;
        transform: rotate(45deg);
        width: .563em;
     }
     
     .cookie-tlacitka{
      justify-content: space-between;
        box-sizing: border-box;
        padding: 0;
        display: block;
        align-items: flex-end;
        flex-direction: column-reverse;
        max-width: 286px;
    }
    
     .cookie-tlacitka button{
        margin-top: 0.5em;
        width: 286px;
        max-width: none;
        background-color: #FFFFFF;
        border: 2px solid #fcfcfc;
        border-radius: .25em;
        color: #050000;
        display: block;
        font-weight: 600;
        padding: 1em;
        text-align: center;
        user-select: none;
     }
     
     .cookie-tlacitka button.cookie-povolitvse{
         background-color: #050000;
          border-color: #faf9f9;
          color: #FFFFFF;
     }
     


/*cookie banner */

.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20;
    //transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border-radius: 16px;
    padding: 10px;
    z-index: 10000;
    font-family: system-ui, -apple-system, sans-serif;
    color: #333;
}
.cookie-banner h3 {
    font-size: 18px;
}

.cookie-detailed-settings {
    margin: 20px 0;
    text-align: left;
}
.cookie-item {
    margin-bottom: 8px;
    padding: 8px;
    background: #f9f9f9;
    border-radius: 8px;
}
.cookie-header label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
}
.cookie-desc {
    margin: 8px 0 0 28px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}
.cookie-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.btn-primary { background: #000; color: #fff; border: none; padding: 12px 24px; border-radius: 8px; cursor: pointer; font-weight: 600; flex: 1; min-width: 150px; }
.btn-secondary { background: #eee; color: #333; border: none; padding: 12px 24px; border-radius: 8px; cursor: pointer; font-weight: 600; }
.btn-outline { background: transparent; color: #666; border: 1px solid #ccc; padding: 12px 24px; border-radius: 8px; cursor: pointer; }
.btn-primary:hover { background: #333; }


     

