/*
Theme Name: TRIES — Tailwind + Preline
Theme URI: https://3-c.pro/
Author: Your Name
Author URI: https://3-c.pro/
Description: WordPress theme integrating existing Tailwind CSS 3 + Preline UI layout. Built with Vite. Editable content via WP admin.
Version: 1.0.0
Text Domain: triex
*/

/* This file is intentionally minimal. Tailwind build goes to assets/css/main.css */

body {
    scroll-behavior: smooth;
}

a {
    transition: color 0.3s ease;
}

a:hover {
    color: rgba(251 145 60);
}

.wpcf7-list-item.first.last {
    margin-left: 0;
}

.block-form .wpcf7-checkbox .wpcf7-list-item-label {
    color: #ffffff !important;
}

.social {
    display: flex;
    gap: 8px;
}

.social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 50%;
}

.social__item_blue {
    color: #ffffff;
    background-color: rgba(77, 188, 234, 1);
}

.social__item_white {
    color: rgba(77, 188, 234, 1);
    background-color: #ffffff;
}

.footer {
    background-color: #000000;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-list-item-label a {
    color: rgb(251, 146, 60);
}

.wpcf7-list-item-label a:hover {
    color: rgb(75, 85, 99);
}

@media (max-width: 800px) {
    .logo {
        width: 90px;
        height: auto;
    }
    .header__slogan {
        font-size: 12px;
        line-height: 1.4;
        margin-left: 0;
    }
}
