<style>
  :root {
    --color-mystic-mulberry: #651F54;
    --color-blackberry: #2C051C;
    --color-deep-lilac: #8E44AD;
    --color-deep-lilac-hover: #732d93;
    --color-pale-silver: #f5f2ea;
    --color-secondary-text: #f59294;
    --color-bright-white: #ffffff;
  }

  table.cooltix-table {
    font-family: 'Playfair Display', serif;
    border-collapse: collapse;
    width: 100%;
    color: var(--color-pale-silver);
    background-color: var(--color-blackberry);
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
  }
  .cooltix-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #a5587d;
    border-right: none;
    text-align: center;
  }
  .cooltix-table tr td:nth-child(1),
  .cooltix-table tr td:nth-child(3) {
    color: var(--color-bright-white);
  }
  .cooltix-table tr td:nth-child(3) {
    text-align: left;
  }
  .cooltix-status {
    font-weight: bold;
    display: inline-block;
  }
  .status-telthaz {
    background-color: #594257;
    color: #d6a1b5;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
    display: inline-block;
    cursor: default;
  }
  .status-utolso {
    background-color: var(--color-secondary-text);
    color: var(--color-blackberry);
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
  }
  
</style>