/* 
 * Solmetex Custom Functionality 
 * Base CSS styles for the plugin
 */

/* General styles for all components */
.solmetex-container {
    margin-bottom: 2rem;
}

.solmetex-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.solmetex-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.solmetex-button:hover {
    background-color: #005582;
}

/* Utility classes */
.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 2rem;
} 