.call-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: transparent;
        text-decoration: none;
        font-family: Arial, sans-serif;
        transform: translateY(1mm);
        cursor: default;
    }

    @media (hover: none) and (pointer: coarse) {
        .call-btn {
            cursor: pointer;
        }
    }

    .call-icon {
        width: 45px;
        height: 45px;
        color: #FFD400;
        flex-shrink: 0;
    }

    .call-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .line1,
    .line2 {
        color: #FFD400;
        display: block;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        font-weight: 700;
    }

    .line1 {
        font-size: 19px;
        letter-spacing: 0.4px;
        line-height: 1;
    }

    .line2 {
        font-size: 13px;
        margin-top: 2px;
    }
