/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


form[name="Sekimas"] .elementor-message {
    display: none !important;
}



/* BOX wrapper – transparent */
.tracking-box {
    overflow: hidden;
    margin-top: 30px;
}

/* Row separation */
.tracking-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.tracking-heading {
    color: #ffffff!important;
    margin-bottom: 20px;
}


/* No border on last row */
.tracking-row:last-child {
    border-bottom: none;
}

/* Label (left) */
.tracking-label {
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
}

/* Value (right) */
.tracking-value {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    max-width: 60%;
}

/* For multiple service rows */
.tracking-services div {
    margin-bottom: 4px;
    font-weight: 400;
    color: #ffffff;
}

.tracking-services div:last-child {
    margin-bottom: 0;
}



.services-section {
    margin-top: 20px;
    width: 100%;
}

.services-title {
    color: #fff!important;
    margin-bottom: 0px;
}

.services-table {
    width: 100%;
    color: #fff;
}

.services-header,
.services-item {
    display: grid;
    grid-template-columns: 2fr 0.5fr 0.7fr 1fr 0.7fr;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.services-header {
    font-weight: 700;
    font-size: 16px;
}

.services-item .col-title {
    font-weight: 500;
    line-height: 1.3;
}



.tracking-error-container {
    margin-top: 20px;
}

.tracking-error {
    background: rgba(255, 0, 0, 0.12);
    border: 1px solid rgba(255, 0, 0, 0.4);
    padding: 12px 14px;
    border-radius: 6px;
    color: #ff6b6b;
    font-size: 14px;
}
