.wp-illuminati-container {
    max-width: 800px;
    margin: 20px 0;
}

.wp-illuminati-section {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wp-illuminati-section h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

.form-group textarea,
.form-group input[type="text"],
.form-group select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: monospace;
    resize: vertical;
    min-height: 100px;
}

.form-group input[type="text"] {
    min-height: auto;
    height: 40px;
}

.form-group select {
    min-height: auto;
    height: 40px;
    font-family: inherit;
}

.form-group textarea[readonly],
.form-group input[readonly] {
    background-color: #f9f9f9;
    color: #666;
}

.form-group input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

.form-group label input[type="radio"] {
    display: inline;
    margin-right: 5px;
}

.button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 15px;
}

.button:hover {
    background: #005a87;
}

.button-primary {
    background: #0073aa;
}

#gematria-breakdown {
    background: #f0f0f1;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    font-family: monospace;
    font-size: 13px;
}

#gematria-breakdown p {
    margin: 0;
}

/* Cipher font styles */
.cipher-music {
    font-family: 'illuminati-music-cipher', monospace;
}

.cipher-novice {
    font-family: 'illluminati-novice-cipher', monospace;
}

.cipher-masonic {
    font-family: 'illuminati-masonic-cipher', monospace;
}

.cipher-barruel {
    font-family: 'illluminati-dirigens-barruel', monospace;
}

.cipher-berlin {
    font-family: 'illluminati-dirigens-berlin', monospace;
}

/* Statistics table */
.wp-illuminati-stats {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.wp-illuminati-stats h2 {
    margin-top: 0;
    color: #333;
}

.wp-list-table {
    width: 100%;
    border-collapse: collapse;
}

.wp-list-table th,
.wp-list-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.wp-list-table th {
    background: #f1f1f1;
    font-weight: bold;
}

.wp-list-table .striped tr:nth-child(odd) {
    background: #f9f9f9;
}

/* Responsive design */
@media (max-width: 600px) {
    .wp-illuminati-container {
        margin: 10px;
    }
    
    .wp-illuminati-section {
        padding: 15px;
    }
    
    .form-group textarea,
    .form-group input[type="text"],
    .form-group select {
        font-size: 16px; /* Prevent zoom on mobile */
    }
}