Spaces:
Sleeping
Sleeping
body { | |
font-family: Arial, sans-serif; | |
margin: 20px; | |
} | |
.page-result { | |
margin-bottom: 20px; | |
border: 1px solid #ccc; | |
padding: 10px; | |
border-radius: 5px; | |
} | |
.loading-indicator { | |
font-weight: bold; | |
color: #007bff; | |
} | |
.result-content { | |
margin-top: 10px; | |
} | |
.scrollable-results { | |
max-height: 80vh; | |
overflow-y: auto; | |
border: 1px solid #ccc; | |
padding: 10px; | |
border-radius: 5px; | |
} |