.testers-wrapper {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px 28px;
    background: #2c261a;
    border: 1px solid #9a7b47; /* bronzová linka */
    border-radius: 12px;
    box-shadow: 0 0 18px #000a;
}

.testers-wrapper h1,
.testers-wrapper h2 {
    color: #d8b064; /* mosaz/zlato */
}

.testers-wrapper p, 
.testers-wrapper li {
    color: #e0d6b9; /* pergamenový text */
    font-size: 1rem;
}

.testers-wrapper ul {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 1.4em;
}

.testers-wrapper li {
    margin-bottom: 0.6em;
}

.testers-wrapper strong {
    color: #f3e3b0; /* světlejší zvýraznění */
}

.testers-wrapper a {
    color: #cfa956;
    text-decoration: underline;
}

.testers-wrapper a:hover {
    color: #f3e3b0;
}
