.we-3daabbbe-wrapper {
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.we-3daabbbe-bar {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.we-3daabbbe-input {
    flex-grow: 1;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.we-3daabbbe-input:focus {
    border-color: #357ebd;
}

.we-3daabbbe-btn {
    padding: 6px 14px;
    background: #357ebd;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-3daabbbe-btn:hover {
    background: #2b689c;
}

.we-3daabbbe-home-btn {
    background: #f1f1f1;
    color: #333;
    border: 1px solid #ccc;
    padding: 6px 8px;
}

.we-3daabbbe-home-btn:hover {
    background: #e1e1e1;
}

.we-3daabbbe-iframe-container {
    position: relative;
    width: 100%;
}

.we-3daabbbe-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.we-3daabbbe-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.we-3daabbbe-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #357ebd;
    border-radius: 50%;
    animation: spin3daabbbe 1s linear infinite;
}

@keyframes spin3daabbbe {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.we-3daabbbe-footer-notice {
    padding: 8px 12px;
    background: #fafafa;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

.we-3daabbbe-footer-notice p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.we-3daabbbe-fallback-link {
    color: #357ebd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.we-3daabbbe-fallback-link:hover {
    text-decoration: underline;
}

.we-3daabbbe-fallback-link .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    margin-left: 4px;
}
