/* LLM Hardware Comparison - WordPress Plugin Styles */

.llm-hardware-comparison-wrapper {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
}

.llm-hardware-comparison-wrapper * {
    box-sizing: border-box;
}

/* Ensure the component fills the container */
#llm-hardware-comparison-root {
    width: 100%;
}

/* Override WordPress theme button styles */
.llm-hardware-comparison-wrapper button {
    font-family: inherit;
    line-height: inherit;
}

/* JetBrains Mono for code/numbers */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');
