/* Style for Big Icon */
#beeking-search-bar.big-icon input[type="text"] {
    font-size: 1.2em;
}
#beeking-search-bar.big-icon input[type="text"]::placeholder {
    font-size: 1.2em;
}

/* Admin panel specific styles */
.preview-container {
    position: relative;
    height: 400px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    pointer-events: none;
}

.preview-message {
    background: #23282d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 14px;
}

/* Reset admin styles that may conflict */
#beeking-search-bar * {
    box-sizing: border-box;
}

#beeking-search-results {
    z-index: 99999;
}

/* Remove outline and border on input focus */
#beeking-search-bar input[type="text"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Two-column layout */
@media (min-width: 1200px) {
    .beeking-search-settings-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .beeking-search-settings-form {
        flex: 1;
        min-width: 500px;
    }
    
    .beeking-search-preview-section {
        flex: 1;
        min-width: 500px;
    }
}

.disabled-row { 
    opacity: 0.5; 
} 

.hndle{
    margin-left: 12px;
}