/*
Theme Name: Trimaran Praha
Theme URI: https://www.trimaran-praha.cz
Author: ASPECTOR, s.r.o.
Author URI: https://lamapixel.com
Description: Bespoke WordPress theme for the TRIMARAN Praha office-building landing site. Static one-page design rebuilt as editable ACF sections with native WP galleries, Contact Form 7 and Polylang multilingual support (CZ/EN).
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trimaran
*/

/* All design styles live in assets/css/main.min.css (enqueued in functions.php). */

/* Budova feature icons: the infographic keeps four 25%-wide columns at every
   breakpoint, but the bundle only shrinks .name/.img on mobile — the 42px .num
   stays full size and "1700"/"430" overflow their columns and collide on phones.
   Scale the numbers down (and prevent overflow) to match the smaller labels. */
@media (max-width: 767.98px){
	.district-items .item .num{font-size:24px;line-height:1.1;white-space:nowrap}
}
