/*
Theme Name: WPLine Professional
Theme URI: https://wpline.it
Author: WPLine Team
Author URI: https://wpline.it
Description: Tema WordPress Full Site Editing professionale per servizi di assistenza tecnica, ottimizzazione e manutenzione WordPress. Design moderno, performance-oriented e conversion-focused per aziende di servizi web.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpline
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, accessibility-ready
*/

/*
 * WPLine Professional Theme
 * Full Site Editing theme for WordPress services and support
 * All styles are managed through theme.json and block patterns
 */

/* Global CSS Reset & Base Styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

/* Utility Classes for Enhanced Functionality */
.wpline-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Accessibility Enhancements */
.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;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #0D47A1;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Button Hover Effects */
.wp-block-button__link:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus Visible for Keyboard Navigation */
*:focus-visible {
    outline: 2px solid #2979FF;
    outline-offset: 2px;
}

/* Image Optimization */
img {
    height: auto;
    max-width: 100%;
}

/* Responsive Embeds */
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testo-card { text-align: justify;}

