.json-site-extractor {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.site-entry {
    width: 30%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.site-entry h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.site-entry img {
    display: block;
    margin-bottom: 10px;
}

.site-entry p {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.site-entry a {
    color: #0073e6;
    text-decoration: none;
}
