.sherlock-web-container {
    max-width: 100%;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
}

.sherlock-web-container h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.sherlock-web-section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sherlock-web-section h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sherlock-web-content {
    font-size: 14px;
}

.sherlock-web-content table {
    width: 100%;
    border-collapse: collapse;
}

.sherlock-web-content table th,
.sherlock-web-content table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.sherlock-web-content table th {
    font-weight: bold;
    width: 30%;
}

#sherlock-web-loading {
    padding: 20px;
    text-align: center;
    font-style: italic;
    color: #666;
}