body { line-height: 1.6;}
.last-updated {
    text-align: center;
    font-style: italic;
    color: #808080;
    margin-bottom: 40px;
}
.tnc_container {
    margin: 50px;
    background-color: white;
    padding: 40px 25px 25px 40px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 { text-align: center; }
.subtitle {
    font-size: 1.6em;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
}
p, li { margin-bottom: 16px; }
@media (max-width: 800px) {
    .tnc_container {
        margin: 20px;
    }
    .subtitle {font-size: 1.1em; font-weight:bold;}
    h1 { font-size:1.6rem; }
    p, li { margin-bottom: 16px; }
}