/* Load More Button Styles */
.load-more-btn {
    transition: all 0.3s ease;
}

.load-more-btn:disabled {
    cursor: not-allowed;
}

.load-more-btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

kbd {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 0.875em;
    font-family: monospace;
}