/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body.wp-admin .qr-wrap {
    font-family: "Segoe UI", Roboto, sans-serif;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}

.qr-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 24px;
    margin-bottom: 20px;
}

.qr-card h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #202124;
}

.qr-card form input[type="text"],
.qr-card form input[type="url"],
.qr-card form select {
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    width: 240px;
}

.qr-card form button {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
}

.qr-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.qr-table-wrapper th,
.qr-table-wrapper td {
    padding: 12px;
    border-bottom: 1px solid #f1f3f4;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.qr-table-wrapper th {
    color: #5f6368;
    font-weight: 500;
    background: #f8f9fa;
}

.qr-table-wrapper tr:hover {
    background: #f1f3f4;
}

.copy-wrapper {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.copy-wrapper span {
    margin-right: 8px;
}

.copy-icon {
    color: #5f6368;
}

.copy-tooltip {
    position: absolute;
    bottom: -20px;
    background: #202124;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
}

.copy-wrapper:hover .copy-tooltip {
    opacity: 1;
}

.button {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
}

.button-primary {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}

.button:hover {
    opacity: 0.9;
}

.qr-filter select {
    min-width: 200px;
}