.autopilotseo-wrap {
    padding: 20px;
}

.autopilotseo-connection-notice {
    margin-bottom: 20px;
}

.autopilotseo-api-key-wrapper {
    position: relative;
}

.autopilotseo-toggle-key {
    margin-left: 6px;
    vertical-align: middle;
}

.autopilotseo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.autopilotseo-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    z-index: 1001;
    width: 90%;
    max-width: 400px;
    display: none;
}

.autopilotseo-modal-actions {
    text-align: right;
}