.elementor-6133 .elementor-element.elementor-element-a334184{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for html, class: .elementor-element-e2a724b *//* Стилі спеціально для блоку подяки */
    .thx-wrapper {
        text-align: center;
        padding: 40px 20px;
        max-width: 600px;
        margin: 0 auto;
        font-family: inherit; /* Наслідує шрифт вашого сайту */
    }

    /* Анімована галочка */
    .thx-icon-box {
        width: 80px;
        height: 80px;
        background: #fdf2f2; /* Світло-червоний фон */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px auto;
    }

    .thx-checkmark {
        width: 40px;
        height: 20px;
        border-left: 4px solid #ce2c26; /* Червоний колір Brukton */
        border-bottom: 4px solid #ce2c26;
        transform: rotate(-45deg);
        margin-top: -5px;
        animation: checkAnim 0.8s ease forwards;
        opacity: 0;
    }

    @keyframes checkAnim {
        0% { opacity: 0; transform: rotate(-45deg) scale(0.5); }
        100% { opacity: 1; transform: rotate(-45deg) scale(1); }
    }

    .thx-title {
        color: #1a1a1a;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .thx-message {
        color: #666;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 35px;
    }

    /* Кнопка */
    .thx-btn {
        display: inline-block;
        background-color: #ce2c26; /* Червоний колір бренду */
        color: #ffffff !important;
        padding: 15px 35px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
        border: none;
    }

    .thx-btn:hover {
        background-color: #a81c17; /* Темніший червоний при наведенні */
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(206, 44, 38, 0.3);
    }

    /* Мобільна адаптація */
    @media (max-width: 767px) {
        .thx-title { font-size: 26px; }
        .thx-message { font-size: 16px; }
    }
</style>/* End custom CSS */