/*
 Theme Name:   The7 Child
 Theme URI:    https://example.com/the7-child/
 Description:  Дочерняя тема для The7
 Author:       Olga
 Template:     dt-the7
 Version:      1.0.0
*/
       /* Основные настройки и сброс стилей */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Segoe UI', system-ui, Helvetica, Arial, sans-serif;
            background: linear-gradient(135deg, #0B1120 0%, #0f1420 100%);
            color: #ffffff;
            line-height: 1.5;
        }

        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }

     /* Общие стили секций */
        section {
            padding: 120px 50px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-title {
            font-size: 3rem;
            margin-bottom: 40px;
            font-weight: 700;
            background: linear-gradient(135deg, #ffffff 0%, #3b70ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .centered-title {
            text-align: center;
        }

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.centered-title {
text-align: center;
        }

input[type="text"], .widget_search input[type="text"].searchform-s, input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number, form.cart table.variations td.value select

 {
    color: var(--wp--preset--color--cyan-bluish-gray);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    padding: 5px 15px 5px 15px;
    border-color: #7483af;
    background-color: #0b1120;
}







