*,
*::before,
*::after {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
font-family: "Tiempos", Georgia, serif;
line-height: 1.5;
color: #1a1a1a;
background: #fff;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
} .entry-thumbnail img {
border-radius: 8px;
} [data-react-component] {
min-height: 1px;
}
.autoreports-react-widget {
padding: 1rem;
border: 1px solid #e2e2e2;
border-radius: 8px;
margin-block: 1.5rem;
}
.autoreports-react-widget button {
cursor: pointer;
padding: 0.5rem 1rem;
border: 1px solid #1a1a1a;
background: #1a1a1a;
color: #fff;
border-radius: 6px;
}