.combeenation-loading {
    cursor: wait !important;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.combeenation-success {
    background: #d4edda !important;
    border-color: #c3e6cb !important;
    color: #155724 !important;
}

.combeenation-configurator-wrapper {
    margin: 2rem 0;
}

.combeenation-configurator-wrapper iframe {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
