.org-code-group {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.org-code-group input {
    width: 60%;
    padding: 8px;
    margin-right: 10px;
    text-transform: uppercase;
}

.check-org-btn {
    padding: 8px 15px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.org-price-display {
    margin-top: 10px;
    padding: 8px;
    background: #e8f5e8;
    border-radius: 3px;
}

.org-message {
    margin-top: 8px;
    padding: 5px 8px;
    border-radius: 3px;
}

.org-message.success { background: #d4edda; color: #155724; }
.org-message.error { background: #f8d7da; color: #721c24; }