﻿

.terms-container * {
    font-size: 1rem !important;
    font-family: system-ui, sans-serif !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important; /* Or adjust to your liking */
    margin-left: .5rem !important;
    padding: 0px !important;
}

.terms-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

.terms-container th,
.terms-container td {
    border: 1px solid #ccc;
    padding: 0.5rem;
    text-align: left;
    vertical-align: top;
}

.terms-container th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.terms-container blockquote {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    font-style: italic;
    color: #444;
}

.terms-container ul,
.terms-container ol {
    list-style-position: outside !important; /* Traditional bullet placement */
    padding-left: 1.5rem !important; /* Add space for bullet */
    margin-left: 0 !important; /* Reset Word bloat */
}

.terms-container h1 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
}

.terms-container h2 {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem;
}

.terms-container h3 {
    font-size: 1.125rem !important;
    margin-bottom: 0.5rem;
}

.terms-container h4,
.terms-container h5,
.terms-container h6 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
