/*----------------------------------------------
# Table Styling for Cookie Care Cookies Table - Cookie Declaration
----------------------------------------------*/
table.cookie-care-cookies-table{
    border: 1px solid #ddd;
    margin-block: 50px;

    border-collapse: collapse;

    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

table.cookie-care-cookies-table tr td ,table.cookie-care-cookies-table tr th{
    border: 1px solid #ddd;
    padding: 8px;
}

/*----------------------------------------------
# Text Transformations and Spacing
----------------------------------------------*/
.cookie-care-capitalize{
    text-transform: capitalize;
}

table.cookie-care-cookies-table .nowrap{
    white-space: nowrap;
}

/*----------------------------------------------
# Width Adjustments for Text Areas
----------------------------------------------*/
.wpnordic-cookie-care-text.cookie-decleration-text{
    width: 80%;
    max-width: 1200px;
}

p.wpnordic-cookie-care-paragraph{
    margin: 0;
}

/*----------------------------------------------
# Link Styling for Change Consent
----------------------------------------------*/
a.cookie-care-change-consent, a.cookie-care-change-consent:visited, a.cookie-care-change-consent:hover, a.cookie-care-change-consent:active{
    text-decoration: none;
    color: #bd1118;
}
