/*
Theme Name: Digiworld AI Forge
Theme URI: https://example.com
Author: Lovable
Author URI: https://lovable.dev
Description: Modern WordPress e-commerce theme with React integration for a seamless shopping experience. Features a clean, responsive design optimized for mobile and desktop browsing. Includes full WooCommerce compatibility, custom checkout pages, and a modern user interface.
Version: 1.0.1
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digiworld-ai-forge
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, react, spa, woocommerce, responsive-layout, accessibility-ready
*/

/* This file is intentionally left mostly empty as the theme's styling is managed via the SPA CSS */
/* Main styling: /assets/index-BOypTDQa.css */
/* WooCommerce styling: /assets/woocommerce-custom.css */

/* Basic styling for WordPress editor compatibility */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Copy to clipboard widget styles */
.copy-link-box {
  background: #fff;
  border: 2px solid #a78bfa; /* halvány lila */
  box-shadow: 0 4px 32px 0 rgba(123,47,242,0.07), 0 1.5px 8px 0 rgba(123,47,242,0.04);
  padding: 36px 22px 28px 22px;
  border-radius: 18px;
  margin: 40px 0 40px 0;
  max-width: 540px;
}

.copy-link-title {
  font-size: 22px;
  font-weight: 800;
  color: #23272f;
  margin-bottom: 8px;
  text-align: center;
}

.copy-link-desc {
  color: #7b2ff2;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
  letter-spacing: 0.01em;
}

.copy-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.copy-link-wrapper input {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.copy-link-widget .copy-action-btn {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 44px;
  padding: 0 1.5em;
  border-radius: 8px;
  background: linear-gradient(90deg, #7b2ff2 0%, #4F46E5 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(123,47,242,0.10);
  border: none;
  cursor: pointer;
  letter-spacing: 0.01em;
  text-align: center;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.1s;
  margin: 0 auto;
}
.copy-link-widget .copy-action-btn:hover {
  background: linear-gradient(90deg, #4F46E5 0%, #7b2ff2 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(123,47,242,0.13);
  transform: translateY(-2px) scale(1.03);
}

/* 4. Copy visszajelzés designos animációval */
#copy-confirm {
  color: #fff;
  background: linear-gradient(90deg, #4F46E5 0%, #7b2ff2 100%);
  font-size: 15px;
  min-height: 24px;
  text-align: center;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 7px 0 6px 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 2px 8px rgba(123,47,242,0.10);
}
#copy-confirm.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 576px) {
  .copy-link-box {
    padding: 18px 4px 16px 4px;
    border-radius: 14px;
    max-width: 98vw;
  }
  .copy-link-wrapper {
    flex-direction: column;
    max-width: 100%;
    gap: 0;
  }
  .copy-link-wrapper input {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 12px;
  }
  .copy-link-widget .copy-action-btn {
    width: 100%;
    border-radius: 8px;
    height: 42px;
    padding: 0.75em 0.5em;
    margin-top: 0;
  }
}
