/* cookies table css start here */

#ot-sdk-cookie-policy-html h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  
  /* #ot-sdk-cookie-policy-html h4 {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table {
    width: 100%;
    margin-top: 1rem;
    border-collapse: inherit;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-spacing: initial;
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table th {
    background-color: #F8F8F8
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table td,
  #ot-sdk-cookie-policy-html .cookie-details table th {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 1rem;
    text-align: left;
  } */
  
  @media screen and (max-width: 800px) {
    #ot-sdk-cookie-policy-html .cookie-details table {
        border: 0;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table caption {
        font-size: 1.3rem;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    /* #ot-sdk-cookie-policy-html .cookie-details table tr {
        border-left: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
        display: block;
        margin-bottom: .625rem;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table td {
        border-bottom: 1px solid #d7d7d7;
        display: block;
        font-size: .8rem;
        text-align: right;
    } */
  
    /* #ot-sdk-cookie-policy-html .cookie-details table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 1rem;
    } */
  
    #ot-sdk-cookie-policy-html .cookie-details table td[data-label="Description"]::before {
        text-align: left;
        width: 100%;
        padding-bottom: 1rem;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table td[data-label="Description"] {
        text-align: left;
        padding-bottom: 1rem;
    }
  }
  
  /* Cookie Policy Page - Cookies table customization */
  #ot-sdk-cookie-policy-html {
    font-size: 22px;
    font-weight: 300;
    /* font-family: 'Anodina-Light'; */
    font-family:'4a-rotunda-regular-web';
    line-height: 32px;
  }
  
  #ot-sdk-cookie-policy-html h4 {
    font-size:28px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family:'7a-rotunda-extrabold-web';
    color:  #2D2850;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    margin-bottom: 3rem;
    font-size: 16px;
    font-weight: 300;
    font-family:'4a-rotunda-regular-web';
    /* font-family: 'Anodina-Light'; */
    line-height: 22px;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table thead {
    /* background: rgba(255, 255, 255, 0.15); */
    background: #F4F4F6;
    vertical-align: middle;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table th {
    font-size: 20px;
    color: #2d3a6f;
    line-height: 28px;
    letter-spacing: 0.4px;
    padding: 1rem;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table td,
  #ot-sdk-cookie-policy-html .cookie-details table th {
    padding: 1rem;
  }
  
  #ot-sdk-cookie-policy-html .cookie-details table tbody tr:last-child {
    border-bottom: 1px solid rgba(45, 58, 111, 0.5);
  }
  
  @media screen and (max-width: 800px) {
    #ot-sdk-cookie-policy-html .cookie-details table tbody tr {
        margin-bottom: 3rem;
        border-bottom: 1px solid rgba(45, 58, 111, 0.5);
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table tbody tr:last-child {
        margin-bottom: 0;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table tbody tr td:first-child {
        background: rgba(255, 255, 255, 0.15);
        vertical-align: middle;
        border-bottom: 2px solid #2d3a6f;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table tr {
        display: block;
        margin-bottom: .625rem;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table td {
        display: block;
        text-align: right;
        padding: 1rem;
        font-size: 16px;
        line-height: 22px;
    }
  
    #ot-sdk-cookie-policy-html .cookie-details table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        padding-bottom: 1rem;
        font-family:'7a-rotunda-extrabold-web';
    }
    
    #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:last-child {
        margin-bottom: 10px;
    }
  }
  
  /* cookies table css ends here */
  