/* Cookie Policy Styles */

[data-custom-class='body'], [data-custom-class='body'] * {
  background: transparent !important;
}

[data-custom-class='title'], [data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}

[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}

[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}

[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}

[data-custom-class='body_text'], [data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}

[data-custom-class='link'], [data-custom-class='link'] * {
  color: #3030F1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}

/* Data custom class styles for cookie policy */
[data-custom-class='body'], [data-custom-class='body'] * {
  background: transparent !important;
}

[data-custom-class='title'], [data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}

[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}

[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}

[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}

[data-custom-class='body_text'], [data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}

[data-custom-class='link'], [data-custom-class='link'] * {
  color: #3030F1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}

/* List styles for cookie policy */
ul {
  list-style-type: square;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

ul > li > ul {
  list-style-type: circle;
}

ul > li > ul > li > ul {
  list-style-type: square;
}

ol li {
  font-family: Arial;
}

/* Ensure lists within cookie policy are properly aligned and centered */
.terms-and-privacy-area ul {
  text-align: left;
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Ensure list items within the cookie policy follow the same centering */
.terms-and-privacy-area .cookie-policy-list-item {
  margin: 0;
  padding: 0;
}

/* Utility classes for cookie policy content */
.cookie-policy-line-height {
  line-height: 1.5;
}

.cookie-policy-text-muted {
  color: rgb(127, 127, 127);
}

.cookie-policy-text-dark {
  color: rgb(0, 0, 0);
}

.cookie-policy-text-body {
  color: rgb(89, 89, 89);
  font-size: 15px;
}

.cookie-policy-text-small {
  font-size: 15px;
}

.cookie-policy-text-large {
  font-size: 26px;
}

.cookie-policy-text-medium {
  font-size: 19px;
}

.cookie-policy-text-small-heading {
  font-size: 17px;
}

/* Table styles for cookie policy */
.cookie-policy-table-section {
  width: 100%;
  border: 1px solid rgb(230, 230, 230);
  margin: 0px 0px 10px;
  border-radius: 3px;
  text-align: left;
}

.cookie-policy-table-container {
  padding: 8px 13px;
  border-bottom: 1px solid #e6e6e6;
}

.cookie-policy-table {
  width: 100%;
}

.cookie-policy-table-row {
  font-family: Roboto, Arial;
  font-size: 12px;
  line-height: 1.67;
  margin: 0 0 8px;
  vertical-align: top;
}

.cookie-policy-table-row:last-child {
  margin: 0;
}

.cookie-policy-table-header {
  text-align: right;
  color: #19243c;
  min-width: 80px;
  font-weight: normal;
}

.cookie-policy-table-cell {
  display: inline-block;
  margin-left: 5px;
}

.cookie-policy-table-value {
  color: #8b93a7;
  word-break: break-all;
}

.cookie-policy-table-link {
  color: rgb(0, 58, 250);
}

/* Additional utility classes for inline styles */
.cookie-policy-table-section-styled {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 0 0 10px;
  border-radius: 3px;
}

.cookie-policy-table-container-styled {
  padding: 8px 13px;
  border-bottom: 1px solid #e6e6e6;
}

.cookie-policy-table-cell-styled {
  display: inline-block;
  margin-left: 5px;
}

.cookie-policy-list-item {
  line-height: 1.5;
}

.cookie-policy-text-gray {
  color: rgb(89, 89, 89);
}

.cookie-policy-text-small-gray {
  font-size: 15px;
  color: rgb(89, 89, 89);
}