/*
Theme Name: AZW5 Child
Theme URI: https://az-ecosys.com
Author: AZ Ecosystem
Author URI: https://az-ecosys.com
Description: Child theme for Nordic Repair — Project-specific customizations separated from parent AZW5 theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Template: azw5
License: Proprietary
License URI: https://az-ecosys.com/license
Text Domain: azw5-child
Tags: one-column, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ── Line Clamp Utility Classes ── */
.one-line-clamp,
.two-line-clamp,
.three-line-clamp {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.one-line-clamp { -webkit-line-clamp: 1; }
.two-line-clamp { -webkit-line-clamp: 2; }
.three-line-clamp { -webkit-line-clamp: 3; }

