.blutripprotection_field {
    display:flex;
    gap:1.1em;
    align-items:center;
}

#blutripprotection_checkbox {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.blutripprotection_label {
    font-size: 1.1em;
    font-weight: bold;
}

.blutripprotection_terms {
    display: block;
    margin-top: 8px;
    text-align: left;
}

@media (max-width: 768px){
  tr.blutripprotection-row,
  tr.blutripprotection-row th,
  tr.blutripprotection-row td{
    display: block !important;
    width: 100% !important;
  }

  tr.blutripprotection-row th{
    margin-bottom: 6px;
  }

  tr.blutripprotection-row td{
    padding-top: 0 !important;
  }

  .blutripprotection_terms {
        display: block;
        margin-top: 8px;
        text-align: left;
    }
}