/* Custom CSS for Google Sheets API Service */

/* Add some spacing to code blocks */
pre {
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}

/* Improve table readability */
.table-responsive {
    margin-bottom: 20px;
}

.table th {
    width: 25%;
    background-color: rgba(33, 37, 41, 0.8);
}

/* Card styling */
.card {
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
    font-weight: 600;
}

/* Nav tabs styling */
.nav-tabs .nav-link {
    color: var(--bs-secondary);
}

.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    font-weight: 600;
}

/* Footer styling */
footer {
    margin-top: 50px;
}

/* Make JSON examples more readable */
pre code {
    white-space: pre-wrap;
}
